amplify-edge / sys

system
Apache License 2.0
0 stars 2 forks source link

sys: cron,grpc,cli db administration service #64

Closed alexadhy closed 4 years ago

alexadhy commented 4 years ago

47

  1. Implemented db administration from cli, cron, and grpc (restoring, backup, list all backups)
  2. Simplifies JSONNET configurations, and boilerplatey configs
  3. Added Org and Project Service to Sys-Account
  4. Implemented sys-bus and event dispatcher, TODO: Interact with other services via the bus as detailed in the Roadmap.
  5. Supports TLS for both local (mkcert) and deployment (WIP certmagic), use accessToken to exercise.

TODO for 10/26/2020

  1. Create SurveyTable, UserSurveyTable as per roadmap on mod-disco as dao and service (TODO)
  2. Interact with sys-account via event bus.
  3. Initial superuser creation (DONE)

Please merge this first: https://github.com/getcouragenow/sys-share/pull/40