Hacker News new | ask | show | jobs
by raizinho 2168 days 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.
1 comments

Would you be willing to share your code?
I 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. I just added comments and renamed some variables for clarity, so there might be errors.

I would like some pointers for networkx generation for my graphdb pypi package if you wanna share some thoughts. :)
Sure. Would be glad to help if I can. My email is in my GitHub profile.
Can’t wait for networkx integration! :)