Difference between revisions of "Gremlin python"
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...") |
|||
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 09: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
- Java
- Python
- Gremlin-Server
- Gremlin-Console (for debugging)