replication: All content tagged as replication in NoSQL databases and polyglot persistence
Thursday, 16 December 2010
CouchDB Usecase: Decentralizing Twitter
J.Chris Anderson in an interview over ReadWriteWeb:
Klint Finley: Let’s start at the top: what exactly is Twebz? It’s described as a “decentralized Twitter client.” What exactly does that mean?
J Chris Anderson: The aim is to allow you to interact with Twitter when Twitter is up and you are online. But if Twitter is down for maintenance or you are in the middle of nowhere, you can still tweet. And when you can reach Twitter again, it will go through.
If lots of folks are using it, then they can see each other’s tweets come in even when Twitter is down.
Mostly the goal was to show the way on how to integrate CouchDB with web services and APIs.
A classical example of CouchDB powerful P2P replication capabilities. Dave Winer would probably be its ☞ biggest fan.
Original title and link: CouchDB Usecase: Decentralizing Twitter (NoSQL databases © myNoSQL)
via: http://www.readwriteweb.com/hack/2010/12/j-chris-anderson-interview.php
Tuesday, 7 December 2010
Caching and Replication: The Differences
As always a fantastic read from Jeff Darcy:
A replica is supposed to be complete and authoritative. A cache can be incomplete and/or non-authoritative.
I’m using “suppose” here in the almost old-fashioned sense of assume or believe, not demand or require. The assumption or belief might not actually reflect reality. A cache might in fact be complete, while a replica might be incomplete – and probably will be, when factors such as propagation delays and conflict resolution are considered. The important thing is how these two contrary suppositions guide behavior when a client requests data. This distinction is most important in the negative case: if you can’t find a datum in a replica then you proceed as if it doesn’t exist anywhere, but if you can’t find a datum in a cache then you look somewhere else. Here are several other possible distinctions that I think do not work as well.
Original title and link: Caching and Replication: The Differences (NoSQL databases © myNoSQL)
Most Popular Articles
- Translate SQL to MongoDB MapReduce
- Tutorial: Getting Started With Cassandra
- CouchDB vs MongoDB: An attempt for a More Informed Comparison
- Cassandra @ Twitter: An Interview with Ryan King
- A Couple of Nice GUI Tools for MongoDB
- NoSQL benchmarks and performance evaluations
- Ehcache: Distributed Cache or NoSQL Store?
- Document Databases Compared: CouchDB, MongoDB, RavenDB
- Quick Review of Existing Graph Databases
- NoSQL Data Modeling