CouchDB: Flexible Forms and Data
Flexible forms and data with CouchDB (☞ here and ☞ here)
[…] at some point i got in need of some function to serialize forms into deep json objects so that i can push whatever the form has, directly to couchdb.
First time I’ve read about something similar was in NYTimes ☞ article about using MongoDB for storing both forms and their data:
Displaying a photo submission form now requires a single lookup. The form is stored as a document in a top-level collection, and the set of custom fields become embedded documents within that.
Original title and link: CouchDB: Flexible Forms and Data (NoSQL databases © myNoSQL)