You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We can allow folks to quickly create models or requests and have them map to things saved into a database.
Describe the solution you'd like
The database should be a DynamoDB database so a different kind of NoSql database where you optimize for the query. This will require a learning curve for most.
A way should be built to query based on Primary Key and optional Sort Key.
Should also consider later expanding to allow for querying via GSI (Global Secondary Index)
Should consider the customers who will use this feature (software developers), and ensure ease of use for them.
Should also consider building this in a separate repository and publish on its own then install in this repository for use with our other tools together.
Should consider quick start setup of a Server Side Rendering application with a DynamoDB database.
Should consider user and admin modeling.
Consider attribute validation
Consider model methods for making requests.
Describe alternatives you've considered
We could use a different kind of database but this is an interesting problem to solve and design for.
Additional context
DynamoDB needs to be optimized so that queries are done without scanning. Where a query goes straight to the table line item right away.
This task will require high level of design, planning, and collaboration. This is likely more of an epic.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We can allow folks to quickly create models or requests and have them map to things saved into a database.
Describe the solution you'd like
Describe alternatives you've considered
We could use a different kind of database but this is an interesting problem to solve and design for.
Additional context
DynamoDB needs to be optimized so that queries are done without scanning. Where a query goes straight to the table line item right away.
This task will require high level of design, planning, and collaboration. This is likely more of an epic.
The text was updated successfully, but these errors were encountered: