Out of curiosity, why did you not fork and build on Kuzu?
Show HN: LatticeDB – Like SQLite but for graph databases
21–30 of 55 posts
Re: Show HN: LatticeDB – Like SQLite but for graph databases
#22Re: Show HN: LatticeDB – Like SQLite but for graph databases
#23I'm currently building a personal knowledge graph server a mix of Notion's custom entities via JSON schema and Obsidian markdown+backlinked references. It's working well, but I suspect your product might be a better fit.
I do have one question regarding permissions: how would you recommend modeling a hierarchical access system in a graph database? Specifically, if a user is granted access to a document, they should automatically have access to all its child documents within that workspace. Is there a standard way to model this 'subtree' permission logic, or perhaps a more efficient approach you'd suggest?
Really impressed with the product good luck with it!
Re: Show HN: LatticeDB – Like SQLite but for graph databases
#24Out of curiosity, why did you not fork and build on Kuzu?
Re: Show HN: LatticeDB – Like SQLite but for graph databases
#25Out of curiosity, why did you not fork and build on Kuzu?
Kuzu appears to be a retired effort.
Re: Show HN: LatticeDB – Like SQLite but for graph databases
#26Re: Show HN: LatticeDB – Like SQLite but for graph databases
#27I wonder about mapping RDF data (like Wikidata) to this. I guess the RDF predicate becomes the edge in your node-edge style of graph.
Yes! This is something I've been thinking about quite a bit the past few weeks. We are going in this direction at work and I think graph storage is a natural way to think about this.
Re: Show HN: LatticeDB – Like SQLite but for graph databases
#28Re: Show HN: LatticeDB – Like SQLite but for graph databases
#29Re: Show HN: LatticeDB – Like SQLite but for graph databases
#30Nice, I’ll get it added to gdb-engines.com