An open API service indexing awesome lists of open source software.

https://github.com/typedb/typedb-sample-data

Sample datasets for TypeDB
https://github.com/typedb/typedb-sample-data

Last synced: 5 months ago
JSON representation

Sample datasets for TypeDB

Awesome Lists containing this project

README

        

# 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.