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 that would be really cool is to do the same just from a set of sql insert statements so that you actually don't need a running relational database but you can do dump.sql -> csv files -> import.cypher Cheers, Michael On Thu, Dec 4, 2014 at 9:54 PM, feng zhu <[email protected]> wrote: > 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/lycofron/pysql2neo4j >> >> Mind that this is not meant to be The Solution. It's just a script to get >> you up and running quickly. >> >> As I am quite new in Neo4j, I'd like to hear from you: bugs, suggestions, >> whether you found it useful (or not) etc. >> >> Thank you, >> Yannis. >> > -- > 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.
