Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

CouchDB: A CouchApp Project Structure

CouchDB: A CouchApp Project Structure:

If you learned about CouchApp, now it is time to see the most detailed description of a CouchApp project structure:

his is my current (3 day) understanding of the way it works. I could be totally/probably wrong but I am sure someone will help and point that out. […] The order of the document is based on the layout of the files in TextMate while examining the Pages project.

A good reference point for those building CouchApp based apps.

Original title and link for this post: CouchDB: A CouchApp Project Structure (published on the NoSQL blog: myNoSQL)

Source Article
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: couchapp, project, structure, based, point
multi-project directory structure
Aug 24, 2010
Based on doc <http://buildr.apache.org/projects.html#dir_structure>, the directory structure is killer-app/ __buildfile __la-web/ __teh-api/ __teh-impl/ where buildfile is: define 'killer-app', :version=>"1.0.0" do define 'teh-api',…

Resolved: (ARIES-353) SPI-Fly needs changes in project structure, so that itests and other subprojects can be added there
Jul 16, 2010
[ https://issues.apache.org/jira/browse/ARIES-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert resolved ARIES-353.

Assigned: (ARIES-353) SPI-Fly needs changes in project structure, so that itests and other subprojects can be added there
Jul 16, 2010
[ https://issues.apache.org/jira/browse/ARIES-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert reassigned ARIES-353:

Re: CouchDB brand identity and design of couchdb.apache.org
Jul 9, 2010
*Bump* Hey all, I was thinking that it might be a nice idea to coordinate the redesign of the website with the release of 1.0.0. On this, let the discussions begin! :) Anyone's got something?

Erlang Doc structure
Jun 3, 2010
I've been playing with Erlang views on and off in CouchDB, and find the information on the internal Erlang structure of Docs lacking. Is there somewhere I can read up on this? I had initially assumed that a Doc was a list of tuples, but I am…

list of structure..
Jul 12, 2010
Hello everybody! We have puppet infrastructure integrated with ldap. I can pass different variables via puppetVars attribute in ldap. Currently, I need to write puppet class to configure mod_proxy server. mod_proxy servers has 5-10 configured…

arbitrary structure for joins redux
Jun 20, 2010
Hi, I recently discovered the new feature added in couchdb 0.11 which lets to link related documents in the emit function by passing the _id value of a given doc like it's explained in…

RE: Delete document Tree Structure
May 27, 2010
hi , I am very new to couchdb, in my design , i just keep parent id of each documents. such as if i would like to delete B, i know that to delete C(have B id) and then I have find and to delete E(have c id).... etc. my…

Updated: (THRIFT-72) C++ structure constructor
Aug 12, 2010
[ https://issues.apache.org/jira/browse/THRIFT-72?page=com.atlassian.jir a.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated THRIFT-72:

Emulating a LinkedHashMap-like structure in Voldemort
Aug 23, 2010
We have a specific use case: Millions of log entries each of which is a small JSON object. They occur in a chronological order are timestamped and are also keyed by GUID's. Question: Given our desire to iterate through entries in the same…