Skip to content

pratikdas/neo4jjavadriverpoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run a Cypher query in Neo4j using the neo4j driver

For using the Neo4j database in our applications, we need to connect to Neo4j from our application by using a driver library. Neo4j supports connection via Bolt or HTTP protocols. This example conatins a sample Java program which uses Neo4j's java driver neo4j-java-driver to connect to a local Neo4j database instance and execute a Cypher query.

About

Run a Cypher query in Neo4j using the neo4j driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages