Skip to main content

Standalone CouchDB Application Development Made Simple.

Project description

CouchApp is designed to structure standalone CouchDB application development for maximum application portability.

CouchApp is a set of scripts and a jQuery plugin designed to bring clarity and order to the freedom of CouchDB’s document-based approach.

Write apps using just JavaScript and HTML

Render HTML documents using JavaScript templates run by CouchDB. You’ll get parallelism and cacheability, using only HTML and JS. Building standalone CouchDB applications according to correct principles affords you options not found on other platforms.

Deploy your apps to the client

CouchDB’s replication means that programs running locally, can still be social. Applications control replication data-flows, so publishing messages and subscribing to other people is easy. Your users will see the benefits of the web without the hassle of requiring always-on connectivity.

Installation

Couchapp requires Python 2.5x or sup. To install couchapp using easy_install you must make sure you have a recent version of distribute installed:

$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
$ easy_install pip

To install or upgrade to the latest released version of couchapp:

$ pip install couchapp

On OSX 10.6/10.7 you may need to set ARCH_FLAGS:

$ env ARCHFLAGS="-arch i386 -arch x86_64" pip install couchapp

To install/upgrade development version:

$ pip install git+http://github.com/couchapp/couchapp.git#egg=Couchapp

Note: some installations need to use sudo command beafore each command line.

To install on windows follow instructions here.

More installion options on the website.

Getting started

Read the tutorial.

Other resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Couchapp-0.8.1.tar.gz (422.2 kB view details)

Uploaded Source

File details

Details for the file Couchapp-0.8.1.tar.gz.

File metadata

  • Download URL: Couchapp-0.8.1.tar.gz
  • Upload date:
  • Size: 422.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Couchapp-0.8.1.tar.gz
Algorithm Hash digest
SHA256 be566ae10ca158320c43862f02d8e7cf91d9573523f1f392ab852367d6a705bd
MD5 2e96729c444ec9edfc921850f1d986a9
BLAKE2b-256 3b871bd63f41fe9e0a7068b625f7a7012b2488b666f915401aaaf25312b09927

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page