Gremlin python: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "This mini-tutorial is inspired by [https://stackoverflow.com/questions/57936915/how-do-i-get-gremlin-python-with-gremlin-server-3-4-3-to-work this stackoverflow question] The...")
 
No edit summary
Line 2: Line 2:


The goal is to get access to an apache tinkerpop/gremlin graph database via Python.
The goal is to get access to an apache tinkerpop/gremlin graph database via Python.
= Prerequisites =
# Java
# Python
# Gremlin-Server
# Gremlin-Console (for debugging)

Revision as of 08:53, 17 September 2019

This mini-tutorial is inspired by this stackoverflow question

The goal is to get access to an apache tinkerpop/gremlin graph database via Python.

Prerequisites

  1. Java
  2. Python
  3. Gremlin-Server
  4. Gremlin-Console (for debugging)