Thanks Mark for your answer. Do you have some tutorial for linking Neo4j/MySQL ? I couldn't find interesting things.
Actually, i already stored the simulation file ID in neo4j but i am looking to make the node ID point on another ID in RDBMS. -- Mohamed Anis DHUIEB Software Engineer/Ph.D Student IRCCyN, IS3P team (UMR CNRS 6597) Mob.:06 19 12 46 51 Tel.:02 40 37 69 21 Website: www.dhbmedanis.com Adress:1 rue de la Noƫ - BP 92101 44321 NANTES Cedex 03 2014-11-05 8:16 GMT+01:00 Mark Needham <[email protected]>: > If you want to link MySQL and Neo4j together what people sometimes do is > store the primary key for the row in the relational database as a property > on a Neo4j node/property. Then from your application code you can do the > appropriate relational db query. > > Any reason why you can't just store the simulation file IDs in Neo4j as > well? > > On 5 November 2014 05:27, Mahesh Lal <[email protected]> wrote: > >> In case you want to save files, its better to save it on the filesystem >> than introduce additional complexity of bridging with an RDBMS. >> >> >> -- Thanks and Regards >> Mahesh Lal >> >> >> On 5 November 2014 09:45, Dhuieb Mohamed Anis < >> [email protected]> wrote: >> >>> Hello, >>> >>> I am facing a use case where i need to store data in lower level then >>> Neo4j. >>> I hope that this will explain my case: (Node: Task)-----Simulated >>> by------------(Node: Simulation file id). >>> In this case, should i use RDBMS to store my data ? How can i link RDBMS >>> like MySQL with Neo4j? >>> >>> Thx ! >>> Anis >>> >>> -- >>> 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. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/ukdSRmkI3FU/unsubscribe. > To unsubscribe from this group and all its topics, 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.
