Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 453 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 453 Bytes

TypeDB Sample Data

A collection of sample datasets for TypeDB. To start a TypeDB Core server with all sample datasets loaded, run the following commands:

  1. docker image pull vaticle/typedb-sample-data:1.0.0
  2. 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.