Hello,
Per the link (
http://stackoverflow.com/questions/22065697/neo4j-sdn-3-0-0-executingrestapi-getnodebyid-is-invoced-repeatedly)
 
shared by @Mordechai 
Tamam<http://stackoverflow.com/users/1107298/mordechai-tamam>on SO page, it has 
been mentioned that REST is not recommended with SDN.
Does this still hold true or are there any capabilities planned in SDN for 
REST w.r.t batching?

Also, I'm placing the queries that I had posted on SO:


   - 
   
   Neo4J-Java-REST bindings supports batching (i.e. BatchCallback). We can 
   group together all operations as a batch but then we would have to deal 
   with Node objects and not the SDN mapped domain objects.
   
   Is this correct? If so, is there any mechanism where we can deal with my 
   domain objects instead of core entities (Node, etc) within the 
   rest-batch-api using SDN
   
   Most of our domain object creations involve the below steps:
   - 
      
      Create entity (say master) with the specified parameters
      - 
      
      Build relationships between the entity and the owner (happens to be a 
      user)
      - 
      
      Some use-cases internally create additional entities and 
      automatically build the relationship between the master and these
      - 
      
      As almost every entity have their own index, the created entities are 
      added to the respective index (via @Indexed)
      - 
      
      All these steps are considered as an atomic operation
      
   With the batching api (java-REST), are they considered as an atomic 
   operation? My impression was that they were sent as a batch but not 
   necessarily executed as an atomic operation. If this is correct, how do we 
   treat them as atomic? Does this warrant us to develop a server extension?
   
   - 
   
   Is there any web-page which talks about the features planned for 
   upcoming releases/milestones of neo4j?
   
Thanks -

On Wednesday, 19 March 2014 08:39:02 UTC+5:30, Chandra wrote:
>
> Hello,
> I had posted a query (link below) on SO.
>
> http://stackoverflow.com/questions/22448605/queries-on-moving-from-neo4j-embeddedsdn-to-neo4j-server
>
> As there were no responses, i'm posting it in this group. Any inputs/help 
> are greatly appreciated.
>
> Thanks -
> Chandra
>

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