Always remain updated about current software development trends

Articles having tag: COUCHDB

NoSQL Releases and Announcements

Catching up after almost two weeks offline is no easy task, but I hope I'll not miss any important events, releases, or posts. But if I do, pleaseemail me. Cassandra 1.0.9: Maintenance Release The complete change notes for Cassandra 1.0.9 arehere: improve...

CouchDB 1.2.0: Performance, Security, API, Core and Replication Improvements

CouchDB 1.2.0: Performance, Security, API, Core and Replication Improvements:CouchDB 1.2.0 was released on April 6th. The linked post provides all the details of the new version, but here are some important improvements included with the new release: Performance:...

Here Is Why in Cassandra vs. HBase, Riak, CouchDB, MongoDB, It's Cassandra FTW

Here Is Why in Cassandra vs. HBase, Riak, CouchDB, MongoDB, It's Cassandra FTW:Brian ONeill: Now, since choosing Cassandra, I can say there are a few otherreallyimportant less tangible considerations. The first, is the code base. Cassandra has an extremely...

NoSQL Databases Adoption in Numbers

Source of data is Jaspersoft NoSQL connectors downloads.RedMonk published a graphic and an analysisand Klint Finleyfollowed up with job trends: Couple of things I don't see mentioned in the RedMonk post: if and how data has been normalized based...

Which NoSQL Databases Are Robust to Net-Splits?

Answered on Quora: Dynamo (key-value) Voldemort (key-value) Tokyo Cabinet (key-value) KAI (key-value) Cassandra (column-oriented/tabular) CouchDB (document-oriented) SimpleDB (document-oriented) Riak (document-oriented) A couple of clarifications to...

NoSQL Hosting Services

NoSQL Hosting Services:Michael Hausenblas put together a list of hosted NoSQL solutions including Amazon DynamoDB and SimpleDB, Google App Engine, Riak, Cassandra, CouchDB, MongoDB, Neo4j, and OrientDB. If you go through myposts on NoSQL hosting, you'll...

How to Make CouchDB (Feel) Faster

How to Make CouchDB (Feel) Faster:A couple of tips and tricks from Martin \u2018MC' Brown that could help improve the CouchDB performance1: Within CouchDB, there is a one-to-one relationship between the design documents that you create, and the indexes...

CouchDB in Node Package Manager Exposed Password Hashes

Thesecurity alert: Your password wasn't leaked, but the hash was. Still not great. It's fixed now. The root problem? To do login, npm uses the /_users database in couchdb. By default, CouchDB prior to version 1.2.0 makes this database...

A Question About NoSQL Managed Hosting

It's impossible to always have the right answers to all the questions. So this time I'll have to ask you all:why only some NoSQL databases are present in managed hosting offers? The first wave of NoSQL managed hosting services brought MongoDB, CouchDB,...

Tropo and CouchDB: SMS Voting App in 10 Minutes

Tropo and CouchDB: SMS Voting App in 10 Minutes:Mark Headd: By pairing Tropo with CouchDB and a CouchApp running in IrisiCouch, you can have an SMS and phone voting app running entirely in the cloud in about 10 minutes. It should actually take you longer...