Docker image available at https://github.com/terminusdb/terminusdb-bootstrap
Create new environment (optional but recommended):
$ python3 -m venv ~/.virtualenvs/terminusdb
$ source ~/.virtualenvs/terminusdb/bin/activate
Install using pip:
$ python3 -m pip install terminusdb-client
If you are new to TerminusDB/ TerminusCMS and will use Python client, you are recommended to check out the Getting Started tutorial series.
Install using npm following: https://github.com/terminusdb/terminus-client
For more details about how to use GraphQL with TerminusDB, please refer to the GraphQL section of our documentation.
This project is designed to show how you can build a custom web-app using TerminusDB from scratch with little effort.
Details: README
Taking you through the process of loading RDF into TerminusDB and then using GraphQL to query the Star Wars data.
Details: README
A tutorial series to help anyone who's new to TerminusDB/ TerminusCMS to start working using the Python client.
Details: README
A tutorial series to help anyone who's new to TerminusDB/ TerminusCMS to start working using the JavaScript client.
Details: README
An example showing how to load stock index data from CSV.
Details: index
An example data product which holds information about all operating nuclear power reactors.
Details: index
Use TerminusCMS to build a React app that serves as a simple content management app.
Details: README