To facilitate better answering of questions, if you have a question, please fill in the following info. Otherwise, please delete the template.
What I want to do
Two goals:
-
I want to run Dgraph in a serverless fashion, either on AWS Fargate or Lambda (I need downward scalability because we have very few users at this point)
-
I want to integrate Dgraph into our CI/CD workflow using Github Actions
What I did
Aggressively googled for tutorials on how to do the above. The only option I found was deploying on AWS EKS, which bottoms out at about $60/month and which requires too much manual management.
Note: I would be willing to run Slash GraphQL if there was any way to integrate it with our CI/CD, but from what I can tell, the only way to manage it is by posting the schema directly.