CouchApps: All content tagged as CouchApps in NoSQL databases and polyglot persistence
Thursday, 7 July 2011
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 how the web works are some of the benefits of building CouchApps.
The interview mentions also the potential of using CouchDB on Android and iOS platforms. CouchOne released back in September CouchDB for Android and then 6 months later—and after the merger with Membase—iOS Mobile Couchbase.
-
Bradley Holt is author of 2 CouchDB Books: Scaling CouchDB and Writing and Querying MapReduce Views in CouchDB. ↩
Original title and link: What Are the Benefits of Building CouchApps? (©myNoSQL)
via: http://radar.oreilly.com/2011/06/couchdb-couchapps-html5-mobile.html
Tuesday, 24 May 2011
Reupholster: A CouchApps Development Tool
There are some advanced CouchApp frameworks already. What reupholster does is allows you to experience writing a CouchApp as fast as possible, with very little learning curve. It just feels like you are editing a normal web project.
The other advantage is you get to pick frameworks that you want for your application. Pick from Microjs, SproutCore, JavaScriptMVC, jquery, or just bare bones javascript. No lock-in.
Admirable idea.
Original title and link: Reupholster: A CouchApps Development Tool (NoSQL databases © myNoSQL)
via: http://reupholster.iriscouch.com/reupholster/_design/app/index.html
Wednesday, 4 May 2011
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 framework. The application you will build is a contact manager that allows you to view, create, edit, and delete your contacts. Finally, you will learn how to replicate this application between two Apache CouchDB instances.
You could also start by watching J.Chris’ CouchApp Evently Guided Hack with CouchDB:
Original title and link: Building CouchApps Tutorial: Create Web Applications Stores in CouchDB (NoSQL databases © myNoSQL)
via: http://www.ibm.com/developerworks/opensource/tutorials/os-couchapp/index.html
Friday, 19 November 2010
CouchDB: An Introduction to Rewrites and Virtual Hosting
Useful for normal usage of CouchDB, but mostly for CouchApps:
That said, one key piece that’s a bit esoteric at first, is how to get a domain name to map to your CouchDB instance. So here’s my attempt to make it a bit less vague.
Original title and link: CouchDB: An Introduction to Rewrites and Virtual Hosting (NoSQL databases © myNoSQL)
via: http://blog.couchone.com/post/1602827844/of-rewrites-and-virtual-hosting-an-introduction