/terminusdb-tutorials

Tutorials for using TerminusDB

Primary LanguagePythonApache License 2.0Apache-2.0

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/ TerminusCMS 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


GraphQL Tutorials

For more details about how to use GraphQL with TerminusDB, please refer to the GraphQL section of our documentation.

Building a Blog-Focused CMS with TerminusDB

This project is designed to show how you can build a custom web-app using TerminusDB from scratch with little effort.

Details: README

Playing with Star Wars RDF Data Set Using GraphQL

Taking you through the process of loading RDF into TerminusDB and then using GraphQL to query the Star Wars data.

Details: README

Getting Started using TerminusDB/ TerminusCMS with the Python client

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

Details: README

Getting Started using TerminusDB/ TerminusCMS with the JavaScript client

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

Details: README

Stock Index Data

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

Details: index

Nuclear Power Plant Example

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

Details: index

Using TerminusCMS in React App

Use TerminusCMS to build a React app that serves as a simple content management app.

Details: README