I am researching the best way to accomplish the following: We are building a collaboration studio of sorts directed at data analysis for the social sciences and humanities. The front end will be (essentially) a single page app using Knockout.js (not so different from the Orient Studio). The backend will, then perform queries against the graph database and do some relatively complex data manipulation. It would be ideal to embed the OrientDB into an HTTP Server, extend the REST server or binary connection, and do the data manipulation in one fell swoop. So the client-side calls something like:
/connections/get_all/object1/object2 and the server runs some premade queries, manipulates the data, and sends back a JSON response of all the connections. (This is a way simple example). Would this be possible? I am assuming it is. Is there a server software that would be best to embed OrientDB into? Also, is it at all possible to embed OrientDB into a Python server. Ideally, we would want to do the data manipulation in Python (for its AI libraries). Thank you for your thoughts. -- --- 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/d/optout.
