Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 988 Bytes

Readme.md

File metadata and controls

39 lines (27 loc) · 988 Bytes

TinkGW microservice

  • Compatability layer for Tink API

Core microservice

  • Registration
  • Login
  • REST API for UI
  • Coordination of users actions

UI microservice

  • Login page, token request page

Ledger microservice

  • Fills FS with users bean account data
  • Serves bean account file to Fava

FAVA microservice

Compile stubs

make proto

Yes, ideally they must be generated during build, and not added to VCS, however, I'm too lazy (and project is too messy) to set up this properly.

Do not work, unless TINK admin account used

rpc ProvisionTinkUser
rpc GetProviders

Deploy to local k8s cluster

skaffold run --tail

Yes, this all is unnecessarily over-engineered, I don't care.