Skip to content

mattdark/terminusdb-tutorials

 
 

Repository files navigation

Tutorials for using TerminusDB

Installation

TerminusDB

Docker image available at https://github.com/terminusdb/terminusdb-bootstrap

Python Client

Latest version: PyPI version shields.io

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.

JavaScript Client

Install using npm following: https://github.com/terminusdb/terminus-client


Getting Started using TerminusDB/ TerminusX with Python client

A tutorial series to help anyone who's new to TerminusDB/ TerminusX to start working using the Ptyon client.

Details: README

Stock Index Data

An example showing how to load stock index data from CSV.

Details: index

Python Brewery Example

Shows how you can build a complex schema in Python and load it.

Details: index

Nuclear Power Plant Example

An example data product which holds information about all operating nuclear power reactors.

Details: index

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.

Details: README

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.

Details: README

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.

Details: README

About

Tutorials for using TerminusDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 51.4%
  • Python 47.0%
  • Makefile 1.6%