@Michael Hunger : 
For the configuration? My problem is i need to populate the data in the xml 
by writing each query containing element of my list one by one which takes 
a long time.

@Florent Biville : 
Okay just looking for other options available to try :)

On Tuesday, January 17, 2017 at 3:04:16 PM UTC+7, Florent Biville wrote:
>
> Hi, I'm currently working on the issue with Stanford NLP, it's probably 
> just a classpath conflict with JAXB.
>
> If you really want to programmatically create migrations, you can, using 
> directly `liquigraph-core` and instantiating `Changelog` objects, but this 
> will require some extra efforts.
>
> I think we need to create some standalone utilities to help writing 
> queries when the application is using Spring Data Neo4j, because the 
> explicit mapping can be tedious to get right when manually writing the 
> desired queries, I agree.
>
> Don't give up on Liquigraph too quick though, we're working hard on making 
> it great to use! We need feedback like yours so we can improve the tool! :-)
>
> On 17 January 2017 at 08:54, Michael Hunger <michael...@neotechnology.com 
> <javascript:>> wrote:
>
>> 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 <wanz...@gmail.com 
>> <javascript:>> 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 <wanz...@gmail.com>:
>>>>
>>>> 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 <wanz...@gmail.com> 
>>>>> 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 neo4j+un...@googlegroups.com.
>>>>>> 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 neo4j+un...@googlegroups.com.
>>>> 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 neo4j+un...@googlegroups.com <javascript:>.
>>> 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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to