DozerDB enhances your Neo4j Community Edition with enterprise features, all 100% free and open source under the GPL license. You have several ways to use it and more to come. Our goal is to provide enterprise features that are missing in the community edition, and to make them available to everyone for free.
DozerDB has no affiliation with either Neo4j USA or Neo4j Sweden.
Below is a table of the current downloads. We provide a version for the Neo4j 4.4 version, and the newest 5.x version.
5.x | 4.4.x LTS |
---|---|
dozerdb-plugin-5.26.3.0.jar
(For Neo4j 5.26.3) dozerdb-plugin-5.25.1.0-alpha.1.jar (For Neo4j 5.25.1) dozerdb-plugin-5.24.2.1-alpha.1.jar (For Neo4j 5.24.2) dozerdb-plugin-5.22.0.0-alpha.1.jar (For Neo4j 5.22.0) dozerdb-plugin-5.21.2.0-alpha.1.jar (For Neo4j 5.21.2) dozerdb-plugin-5.20.0.0-alpha.1.jar (For Neo4j 5.20.0) dozerdb-plugin-5.19.0.0-alpha.1.jar (For Neo4j 5.19.0) dozerdb-plugin-5.18.1.0-alpha.1.jar (For Neo4j 5.18.1) dozerdb-plugin-5.17.0.0-alpha.1.jar (For Neo4j 5.17.0) dozerdb-plugin-5.16.0.0-alpha.1.jar (For Neo4j 5.16.0) dozerdb-plugin-5.15.0.0-alpha.1.jar (For Neo4j 5.15.0) dozerdb-plugin-5.14.0.0-alpha.1.jar (For Neo4j 5.14.0) dozerdb-plugin-5.13.0.0-alpha.1.jar (For Neo4j 5.13.0) dozerdb-plugin-5.12.0.0-alpha.1.jar (For Neo4j 5.12.0) |
dozerdb-plugin-4.4.26.0-alpha.1.jar
(For Neo4j 4.4.26) dozerdb-plugin-4.4.25.0-alpha.1.jar (For Neo4j 4.4.25) |
We compile and package Neo4j Community from the official Neo4j repository https://github.com/neo4j/neo4j/.
We just add the dozerdb-plugin and set up the classpath
for you so you can get started quickly.
Alternatively, you can use the plugin for a Neo4j
Community distribution you downloaded directly from Neo4j
or Compiled yourself using the plugin above.
Use the standard commands you would use for running your
Neo4j Community Edition of the same version. Ex for unix:
./bin/neo4j console
./bin/neo4j start
Release images will be hardened to DOD specifications, in fact we use the DOD Iron Bank hardened base images as well.
Simply run the command below to get started.$HOME/neo4j
folder and
try again to prevent conflicts.
$HOME/neo4j/plugins
folder.
--env NEO4J_PLUGINS
are only compatible
with the Neo4j Enterprise Edition. See:
DozerDB Graph Data Science.
docker run \
-p7474:7474 -p7687:7687 \
-v $HOME/neo4j/data:/data \
-v $HOME/neo4j/logs:/logs \
-v $HOME/neo4j/import:/var/lib/neo4j/import \
-v $HOME/neo4j/plugins:/plugins \
--env NEO4J_AUTH=neo4j/password \
--env NEO4J_PLUGINS='["apoc"]' \
--env NEO4J_apoc_export_file_enabled=true \
--env NEO4J_apoc_import_file_enabled=true \
--env NEO4J_dbms_security_procedures_unrestricted='*' \
graphstack/dozerdb:5.26.3.0
If you would like to help contribute to DozerDb you can start at our official GitHub page
We are asking the community to help decide what should be on the roadmap starting with the next release version.