« My Favorite Blogs -- Part 1. | Main | My Favorite Blogs -- Part 2 »

Comments

Jan

Heya Arant,
SimpleDB and CouchDB are not related. It is currently believed that SimpleDB uses Amazon's Erlang interface to BDB.

I wholeheartedly agree with the statement that comparing all these projects to relational databases is meaningless. They are another solution for a similar set of problems, but surely not the same and there are things where SQL beats anything else hands down.

Also, welcome to the CouchDB-fan-zone :)

Cheers,
Jan
--

Geva Perry

Anant --

Just to clarify, GigaSpaces plays a very different role than something like a SimpleDB does. GigaSpaces is an application platform -- a distributed application server, if you will -- that lets you built a stateful application that can easily scale across a distributed environment such as Amazon EC2. GigaSpaces manages your business logic, messaging and data. For data it does so through an in-memory data grid, and provides a Persistence as a Service feature that would persist the data to a persistent store such as SimpleDB. So the two solutions are complementary.

Regards,
Geva Perry
GigaSpaces

Nati Shalom

To second Geva i would suggest looking the following blog posts on my blog:

Putting the Database Where It Belongs

PaaS – Persistence as a Service (using Hibernate)

The comments to this entry are closed.