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/ TerminusX 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
A tutorial series to help anyone who's new to TerminusDB/ TerminusX to start working using the Ptyon client.
Details: README
An example showing how to load stock index data from CSV.
Details: index
Shows how you can build a complex schema in Python and load it.
Details: index
An example data product which holds information about all operating nuclear power reactors.
Details: index
Example of showing how to export data from TerminusDB/ TerminusX to Google Sheets with Singer.io target.
Details: README
Example of showing how to import data from GitHub and store it in TerminusDB/ TerminusX with Singer.io tap.
Details: README
Example of showing how to import data (COVID-19 Public Data) from a Singer.io tap to TerminusDB/ TerminusX.
Details: README