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

Spike: Try technology stack for database (PostgresQL on AWS RDS) #15

Open
5 of 7 tasks
pietrop opened this issue Jul 11, 2019 · 0 comments
Open
5 of 7 tasks

Spike: Try technology stack for database (PostgresQL on AWS RDS) #15

pietrop opened this issue Jul 11, 2019 · 0 comments
Assignees

Comments

@pietrop
Copy link
Contributor

pietrop commented Jul 11, 2019

Following from investigation into db tech stack #11

  • spin up/ setup a dev db (local or on AWS - TBC)
  • connect to it
  • do a schema migration to create some tables
  • add data to the database
  • retrieve data from the database

Stretch goals (can be separate issue)

  • consider wrapping this logic into a "wrapper class" to encapsulate and separate concerns within the application business logic
  • is there a convenient way to seed a test database with dummy data?

Note, you are welcome to use the schema from this issue #6 (comment) for the purpose of trying stuff out, provided that is understood that defining the schema of the database is a separate ADR/issue.

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