Tagged Questions

8
votes
6answers
3k views

Graph databases and RDF triplestores: storage of graph data in python

I need to develop a graph database in python (I would enjoy if anybody can join me in the development. I already have a bit of code, but I would gladly discuss about it). I did my research on the ...
2
votes
2answers
150 views

ORM with Graph-Databases like Neo4j in Python

i wonder wether there is a solution (or a need for) an ORM with Graph-Database (f.e. Neo4j). I'm tracking relationships (A is related to B which is related to A via C etc., thus constructing a large ...
1
vote
0answers
202 views

Python: Using RDFLIB to graph a Sesame database

Is it possible to draw a graph of a Sesame RDF database using RDFLIB? This is what I tried: endpoint = ...
0
votes
0answers
47 views

Persistent graph for traversal in python

I am developing an application that needs to be able to store a multi-edged graph in a persistent way and allows for quick traversals. I have tried neo4j however the REST interface is giving me ...