Company
Date Published
Author
Michael Simons
Word count
1004
Language
English
Hacker News points
None

Summary

The updated Neo4j-Java-Driver provides a powerful API for querying and manipulating graph data. It introduces an `executableQuery` method that allows developers to create and execute Cypher queries, which can be enriched with parameters and used as an eager result. The driver also supports Java's Collectors API, enabling client-side grouping and counting tasks. The new API is suitable for scripts, simple Java programs, and projects without external transaction boundaries. It offers features such as transactional functions, retries, and native support for the Collectors API, making it a valuable tool for developers working with Neo4j graph databases.