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
- Host: GitHub
- URL: https://github.com/typedb/typedb-sample-data
- Owner: typedb
- License: agpl-3.0
- Created: 2024-02-23T14:52:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-11T14:54:10.000Z (11 months ago)
- Last Synced: 2024-07-25T15:31:14.790Z (9 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.