Seed database in each deploy (QA=>PREPROD=>PROD)

Hello good afternoon, I have been working with nestjs and neo4j for a short time, now I have a very important question, normally we use migrations to create data in productive environments (preprod, prod).

What is the way to create certain nodes in my staging environment for example? What is the correct way? (Do not export and import data)

what is the equivalent of migrations(typeorm-sequelize) in neo4j?

thank you so much

Thank for answer my post @TrevorS, Im still looking for an answer. I wonder if there is such a thing as migrations and seeder in neo4j or would I have to develop a custom solution?

This with the purpose of creating data, in different environments, defined in cypher files.

Hello @angelpuc08

Thank you for posting to the Community! I wanted to see if this is still an issue you are working through. If you were able to solve the problem on your own can you please reply back with the solution so others can benefit from your work?

If you are still looking for an answer, please reply back and let me know so I can try and get more eyes on this for you!
Thank you,

TrevorS
Community Specialist

My apologies @angelpuc08! It looks like my last message didnt go through.

I would recommend at this point to open a ticket in Github.
https://github.com/neo4j

Copy your Github ticket link here so others can follow if they are asking a similar question.

hello someone could help me?