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 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.

Reply via email to