mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
[GH-ISSUE #26] How do i set up the local dev couch and and the human_id thing? #656
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#656
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 @jo on GitHub (May 12, 2015).
Original GitHub issue: https://github.com/jo/couchdb-best-practices/issues/26
@jo commented on GitHub (May 12, 2015):
What is meant by the human_id thing?
@jo commented on GitHub (May 12, 2015):
humanIdServiceUrl@danse commented on GitHub (May 12, 2015):
This has not much to do with Couch. It was a different service, meant to provide identifiers in a centralised way, relying on proxying and caching. See the original discussion. I was personally against the idea, because in my opinion it breaks the distributed design of Couch. As far as i know, the service was used just in the Ebola call centre, and just in some countries.
@jo commented on GitHub (May 12, 2015):
Thanks, @danse, for clarification.