All Projects → neo4j → neo4j-java-driver-spring-boot-starter

neo4j / neo4j-java-driver-spring-boot-starter

Licence: Apache-2.0 license
Automatic configuration of Neo4j's Java Driver for Spring Boot applications

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to neo4j-java-driver-spring-boot-starter

OGMNeo
[No Maintenance] Neo4j nodeJS OGM(object-graph mapping) abstraction layer
Stars: ✭ 54 (+63.64%)
Mutual labels:  neo4j, neo4j-driver, bolt
neo4rs
Neo4j driver for rust
Stars: ✭ 41 (+24.24%)
Mutual labels:  neo4j, neo4j-driver, bolt
neo4j-php-client
Php client and driver for neo4j database
Stars: ✭ 95 (+187.88%)
Mutual labels:  neo4j, driver, bolt
neo4j-jdbc
JDBC driver for Neo4j
Stars: ✭ 110 (+233.33%)
Mutual labels:  neo4j, driver, neo4j-driver
neo4j-graphql-py
A GraphQL to Cypher query execution layer for Neo4j and Python GraphQL implementations.
Stars: ✭ 14 (-57.58%)
Mutual labels:  neo4j, neo4j-driver
seabolt
Neo4j Bolt Connector for C
Stars: ✭ 37 (+12.12%)
Mutual labels:  neo4j, neo4j-driver
Neo4j Go Driver
Neo4j Bolt Driver for Go
Stars: ✭ 258 (+681.82%)
Mutual labels:  neo4j, driver
Neo4j sips
Elixir driver for the Neo4j graph database server
Stars: ✭ 78 (+136.36%)
Mutual labels:  neo4j, driver
NeoClient
🦉 Lightweight OGM for Neo4j which support transactions and BOLT protocol.
Stars: ✭ 21 (-36.36%)
Mutual labels:  neo4j, bolt
Neo4j Python Driver
Neo4j Bolt driver for Python
Stars: ✭ 607 (+1739.39%)
Mutual labels:  neo4j, driver
Neo4j Core
A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem
Stars: ✭ 99 (+200%)
Mutual labels:  neo4j, driver
boltex
Elixir driver for the neo4j bolt protocol
Stars: ✭ 27 (-18.18%)
Mutual labels:  neo4j, bolt
Neo4j Java Driver
Neo4j Bolt driver for Java
Stars: ✭ 241 (+630.3%)
Mutual labels:  neo4j, driver
Bolt sips
Neo4j driver for Elixir
Stars: ✭ 204 (+518.18%)
Mutual labels:  neo4j, driver
angular-neo4j
Neo4j Bolt driver wrapper for Angular
Stars: ✭ 18 (-45.45%)
Mutual labels:  neo4j, neo4j-driver
py2neo
Py2neo is a comprehensive Neo4j driver library and toolkit for Python.
Stars: ✭ 1,105 (+3248.48%)
Mutual labels:  neo4j, neo4j-driver
Neo4j Javascript Driver
Neo4j Bolt driver for JavaScript
Stars: ✭ 674 (+1942.42%)
Mutual labels:  neo4j, driver
Libneo4j Client
neo4j-client -- Neo4j Command Line Interface (CLI)
Stars: ✭ 121 (+266.67%)
Mutual labels:  neo4j, driver
neo4j.cr
Pure-Crystal implementation of Neo4j's Bolt protocol
Stars: ✭ 29 (-12.12%)
Mutual labels:  neo4j, neo4j-driver
tahoe-lafs-public-clouds
tahoe-lafs backend drivers for no-cost cloud providers
Stars: ✭ 25 (-24.24%)
Mutual labels:  driver

Neo4j Spring Boot Starter

Maven Central

A Spring Boot starter with automatic configuration for the Neo4j Java Driver.

Important
This project is now superseded by the automatic configuration in Spring Boot 2.4. Spring Boot 2.4 includes the same means of configuring a standalone Neo4j Driver instance, including the same health checks. There is a dedicated starter for Spring Data Neo4j 6 (formerly known as SDN/RX).

Introduction

This starter provides a convenient way to configure all aspects of the Neo4j-Java-Driver from within a Spring Boot application. It provides a single, managed Spring Bean of type org.neo4j.driver.Driver, configured to your needs.

The starter does not add any additional functionality on top of the driver, but only exposes the drivers configuration in a Spring friendly way. However, it configures the driver to use Springs JCL logging variation by default.

The 4.x.y. line of the starter only supports the 4.x.y line of the Neo4j Java Driver. It is tested and developed against Spring Boot 2.3.12.RELEASE.

The starter supports Neo4j server mode only, that is: A connection against a Neo4j server over the Bolt protocol.

Manual

For a gentle introduction and some getting started guides, please use our Manual. The manual contains descriptions of all examples, which you’ll find in the project source directory under examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].