mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
[GH-ISSUE #28] Useful meta keys section #455
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/couchdb-best-practices#455
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @karlwestin on GitHub (May 13, 2015).
Original GitHub issue: https://github.com/jo/couchdb-best-practices/issues/28
I can write it, just starting the discussion here. Some things i've found useful
createdDate
modifiedDate
modifiedBy - if several apps are touching the same doc
createdBy - if there's both importers and an app that can create docs
docVersion - to be able to 'live migrate' docs and deal w/ that not all clients get updated at the same time
appVersion - just to see what app versions you have out there writing docs
@jo commented on GitHub (May 13, 2015):
Yeah, very useful.
@jo commented on GitHub (May 13, 2015):
Also related to #29
@jo commented on GitHub (May 18, 2015):
Hi @karlwestin, I added the section: http://docs.ehealthafrica.org/couchdb-best-practices/#useful-meta-keys
I did not add the
appVersion, because I thought it is not very common, but I am open to get convinced by you :)