Closed divyenduz closed 5 years ago
These look interesting and related (at least remotely):
https://mqless.com/docs/home/ https://github.com/awslabs/serverless-application-model
Poor man's GraphQL to SQL migration system: https://github.com/taylorgoolsby/graphql-to-sql
Serverless DB with 400ms response time but in Python: https://github.com/Miserlou/NoDB
This is handled in the latest merge of 1.0, we are using Prisma hosted on AWS right now. A serverless state management solution is interesting but this underlying issue is resolved by traditional methods.
In future, we might swap the storage to something crazy like a type-safe client + fauna DB or serverless SQLite madness.
Currently, the app is stateless [or state is managed by 3rd party APIs] but eventually, we might have to consider a state management solution aka
database
.Requirements, 0 idle cost aka serverless.
Our options:-
Note: Can also use
redis
and repurpose the same for cache but there is no serverless redis provider yet.