hasura / hasura/graphql-engine
Add documentation on data model evolution
Open
c/docs
p/high
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
How should read and write APIs be designed to make data model evolution easy over time?
1. Use views and tables. Blocked on #6826
2. Normalize/denormalize incrementally using JSON/JSONB and views
3. Use computed fields
Contributor guide
Assessment
This issue has not been assessed yet.