Data Schema of the Benchmark - LiUGraphQL/LinGBM GitHub Wiki
The data schema of the benchmark consists of the following artifacts.
- Datasets: a synthetic dataset that can be generated in different sizes, in the form of an SQL database or an RDF graph;
- GraphQL schema: a schema for a GraphQL API that may provide access to any version of the benchmark dataset;
- Schema mapping: a definition of how the elements of the GraphQL schema map to the database schema of the benchmark dataset (for the relational database schema and for the RDF schema).