How to Create a Counter with Phoenix LiveView Analysis of JSON parser for Elixir

Accessing Neo4j from Elixir with Bolt and Cypher

I just published a post today ‘Property graphs and Elixir: Accessing Neo4j from Elixir with Bolt and Cypher’.

The post shows how to access Neo4j graph databases from Elixir using the ‘bolt_sips’ package and how to query graphs using the Cypher query language.

It then shows how to create a simple graph (modified from an RDF graph) and how to import graphs and to parse out graphs from GraphGists.

And just as we can query Neo4j property graphs with Cypher, in previous posts I also showed how Elixir can be used to query RDF graphs with SPARQL. It is therefore rather intriguing to consider what role Elixir could play in moving data between these two graph worlds.