Demo data
To quickly test out SurrealDB and SurrealQL functionality, we've included two demo datasets here in .surql files which you can download and import into SurrealDB using the CLI.
Surreal Deal Store - there is a lot in store for you!
Surreal Deal Store is our new and improved demo dataset based on our SurrealDB Store. The dataset is made up of 12 tables using both graph relations and record links.
In the diagram below, the nodes in pink are the standard tables, the ones in purple represent the edge tables which shows relationships between records and SurrealDB as a graph database. The nodes in grey are the pre-computed table views.

Download
Import
Once one of the datasets has been downloaded, it's now time to start the server.
Lastly, use the import command to add the dataset.
Use the command below to import the surreal deal store dataset:
To import the surreal downloaded the Surreal Deal store (mini) use the command below:
Please be aware that the import process might take a few seconds.
Using Curl
First, start the SurrealDB server:
Then download the file and load it into the database:
If you want to use the mini version:
Sample queries
Here are some sample queries you can run on the Surreal Deal Store dataset. We've also included a Surrealist Mini below to help you run these queries.