FWIW this is quite a RESTful notion:

> Now you also know how to speed up your app, whenever the existing REST API is 
> too chatty for a usecase. Just write a plugin that gets the data (nodes, 
> relationships) that you want to get in one request (e.g. via a traversal)
> and return them.

That is, create a URI that represents a resource which itself is backed by an 
arbitrary subgraph. It should pass the Ian Robinson/Rickard Oberg test that 
O(domain model) < O(resource model).

Yours restfully,

Jim
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to