4 ms·
After doing a ton of searching - and being extremely picky - I ended up writing a thin two way wrapper for sqlite and networkx. The only graph database that was
by raizinho 6y ago
After doing a ton of searching - and being extremely picky - I ended up writing a thin two way wrapper for sqlite and networkx. The only graph database that was easy to get started with that I felt comfortable using was Neo4j, and it's definitely not a sqlite equivalent.
- openfuture 6y agoWould you be willing to share your code?
- raizinho 6y agoI was afraid someone would ask. It's a minimal proof of concept that I did in a day for a specific use case. It's only for directed digraphs, only stores node attributes, and has zero tests. If you still want to poke around: https://github.com/gfleetwood/nxdb https://github.com/gfleetwood/nxdb. I just added comments and renamed some variables for clarity, so there might be errors.
- codykochmann 6y agoI would like some pointers for networkx generation for my graphdb pypi package if you wanna share some thoughts. :)
- raizinho 6y agoSure. Would be glad to help if I can. My email is in my GitHub profile.
- yaserahmady 6y agoCan’t wait for networkx integration! :)