Skip to content

csaranbalaji/terminusdb-tutorials

 
 

Repository files navigation

Tutorials for using TerminusDB

Installation

TerminusDB

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

Python Client

Install using pip:

pip install terminus-client-python

Install from source following: https://github.com/terminusdb/terminus-client-python

JavaScript Client

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

Bike Tutorial

Using bike hire data from here to build a graph showing different journeys

Python API script: bike-tutorial/python

JavaScript API script and embedding on webpage: bike-tutorial/javascript

Query and view on TerminusDB council: bike-tutorial/view-script

Also see the tutorial blog post.

Politics Tutorial

Using voting data either collected from Dublin City Council or collected from US Congress to build a graph showing representatives clustered according to their voting similarities, colour coded with their political parties.

Python API script: politics-tutorial/python

JavaScript API script and embedding on webpage: politics-tutorial/javascript

Query and view on TerminusDB council: politics-tutorial/view-script

Also see the tutorial blog post.

Schema.org Tutorial

Putting Schema.org vocabulary into a TerminusDB schema. Example application of putting microdata tags form html into TerminusDB graph using that schema.

Details: schema.org

Flight Tutorial

Putting OpenFlights.org data into a TerminusDB graph.

Details: schema.org

Bank Tutorial

A generic "bank account" manipulation tutorial.

In Python.

Also see the tutorial blog post

Episode 2

TerminusDB's product roadmap episode 2 implementation in python.

About

Tutorials for using TerminusDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • Jupyter Notebook 26.0%
  • Python 22.5%
  • HTML 4.0%