Registry / database / neo4j-core

neo4j-core

JSON →
library9.0.0rbrubygemsunverified

Neo4j-core provides classes and methods to work with the graph database Neo4j.

gem install neo4j-core
INSTALL
IMPORT
SIG · NEO4J-CORE
N
neo4j-core
databaserubyv9.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Neo4j
require 'neo4j-core'

Connect to a Neo4j server and run a Cypher query

require 'neo4j-core' session = Neo4j::Session.open(:server_db, 'http://localhost:7474') session.query('MATCH (n) RETURN n LIMIT 10').each do |row| puts row.inspect end
Debug
Known issues
breakingBreaking changes in version 9.0.0: the API for sessions and queries has changed significantly from earlier versions.
fix
Review the upgrade guide at https://github.com/neo4jrb/neo4j-core/wiki/Upgrading-to-9.0
affects: >= 9.0.0
Upgrade
Version history
9.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
neo4j-core — gem install neo4j-core · libregistry