mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
c415cd7c0d
This excercises a different code path from regular queries and is pretty slow. Motivated by https://github.com/hasura/graphql-engine-mono/pull/2835 We may need to break chinook up into two sets if it keeps growing or becomes a bottleneck, but do that later. GitOrigin-RevId: 5832aef520db85f694924e038c0f2c9a7dd17a13 |
||
---|---|---|
.. | ||
config.query.yaml | ||
dump.sql.gz | ||
README.md | ||
replace_metadata.json |
This is the classic chinook data set, which simulates a simple digital media store; with dozen or so tables, some simple relationships, and (depending on the table) a few dozen to a few hundred rows of realistic data per table.
Additionally it has been enriched with some sensible permissions on two new roles: employee, and customer.
Selected for inclusion because it's understandable, standard, familiar and somewhat realistic.