Hi Manav,

Although the REST API isn't as flexible as the native JVM API, it's still 
suitable for large projects. You just have to be even more careful about your 
design.

This means it is suitable for PHP, and I've seen the a lot of PHP activity on 
the neo4j twitter stream in the last few days. 

Remember that each request/response with the REST API will involve a 
transaction as well as network overhead, so design your interactions carefully.

Traversers can be sent to the server through the REST API, though you'll need 
to write them in JavaScript.

I know there are folks that are in production on the REST API, I wonder if 
they'd care to share their experiences/gotchas here?

Jim
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to