Top
image credit: Freepik

Migrating Neo4j Graph Schemas With Neo4j Migrations

December 28, 2021

Via: InfoQ

Neo4j Labs has released Neo4j Migrations, a database migration and refactoring tool that offers version control for relational databases. Inspired by FlywayDB, Neo4j Migrations depends on the Neo4j Java Driver and ClassGraph which is used to detect migrations on the classpath.

This tool may be used as a CLI via the neo4j-migrations command, after downloading the CLI binary from the GitHub releases page. Binaries are available for both Windows and Unix-like operating systems. Homebrew offers an installation for macOS:

Read More on InfoQ