Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB abstraction #31

Closed
Ivshti opened this issue Jan 4, 2019 · 1 comment
Closed

DB abstraction #31

Ivshti opened this issue Jan 4, 2019 · 1 comment
Milestone

Comments

@Ivshti
Copy link
Member

Ivshti commented Jan 4, 2019

this will help in many ways:

  • easy way to get "the latest event of a type"; currently this is used in the follower worker, but it would be useful for Sentry: API to get "last event of type" #23 too
  • allow us to migrate to Postres in v2.0, where we can have static, simple and relational data types (even trees can be stored in a table)
  • allow us to abstract away watching for new event aggregates/validator messages, therefore removing wait/snooze periods; under the hood it can be implemented with redis pubsub or via postgres
@Ivshti
Copy link
Member Author

Ivshti commented Mar 23, 2019

closing in favour of #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants