Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarkiverse/quarkus-neo4j
Quarkus Neo4j extension
https://github.com/quarkiverse/quarkus-neo4j
graph graph-database neo4j quarkus-extension
Last synced: about 1 month ago
JSON representation
Quarkus Neo4j extension
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-neo4j
- Owner: quarkiverse
- License: apache-2.0
- Created: 2021-12-02T19:22:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:33:13.000Z (about 1 month ago)
- Last Synced: 2024-11-08T10:33:40.452Z (about 1 month ago)
- Topics: graph, graph-database, neo4j, quarkus-extension
- Language: Java
- Homepage:
- Size: 571 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus Neo4j
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.neo4j/quarkus-neo4j?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.neo4j/quarkus-neo4j)
## Introduction
Quarkus Neo4j is a Quarkus extension to connect to the [Neo4j graph database](https://neo4j.com).
It enables the use of the [Neo4j Java Driver](https://github.com/neo4j/neo4j-java-driver) in both JVM mode and native executables. It provide configuration properties to configure all relevant aspects of the driver.
## Documentation
The documentation for this extension can be found [here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-neo4j/dev/index.html) while the documentation for the Neo4j Java Driver itself is in the official [manual](https://neo4j.com/docs/java-manual/4.4/).
Other extension that build on this extension and are known to work well with it:
* [Neo4j-Migrations](https://michael-simons.github.io/neo4j-migrations/current/#download_quarkus), an extension that allows running Cypher scripts in a controlled manner for migrating or refactoring databases
* [Neo4j-OGM for Quarkus](https://github.com/michael-simons/neo4j-ogm-quarkus), an extension bringing in Neo4j-OGM and a couple of shims allowing to use Neo4js object mapper without too much hassle inside Quarkus## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Michael Simons
💻 🚧
Guillaume Smet
🚧 📖
Phillip Krüger
💻
Clement Escoffier
💬
George Gastaldi
🚇
Ivan Milosavljević
📖
Jan Martiska
💻
Jui-Chien Ni
🐛
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!