6 ms·
> I opened 120+ issues in Dgraph, Typedb and surrealdb looking for the perfect graphDB Can you share some examples? What was wrong with those?
by Reubend 3mo ago
> I opened 120+ issues in Dgraph, Typedb and surrealdb looking for the perfect graphDB
Can you share some examples? What was wrong with those?
- lveillard 3mo agoHello! I would say about 50% of them were bugs, 25% were features/mechanisms I loved from the the other ones, and 25% trying to push a better way to model things, which is what I never got in none of them. Typedb would be close if entities could evolve and belong to multiple types, as well as if they focused on making it adapted for app creation, but it wasn't their priority. In surrealdb I opened several issues around enhancing the graph db part, add some topological ordering to mutations the way typedb does it and several other topics. The most recent ones are in surrealdb's repo: https://github.com/surrealdb/surrealdb/issues?q=is%3Aissue%20involves%3Alveillard https://github.com/surrealdb/surrealdb/issues?q=is%3Aissue%2.... Half of them have been achieved but the other half remains. With blitzgraph I tried to take the best ideas and pracrices from each, keep the tradeoffs loww, and lean as hard as possible into being AI-agent-first