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

Select a database #14

Open
kmoberg opened this issue May 7, 2022 · 2 comments
Open

Select a database #14

kmoberg opened this issue May 7, 2022 · 2 comments
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@kmoberg
Copy link
Member

kmoberg commented May 7, 2022

We need to pick a (or multiple?) database(s) for storing object temporarily and long term. Suggestions are:

  • PostgreSQL
  • MongoDB
  • DynamoDB (if we're using AWS)
  • Key value store for temp storage?
  • Other suggestions for application architecture?

This is a very much up for discussion topic!

@kmoberg kmoberg added enhancement New feature or request question Further information is requested labels May 7, 2022
@kmoberg kmoberg added this to the Backend MVP milestone May 7, 2022
@excile1
Copy link
Member

excile1 commented May 7, 2022

My vote: Mongo.

  • Key value store for temp storage? - Redis?

@catcarbon
Copy link
Contributor

I agree with @excile1 on Mongo and Redis.

Since we may expect a lot of changes in schema definition, would it be beneficial to have an adapter/translator to interact with Mongo? Here's an example use case: https://dataform.co/blog/mongodb-protobuf-codec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants