News: Archive

2007-08-31 - 2007-09-29

Pre release of the CouchDB jQuery lib.

Jerry Jalava 22/09/07 22:51:57

I'm currently building a lightning fast CRM on top of CouchDB. And because of that I needed to create a jQuery library for the CouchDB as I use jQuery to handle other parts of the system.

More details and screenshots coming soon.

The library can be downloaded here

*UPDATED* the library is now located at http://jquery.com/plugins/project/jqcouch [2007-09-23] 

Hopefully someone else finds this useful too.
And if you have any feedback or feature request feel free to write me email.

jQuery and CouchDB

Henri Bergius 23/09/07 11:52:11

CouchDB is a very interesting evolution in open source data storage: an ad-hoc document database with replication support. I heard the first time about CouchDB when Jan Lehnardt was presenting it in FrOSCon a month ago, and became immediately very interested.

The database is available for various different platforms, and provides a RESTful JSON API, which makes it very easy to access basically from any programming languages. To make things even simpler, access libraries have emerged for various languages like PHP and Ruby.

This weekend Jerry Jalava released a jQuery CouchDB access library. This is an important step for us as Midgard is already making the jQuery migration, and we are considering to use CouchDB for a project.

Couch-Hacking

So, why CouchDb? First of all, it is something new and interesting. And it is multiplatform and replicated, meaning that we should be able to get our data everywhere, from a web server to Mac desktop to an Internet Tablet. Besides regular database usage, some of the PHP code deployment ideas are also promising.

Technorati Tags: ,

Back