neo4j-contrib / neoclipse

Graph Database Tool
218 stars 136 forks source link

ER to GraphDB #11

Open nrkkalyan opened 12 years ago

nrkkalyan commented 12 years ago

Support for migrating RDBMS ER to Graph DB, and generate corresponding stubs for Spring Neo4J, JPA , Jo4Neo, and any other (as selected by the user)

nrkkalyan commented 12 years ago

In the new graph representation: 1: There will be one one and only one root node to which all other nodes will be connected by some relation. 2: Except the root node all other nodes are data in the tables and the properties are respective column name and value. 3: The nodes are connected to the root node or other nodes through a relation name=

4: Depending on the size of a table, the table will be represented as a simple relation or a node with data. for ex: https://picasaweb.google.com/101704410064355204315/2012042302#5734719377155723778


Peter Neubauer ✆ peter.neubauer@neotechnology.com via googlegroups.com Also, for reference, here is a picture of my similar SQL-Import model, that you might look into for inspiration.

https://github.com/peterneubauer/sql-import

Cheers,