This Week in Neo4j – GraphConnect 2020 Registration Now Open, Data Discovery at Lyft, Finding Motifs in Cypher for Fun and Profit
By Mark Needham
July 13, 2019 4 mins read
This week Greta Workman interviewed Mark Grover about Data Discovery at Lyft and we opened registration for the GraphConnect 2020 conference. We also learn about a tool for keeping track of applications in a micro services architecture, and Max De… Read more →
Explore: Amundsen clojure GraphConnect 2020 Lyft Motifs SSIS twin4j
Neo4j wrapper for Clojure
By Neo4j Staff
December 8, 2008 < 1 min read
Julian Morrison has started to develop a wrapper around Neo4j for Clojure, a Lisp dialect running on the JVM. Here’s how the code using the wrapper can look:(use ‘neo4j)(with-neo "test" (tx (let [c (new-node) b (new-node)] (relate (top-node) :customers c)… Read more →
Explore: bindings clojure Julian Morrison Lisp dialect Neo4j wrapper