Pyjanusgraph: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
No edit summary |
||
| Line 10: | Line 10: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
= Motiviation = | |||
[https://janusgraph.org/ JanusGraph] is the first {{Link|target=Tinkerpop|title=Apache Tinkerpop}} graph database i could work with {{Link|target=Gremlin_python|title=Gremlin Python}}. | |||
pyjanusgraph shall make it easier to work with JanusGraph from Python | |||
= Installation = | |||
= Links = | = Links = | ||
* https://janusgraph.org/ | * https://janusgraph.org/ | ||
Revision as of 07:51, 13 April 2020
OsProject
| OsProject | |
|---|---|
| id | pyjanusgraph |
| state | |
| owner | BITPlan |
| title | Python janusgraph utility library |
| url | https://github.com/BITPlan/pyjanusgraph |
| version | 0.0.1a1 |
| description | |
| date | 2020/04/12 |
| since | |
| until | |
Motiviation
JanusGraph is the first Apache Tinkerpop graph database i could work with Gremlin Python.
pyjanusgraph shall make it easier to work with JanusGraph from Python