|
|
|
|
|
by karmelapple
2199 days ago
|
|
We moved to CouchDB because we didn’t want to reinvent syncing. We wanted a tech that could handle the online and offline case well, and CouchDB and some supporting libraries (PouchDB, some native mobile OS libraries) helped with this. Syncing was a solved problem in the CouchDB world, so we moved to CouchDB. Access controls also seem like they should be a “solved problem,” something we can adopt that works well with CouchDB. Is there some plan for a standard ACL approach for CouchDB users? If we need to put it into some app in front of the database, that eliminates the “solved” nature of sync... or at least introduces added complexities like a reverse proxy. I really hope CouchDB could bring in some ACL management into the ecosystem as a standard, drop-in sort of approach, and not something that requires custom development for every single app that wants to use CouchDB / Cloudant. |
|