Registry / database / neo4j-ogm-http-driver

neo4j-ogm-http-driver

JSON →
library3.3.5javamavenunverified

HTTP transport driver for Neo4j-OGM, enabling object-graph mapping with Neo4j over HTTP.

<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-ogm-http-driver</artifactId> <version>3.3.5</version> </dependency>
INSTALL
IMPORT
SIG · NEO4J-OGM-HTTP-DRI
N
neo4j-ogm-http-driver
databasejavav3.3.5
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.

HttpDriver
org.neo4j.ogm.drivers.http.driver.HttpDriver

Creates an HTTP driver for Neo4j-OGM to connect to a local Neo4j instance.

import org.neo4j.ogm.drivers.http.driver.HttpDriver; import org.neo4j.ogm.session.SessionFactory; public class Neo4jOgmExample { public static void main(String[] args) { HttpDriver driver = new HttpDriver("http://localhost:7474"); SessionFactory factory = new SessionFactory(driver, "com.example.domain"); System.out.println("Session factory created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
neo4j-ogm-http-driver — mvn dependency:get neo4j-ogm-http-driver · libregistry