Similar to GitHub - Akryum/graphql-migrate: 🔀 Instantly create or update a SQL database from a GraphQL API schema or GitHub - charlieschwabacher/gestalt: Use the GraphQL schema language and a small set of directives to define an API with a PostgreSQL backend declaratively, really quickly, and with a tiny amount of code. but based on dgraph.
The idea is: The datastore is a graph and can adapt to a GraphQL schema easily. It then has a timeseries aspect to it so I can persist the responses of a GraphQL source into dgraph without putting much work into defining a schema in dgraph (but still searchable, joinable, etc) and being able to search in time.