Blogs are updated every hour. Blogs with voting buttons are updated as soon as an article is published.
| 0 |
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, please email me. Cassandra 1.0.9: Maintenance Release The complete change notes for Cassandra 1.0.9 are here: impr... 0 Published 36 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
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 my posts on NoSQL hosting , you’l... 0 Published 66 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
The security 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 world-readable. Ye... 0 Published 77 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
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, a... 0 Published 95 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
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... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A Plan for Apache CouchDB: Putting the Apache Back Into CouchDB: Dave Cottlehuber has a great plan for the Apache CouchDB community to restore confidence and increase mind-share in order to fulfil a great goal: I’d like to see CouchDB as being the enabler... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Here are the 5 bullet points that would helped Couchbase clarify all the confusion about Couchbase, Membase, CouchDB: We are working on Couchbase server 2.0. This is our next major release and the only product we will be focusing next. It represents the c... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
There was a story earlier this year that I, as someone that has spent an enormous amount of time contributing to open source projects, thought it was no story. Considering how much was published about it, chances were you already read something about Dami... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
TouchDB: Embeddable Lightweight CouchDB-compatible: Jens Alfke: If CouchDB is MySQL, then TouchDB is SQLite. By “CouchDB-compatible” I mean that it can replicate with CouchDB and Couchbase Server, and that its data model and high-level design are “Couch-... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
I read that: Cloudant might have raised $2.1 million (via Mass High Tech) Cloudant has a new CEO in Derek Schoettle (previously VP Sales at Vertica Systems, Inc.) (via PR announcement) After Membase and CouchOne merger, I think it was the general expectat... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Document Databases and Data Migrations: Sven Schmidt: Since CouchDb is inherently unstructured, there’s no global schema that you manage to control your data’s structure. That’s often a good thing, because it gives you flexibility, but it can also cause ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Why I Choose CouchDB Over MongoDB: Theres a lot of discussion lately over NoSQL databases for high-performance distributed web apps. […] Currently there are 2 main contenders; CouchDB and MongoDB, and if you care about your data saving, and alway having ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Such list would be even more useful with the following classification: Production ready CouchDB Jackrabbit MongoDB RavenDB Experimental OrientDB RaptorDB SisoDb Terrastore Note: A special mention in this category for OrientDB and Terrastore which even... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Using GeoCouch for Serving-Up GeoJSON: Todd Jackson: It took around 30 minutes for my 2.5 million records to load, which isn’t too bad considering it took about 20 minutes in PostGIS. My PostGIS table is approximately 950MB in size, while my CouchBase d... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
How to Implement an IMAP Server on Top of a CouchDB/NoSQL Data Store?: Interesting question on SO: To summarize my objective here, I am really just looking for a simple, opensource method which allows me to create and maintain a (preferably noSQL db) bac... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Griffon and NoSQL Databases: Andres Almiray: The following list enumerates all NoSQL options currently supported by Griffon via plugins: BerkeleyDB CouchDB Memcached Riak Redis Terrastore Voldemort Neo4j Db4o Neodatis The first 7 are Key/Value stores. Ne... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Help CouchDB Break the C10K Barrier: Over the weekend, I was experimenting with CouchDB to see if it can pass the C10K barrier. Some of the performance optimizations I made along the way are really OS-level optimizations that affect MochiWeb (erlang web ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
CouchDB and Redis: Strengths and Weaknesses: Knowing the strenghts and weaknesses of each of them could help making a decision. But do not fall for comparing them: I’ve compiled a simpler item-by-item comparison of CouchDB and Redis, and it appears to be... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
blitz.io: Best CouchDB App: The architecture of blitz.io, a geo-distributed load and performance testing service built on top of the CouchDB: blitz.io uses regional CouchDB clusters as the backbone with the scale engines using continuous _changes waiting... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
What Are the Benefits of Building CouchApps?: Bradley Holt[1]: Streamlining of your codebase (no middle tier), replication, the ability to deploy/replicate an application along with its data, and the side benefits that come with going “with the grain” of... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
SQL Access to CouchDB Views: Nicholas Goodman: […] enabling SQL Access to CouchDB Views […] single, biggest advantage is: The ability to connect, run of the mill, commodity BI tools to your big data system. While the video below doesn’t show a PRPT it do... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Roman Stoffel published a great intro to documents from the perspective of document databases. While the code is specific to RavenDB, most of the principles exposed apply to all document databases. If you didn’t work with a document database, like RavenDB... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
CouchDB Queue Service: Amazon SQS API-compatible: Neat idea that could prove pretty useful in development environments: CQS is a message queue system, using Apache CouchDB. It is exactly like Amazon Simple Queue Service (SQS). The API is the same. Everyt... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Couchbase Single Server Important Improvements: Couchbase Single Server is the CouchDB packaging offered by Couchbase. But I think this is the first time this product came out under this name. At least the first Couchbase Server release didn’t mention it... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Robert Newson just announced a new version of Apache CouchDB, 1.1.0, featuring native SSL, HTTP range requests, and a other features and improvements listed below: Native SSL support. Added support for HTTP range requests for attachments. Added built-in... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
There are a couple of contradictory points in Sean Coates’ story of migrating Gimme Bar from using CouchDB to MongoDB : By summer 2010, we began work on adding social features […] to Gimme Bar, and CouchDB started giving us trouble. This wasn’t CouchDB’s... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Building CouchApps Tutorial: Create Web Applications Stores in CouchDB: In this tutorial, you will learn how to create your own CouchApp using HTML, CSS, and JavaScript. Your application will perform database operations using Ajax powered by the jQuery f... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
iOS Mobile Couchbase: What iOS Mobile Couchbase gives you: You can embed the rock solid distributed database, Mobile Couchbase, on your iOS device. Your iOS apps can use Apache CouchDB’s well-proven synchronization technology. If you 1 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A long series of articles by Todd Anderson on building a DHTML application for mobiles using jQuery Mobile and CouchDB: Getting started: installation Document view: displaying the first page Templates and Mustache.js: using mustache.js for the templates E... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Developing with CouchDB on Android: So you know why CouchDB on mobile is an awesome fit, but getting CouchDB working on the device is only the first step, for it to be useful CouchDB needs to provide an easy and convenient way to be used on mobile device... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Introducing Couchup. An interactive Couchdb Console: I know Futon is nice, but as a developer i need more power. And even though HTTP is ubiquitous, i need simple ways of sending requests to Couchdb, without dealing with setting the headers and json enco... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Cloudant about Couchbase Announcement: Alan Hoffman of Cloudant, the CouchDB hosting providers and creators of the BigCouch scalable CouchDB solution: I do want to take issue with one thing said in the press release for Couchbase. They say: “Couchbase be... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Late last night I’ve received an email asking if I could jump in a phone call to hear some exciting news. I had to say pass as it was extremely late, but replied back: “Is it a big client acquisition or M&A?”. Before falling to sleep I was turning this q... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
If you ever get bored of your GMail/Yahoo!/Hotmail email or your local client, then you could start storing email into CouchDB. Next you could develop a CouchApp for it, add tags and views to emulate folders/GMail labels, replicate to your mobile or other... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
On Document Databases or Is MongoDB Lacking a Sweet Spot?: Rob Ashton published an article comparing the major NoSQL document databases: CouchDB, MongoDB, and RavenDB, from the perspective that “it’s all about sweet spots”. His conclusions about MongoDB a... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Mikeal Rogers (@mikeal) talking on why node.js and CouchDB are a good fit for each other: Now, there’s already LivelyCouch which tries to build an application server by combining node.js and CouchDB. And there’s also CouchApp which allows you to build ap... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Nice little CouchApp: MapChat: Why CouchApp/CouchDB? I guess the answer in this case is: development simplicity, as there’s no need for additional web server or other things like that. Just CouchDB and a bunch of Javascript. Original title and link: Pow... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
RavenDB, Attachments, and Raven Apps: Looks like RavenDB took a lot of inspiration from CouchDB and CouchApp: The only reason RavenDB has attachments support is that we wanted to support the notion of Raven Apps (see Couch Apps) which are completely host... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
It was said many times that thanks to the fact that CouchDB is HTTP uberfriendly, you could use web tools to get it to scale. One such tool that was mentioned is the web cache ☞ Varnish. Mathias Meyer pointed out in the CouchDB post 1.0 roadmap that the l... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Besides LAMP, you can now learn about LAP(hp)-CouchDB-: PHP developers generally use MySQL, but the rise of NoSQL databases has opened up new options for creating web apps. CouchDB’s unique replication feature set and easy API make it a great fit for PHP... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
RavenDB and CouchDB Compared: A fair emphasis on what differentiates RavenDB from CouchDB (nb coming from RavenDB creator). Just to mention the most interesting ones: transactions: support for single document, document batch, multi request, multi node t... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Puppet and CouchDB: Starting in Puppet 2.6, its possible to store all facts in a couchdb database. […] Advantages: Facts can be aggregated to a separate service to be queried. We can now access a clients fact information using Couch’s RESTful interface.... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A conversation with CouchOne’s Aaron Miller[1] and Nitin Borwankar[2] about the CouchDB application environment and CouchOne efforts to port it to Android and more generally to mobile platforms. The mp3 ☞ hosted by IBM developerWorks website can be downlo... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
The impact of document IDs on performance of CouchDB: One CouchDB trick that is probably not so well known: Now if the data that is inserted in the B-tree (in this case, the DocIDs) is random, it causes the tree to fan out quickly. As the minimum fill ra... 1 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
While CouchOne is focused on getting CouchDB on the mobiles — CouchDB is available on Android and probably coming to iOS, Cloudant, the other CouchDB oriented company, is focused on CouchDB horizontal scalability by providing as open source and hosting Bi... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
CouchDB Case Study: Building a Track and Trace Application: Migrated from PostgreSQL and DoDoStorage (in-house document store) to CouchDB: Currently we are running CouchDB with subset of our tracking archives. This subset is about a quarter million docum... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Adding CouchDB with ☞ couch-fuse to the list of NoSQL databases exposing a FS interface: Riak, Cassandra, Project Voldemort. Original title and link: CouchDB as FS with couch-fuse (NoSQL databases © myNoSQL) 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
CouchDB Case Study: Thingler, Collaborative Todo Lists: The data-model of Thingler was really simple: there was only one type of object: the Room (essentially a passworded list mapped to a url). The document-store aspect of CouchDB worked well, the appli... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
CouchDB Tips & Tricks: List Functions for Sorting Map/Reduce Results by Value: Nice CouchDB trick from Arbo von Monkiewitsch: I just found out, that it is possible to sort the result of Map/Reduce with a list function. curl http://.../design-doc/_list/so... 1 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Presented at QCon London 2010: Enda Farrell discusses how CouchDB is used by BBC for some of its websites, presenting the context it is deployed in, the operations performed against it, how replication and compacting works, some statistics, and how it is... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
Page 1 out of 20:
Blogs with invalid RSS feeds, or feeds that contain more than 50 posts are not included in TopBlogLog. Blogs that spam can be removed from the main page or deleted from TopBlogLog.
Categories