Hi there, sounds reasonable. Now, would something like https://svn.neo4j.org/laboratory/users/peter/sqlimport/src/test/java/com/neo4j/sqlimport/InsertTest.java be what you have in mind for the import?
Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Aug 9, 2011 at 8:53 PM, dhsieh <[email protected]> wrote: > to comment on that diagram, can items be in one category, and be part > of a product that is part of another category? >>> Yes, that is possible > > Also, what does the SQL you are trying to import look like? Should it > be converted into this schema? >>> Yes, pleaes use this schema as the source and the SQL insert looks like: >>> insert into item (item_id, item_name) values (1001, 'item_1001'); > insert into seller (seller_id, seller_name) values (2001, > 'seller_2001'); > ...... etc., > > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Re-Neo4j-Neo4J-SQLIMporter-question-tp2508296p3239973.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

