Nishith, using Rails, Neo4j is supporting that nicely, see http://github.com/andreasronge/neo4j/tree/42280d991fb73cfb11e61eb52c035a46616a2e20 , and we have some code pulling out and inserting stuff from MySQL into Neo4j via ActiveRecord that will be put onto GIThub very soon.
>From PHP, there are different scenarios of which we know of some working ok, see http://wiki.neo4j.org/content/PHP . We don't running example code on such an integration (yet) and would love to get a contribution in that area - the core team are PHP n00bs :) Of course either the JRuby REST bridge (example http://github.com/andreasronge/neo4j/blob/42280d991fb73cfb11e61eb52c035a46616a2e20/examples/rest/example.rb) or the soon-to-be-awesome Java REST bindings at https://svn.neo4j.org/laboratory/components/rest/ are always a good start if you are keeping big traversals on the Neo4j side of things. Otherwise, REST might get to chatty for good performance. Let us know if you have any questions. Would LOVE to get some feedback from other people using PHP with Neo4j! Cheers, /peter neubauer COO and Sales, Neo Technology 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://www.tinkerpop.com - Processing for Internet-scale graphs. http://www.thoughtmade.com - Scandinavias coolest Bring-a-Thing party. On Wed, Feb 17, 2010 at 2:59 PM, Nishith Shah <[email protected]> wrote: > Hi, > > In our setup, we would have application servers (Rails/PHP), a server > running MySQL, and a server running neo4j. I'm wondering how would > the application (on server A) talk to neo4j (on server B)? Is Rest API > the only way to work in such a scenario? > > Any pointers, links would be helpful. > > Thanks, > Nishith > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

