Hi, I got introduced to OrientDB recently. I am coming after evaluating many NoSQl DBs like MongoDB, ArangoDB and WakandaDB. Left Mongo as its not normalized (no optimized links), left Arango and Wakanda as they can not scale-out. Scaling out is important for my app as it might grow up fast. Till now, OrientDB looks great to me covering all the shortcomings of earlier evaluated DBs.
For me, below are most important. Can someone tell me how OrientDB stand on these ? 1. Scale-able / Distributed DB with in-built replication and fault tolerance 2. High performance - multiple connection and huge number of read/writes per sec 3. REST interface -- I know Orient do that well 4. Server side JavaScript based app server --- I know orient offer that, but how good is that in terms of performance as it seems JS functions of Orient are not async like NodeJS Few more important queries before taking final call: 1. How to get the session object / details in Orient's server side JS function ? 2. How to get current logged-in user object / details in Orient's server side JS function ? 3. How to upload / store image in OrientDB ? Sample code will help. 4. How to XHR from Orient server to 3rd party server. Lets say I want to write a function in JS on OrientDB, where I receive address from client / browser and further call Google API from OrientDB server to convert that address to geo-location coordinates. I think XMLHttpRequest class is not available in OrientDB. how to get that done ? I am considering Orient for large scale mobile app, so answers to above questions are crucial to know. I will appreciate quick response on these queries. Regards, Gaurav -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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/groups/opt_out.
