ontox-hu / aspis4j

an api for the ontox4j graph database
0 stars 0 forks source link

learn and set up neo4j-migrations #24

Closed tomlue closed 2 years ago

tomlue commented 2 years ago

neo4j-migrations is the recommended way to handle neo4j database migrations.

Database migration tools are a better way of iteratively updating a database over time. We use flyway for Sysrev.com and it has been very helpful. This might remove schema definition from neo4j_store.py.