This is a step by step tutorial to get you started using TerminusDB/ TerminusX for the first time. This will cover all the basics that you can work with TerminusDB/ TerminusX using the Python client.
- Lesson 1 - Installing, start project and create an empty database with schema
- Lesson 2 - Importing a CSV into the database
- Lesson 3 - Importing data form Python script
- Lesson 4 - Update and import new data that links to old data
- Lesson 5 - Query on the database and get result back as CSV or DataFrame
- Lesson 6 - Version control: time travel, branching and rebase
Here are a few example/ tutorials showing how to work with Singer.io, an open-source ELT tool to build data pipelines with taps and targets.
Exporting Data to Google Sheets with Singer.io
Example of showing how to export data from TerminusDB/ TerminusX to Google Sheets with Singer.io target.
Putting GitHub Data into TerminusDB/ TerminusX
Example of showing how to import data from GitHub and store it in TerminusDB/ TerminusX with Singer.io tap.
The COVID-19 Public Data with Singer.io
Example of showing how to import data (COVID-19 Public Data) from a Singer.io tap to TerminusDB/ TerminusX.
(Coming soon)