Neo4j Graph Tech Weekly
This Week in Neo4j: Java-Driver API, Go App, Kubernetes, SchemaSmith, Visualization App, and More
In this tutorial by Idil Saglam for Makepad, you’ll set up a Neo4j database using Docker and create a new Go project. Then, define the necessary functions to perform CRUD operations and try them out.
?
Akash Jaiswal demonstrates the installation & deployment of Neo4j Community Edition on Kubernetes cluster with Helm charts. Prerequisite installations are K8s cluster, Helm v3, kubectl, and Gcloud.
??
NEO4J LIVE:?SchemaSmith for Data Governance
In this tutorial for JavaScript developers, Corey Lanum integrates Cambridge Intelligence graph visualization SDKs with Neo4j. The browser transmits interactions to the neo4j-driver on the server, which translates them into Cypher queries to send to Neo4j AuraDB.
NEO4J JAVA DRIVER:?Finding Trees in the Forest
Michael Simons demonstrates how to traverse a path with Java and turn the result into a Neo4j graph with the new executableQuery API in Neo4j-Java-Driver v5.7. He returns the result formatted as JSON with the Java Collectors API.