Afaik Liquigraph also supports Java-based migrations, so that shouldn't be an issue.
On Tue, Jan 17, 2017 at 8:51 AM, Iwan Ivanto <[email protected]> wrote: > Currently i'm using a big list of data in java iterate it and save the > data each loop with repository. > But when i try using liquigraph i must to create the query to save the > data manually and insert the property manually too. > In java i can just create an object each loop from a list and directly > save the data there using repository/jpa query/derived query (Less mistake > because we access the list element directly instead of typing it one by one > in xml). So it kinda hard to populate a big data in changelog.xml file. > > The other problem is Liquigraph conflict with Stanford NLP dependencies > but i already create the issue here https://github.com/ > fbiville/liquigraph/issues/154. > > Also i think the community who used Liquigraph still not much. So it is > harder for me to solve the problem by searching on google or stackoverflow. > > On Tuesday, January 17, 2017 at 12:51:37 PM UTC+7, Michael Hunger wrote: >> >> What's the issue with it? Florent is certainly happy about feedback >> >> Michael >> >> Von meinem iPhone gesendet >> >> Am 17.01.2017 um 03:50 schrieb Iwan Ivanto <[email protected]>: >> >> Yes thats what i mean. Have you ever tried using liquigraph? >> Yeah i saw on the neo4j blog that they want to implement flyway but it >> was the post from 2015 i think. >> Is there another alternative beside liquigraph? >> >> On Tuesday, January 17, 2017 at 9:28:21 AM UTC+7, Michael Hunger wrote: >>> >>> Did you see liquigraph? https://fbiville.github.io/liquigraph/ >>> >>> I presume that's what you mean? >>> >>> There was some work on a flyway implementation too but I'm not sure >>> where that ended up. >>> >>> Michael >>> >>> On Mon, Jan 16, 2017 at 12:33 PM, Iwan Ivanto <[email protected]> wrote: >>> >>>> Hi all, as the title say is there anyone using versioning / database >>>> migration on neo4j? >>>> Currently i want to use versioning / database migration on spring. >>>> If anyone use versioning or database migration please tell me some >>>> reference and pros-cons of using it. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Neo4j" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
