Getting Started With Riak & Python
pragmaticbadger.com
Getting Started With Riak & Python
1–10 of 10 posts
Re: Getting Started With Riak & Python
#2"We're not about to drop PostgreSQL as our primary data storage layer, but Riak seems to make a great complimentary datastore . . . "
Re: Getting Started With Riak & Python
#3Why no mention of CouchDB and how Riak differs?
Re: Getting Started With Riak & Python
#4A key-value store written in Erlang, stores JSON and executes MapReduce queries, and is accessible as a web service. Why no mention of CouchDB and how Riak differs?
Re: Getting Started With Riak & Python
#5Re: Getting Started With Riak & Python
#6Re: Getting Started With Riak & Python
#7Another key/value store? I'm sure it has its own specific advantages and disadvantages which make it different from all the others. Still, there's a lot of those popping up lately...
Re: Getting Started With Riak & Python
#8A key-value store written in Erlang, stores JSON and executes MapReduce queries, and is accessible as a web service. Why no mention of CouchDB and how Riak differs?
In short, Riak wins out to me against all three:
* Faster than Couch & easier clustering * Better data integrity than Mongo * Less conceptual overhead & simpler code than Cassandra
Re: Getting Started With Riak & Python
#9On how it's being used: "We're not about to drop PostgreSQL as our primary data storage layer, but Riak seems to make a great complimentary datastore . . . "
For instance, Postgres is great for highly structured data (say, photos on a website). Riak shines when your data flexs more & you have a lot of it (say an activity stream).
Re: Getting Started With Riak & Python
#10A key-value store written in Erlang, stores JSON and executes MapReduce queries, and is accessible as a web service. Why no mention of CouchDB and how Riak differs?
Also, Riak features an integrated full-text search engine.