Your current filters are…
by Bradley Holt
CouchApps are web applications built using CouchDB, JavaScript, and HTML5. CouchDB is a document-oriented database that stores JSON documents, has a RESTful HTTP API, and is queried using map/reduce views. This talk will answer your basic questions about CouchDB, but will focus on building CouchApps and related tools such as: couchapp, a command line tool used to generate code templates and push CouchApps to CouchDB instances; Evently, a jQuery library used for writing JavaScript applications; CouchDB API, a jQuery library that abstracts access to CouchDB’s core API; CouchApp Loader, used to load design document classes into JavaScript applications; Pathbinder, a JavaScript framework that triggers events based on URL hashes; and Mustache, a JavaScript templating framework.
by Matt Blair
A review of three open data projects, from a developer's perspective: assembling a map of poetry posts, crowd-sourcing photos of Heritage Trees, and showcasing Portland's extensive collection of Public Art. Includes practical tips, such as using CouchDB to manage datastores that continue to evolve based on citizen input. Ideal for anyone hoping to get their community engaged in open data projects.