Replies: 3 comments 3 replies
-
Thanks, @timw. You can already use the RemoteDatabase class that is just a wrapper of HTTP api |
Beta Was this translation helpful? Give feedback.
0 replies
-
Missed the other questions:
That use case is perfect with ArcadeDB. I'm sure if you import the database and play with Arcade you'll notice the performance improvement from the first query |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Congrats on the launch - it's a really positive development for OrientDB users, and hopefully it gets to production ready soon!
The first question I have while browsing the docs/code, is: what is your strategy/intention for drivers/clients?
I do like the simplicity of having a baseline polyglot query language REST API (Elastic Search has got a long way with that approach), and implementing the PostgreSQL wire protocol seems really pragmatic as well. I'm less convinced about the MongoDB/Redis approaches, but time may prove me wrong on those :)
I am left wondering a few things while pondering how we could port our app to ArcadeDB:
For reference, we utilise a graph model as a transactional database, so our query load is a mix of document fetches and projections over a reasonably small cluster of vertices.
Beta Was this translation helpful? Give feedback.
All reactions