can connect unity3d with neo4j as a backend database??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 7suji
    New Member
    • Aug 2013
    • 1

    can connect unity3d with neo4j as a backend database??

    wanna know... is neo4j will support for unity3d as a back-end database??
    Last edited by 7suji; Aug 8 '13, 01:57 PM. Reason: spelling mistake
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    It looks like neo4j is built to run on NoSQL, so I don't believe so, at least natively.

    Additionally if you were able to develop a shim to convert the NoSQL requests to Unity3d there would be a performance hit - neo4j is built to expect NoSQL and will run its queries to be optimized on NoSQL vs anything else.

    TL;DR - Anything is possible, but you don't want to do that here.

    Comment

    Working...