elt547
So is anyone using neo4j in a production phoenix application?
I’ve just come to the realization that my project could greatly benefit from a graph database. It still seems pretty immature in the elixir world. Is it really that bad? How feasible would a mix of, say, postgres and neo4j be? Would it be easier to just go totally neo4j?
I’d love to hop on a call and pick your brain if you’ve got experience with this.
Most Liked
LostKobrakai
Recursive CTEs can also be used quite well for that: Waiting for PostgreSQL 14 – SEARCH and CYCLE clauses – select * from depesz;
AstonJ
I was also going to recommend the book-exploring-graphs-with-elixir ![]()
There’s also Apache AGE which people using Postgres might be opting for:
Apache AGE is a PostgreSQL extension that provides graph database functionality. The goal of Apache AGE is to enable users of Postgres to use graph query modeling in unison with Postgres’ existing relational model.
Postgres seems to have it all these days, graph extensions, NoSQL, Hstore, etc
joaoevangelista
bdarla
Exploring Graphs with Elixir (PragProg) deals with graph databases using elixir. In particular, Bolt Sips is utilised to access Neo4J. Using Bolt Sips, one may employ Cypher to query Neo4J.
olivermt
If your graph needs are treelike/hierarchical this is a great feature PostgreSQL: Documentation: 14: F.21. ltree







