OrientDB: A new Open Source NoSQL DBMS
code.google.com
OrientDB: A new Open Source NoSQL DBMS
1–10 of 14 posts
Re: OrientDB: A new Open Source NoSQL DBMS
#2Re: OrientDB: A new Open Source NoSQL DBMS
#3It looks interesting enough, and the sort-of SQL language looks OK, but I have to ask: why would anyone use a young project (with only one developer?) rather than something really well supported like MongoDB or Cassandra? That said, interesting looking work.
why would anyone use a young project (with only one
developer?) rather than something really well
supported like MongoDB or Cassandra
I don't know either of the systems you mention - and should have a look into them. I have some experience with couchdb.I've got an app in mind, and have some experience with couchdb but not with the systems you mention.
Orient interested me because I'm constantly on the lookout for something with these features:
* Key/value database.
* Straightforward to install on linux and darwin.
* Able to push data into it through high-bandwidth
* Queries give result sets that are reliably correct for a moment in time.
* Doesn't take up large amounts of disk space.
* Straightforward to get started with and evaluate without large time investment.
Couch fails a few of them, but I didn't know they were requirements until I'd started playing with it.
Orient seems to be very easy to set up, and supports a binary input protocol which might be faster than the HTTP drop mechanism I've been using against couchdb.
Re: OrientDB: A new Open Source NoSQL DBMS
#4The Java/Hibernate pattern seems to be common for java applications, but there's doesn't seem to be (as far as I can see) for a document/object based alternative. I'm currently working with an object graph that translates very poorly to a relational DB, does anyone have any experience with any non-relational alternatives?
Re: OrientDB: A new Open Source NoSQL DBMS
#5Re: OrientDB: A new Open Source NoSQL DBMS
#6It looks interesting enough, and the sort-of SQL language looks OK, but I have to ask: why would anyone use a young project (with only one developer?) rather than something really well supported like MongoDB or Cassandra? That said, interesting looking work.
It still seems a little too young a project for me to want to use. I will definitely keep an eye on it though.
Re: OrientDB: A new Open Source NoSQL DBMS
#7It looks interesting enough, and the sort-of SQL language looks OK, but I have to ask: why would anyone use a young project (with only one developer?) rather than something really well supported like MongoDB or Cassandra? That said, interesting looking work.
why would anyone use a young project (with only one developer?) rather than something really well supported like MongoDB or Cassandra I don't know either of the systems you mention - and should have a look into them. I have some experience with couchdb. I've got an app in mind, and have some experience with couchdb but not with the systems you mention. Orient interested me because I'm constantly on the lookout for so…
Re: OrientDB: A new Open Source NoSQL DBMS
#8It looks interesting enough, and the sort-of SQL language looks OK, but I have to ask: why would anyone use a young project (with only one developer?) rather than something really well supported like MongoDB or Cassandra? That said, interesting looking work.
The ability to handle transactions makes it very interesting to me, but your criticisms are valid. It still seems a little too young a project for me to want to use. I will definitely keep an eye on it though.
I will keep an eye on it also, especially if there are nice Clojure and JRuby wrappers.
I would be more enthusiastic but all of my current needs are very well met using PotgreSQL, MongoDB, and either AllegroGraph or Sesame as RDF data stores.
Re: OrientDB: A new Open Source NoSQL DBMS
#9I came across OrientDB a week ago, while looking for a Document DBMS that could be embedded in a client side application. Sadly haven't had time to fully check it out yet, but it looked the most promising of the options out there. The Java/Hibernate pattern seems to be common for java applications, but there's doesn't seem to be (as far as I can see) for a document/object based alternative. I'm currently working with…
Re: OrientDB: A new Open Source NoSQL DBMS
#10I don't mean to be snarky or anything, but I fail to see what's so impressive about using 64-bit integers.