A collection of sample datasets for TypeDB. To start a TypeDB Core server with all sample datasets loaded, run the following commands:
docker image pull vaticle/typedb-sample-data:1.0.0
docker run -p 1730:1729 vaticle/typedb-sample-data:1.0.0
The server will be available locally on port 1730
. Please note: this is different to the default port 1729
used by TypeDB, to avoid conflicts with any pre-existing server.