Re: [Neo4j] Re: Script to migrate relational DB to Neo4j

2014-12-05 Thread Ioannis Theodossis
Thank you all! :) Michael, blogpost + screencast. OK! Just give me some time, and I'll do it. Now, dump.sql to csv files, this is a great idea. What really concerns me, though, is parsing SQL. While it will not take an elaborated SQL parser (it would need only a subset of sql commands), it's de

Re: [Neo4j] Re: Script to migrate relational DB to Neo4j

2014-12-04 Thread Nigel Small
Looks awesome. I'll give it a spin over the next few days :-) On 4 December 2014 at 21:20, Michael Hunger < michael.hun...@neotechnology.com> wrote: > Yannis, > > This is amazing, I have to still test it out, but really good work. > > One thing I'd love to see is a blog post + screencast that sho

Re: [Neo4j] Re: Script to migrate relational DB to Neo4j

2014-12-04 Thread Michael Hunger
Yannis, This is amazing, I have to still test it out, but really good work. One thing I'd love to see is a blog post + screencast that shows the tool in action. Probably on the northwind database. You already implemented all the features I was thinking of for a similar tool in java. Something t

[Neo4j] Re: Script to migrate relational DB to Neo4j

2014-12-04 Thread feng zhu
Thanks! It's great work 在 2014年12月4日星期四UTC-8上午6时16分45秒,Ioannis Theodossis写道: > > Hi, > > I came across Neo4j and, as I wanted to have data from some familiar > database to see it in action, I ended up developing, in my free time, a > script in Python to do the job. > > https://github.com/lycofro