Categorygithub.com/indykite/neo4j-graph-tool
modulepackage
0.0.0-20250108124240-9f46791f337e
Repository: https://github.com/indykite/neo4j-graph-tool.git
Documentation: pkg.go.dev

# README

Neo4j Graph Tool

Schema migration tool that helps you automate DB migration across environments and in CI/CD pipelines.

This boilerplate is dependent Neo4j Graph Tool core, which contains the codebase. And consist of 2 main parts:

  • Supervisor - is Docker image entrypoint replacement. Expose HTTP server that can manage underlying Neo4j instance together with running migrations.
  • Graph Tool CLI - is binary, that can be used to connect to any Neo4j DB server and perform migrations there.

# Packages

Package main is CLI entrypoint.