TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PouchDB, the In-Browser Database That Replicates

79 pointsby mbrobergover 11 years ago

10 comments

daleharveyover 11 years ago
Nice to see some good discussion about PouchDB, cheers for all the thanks as well but just wanted to make sure the credit goes where its due, PouchDB is a fairly small project that I do in my (rare) spare time, but it has 55 contributors who very much make it the project it is<p><a href="https://github.com/daleharvey/pouchdb/graphs/contributors" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;daleharvey&#x2F;pouchdb&#x2F;graphs&#x2F;contributors</a>
undowareover 11 years ago
I&#x27;m surprised more people haven&#x27;t heard of PouchDB, so good on Cloudant for donating buzz to an excellent FOSS project. And thanks again, Dale Harvey, for being a fscking genius. :)<p>My boss tells me I&#x27;ll be making a whole private document management &amp; CRM around it and CouchDB, and that&#x27;s my fault for showing them to him.
评论 #6613185 未加载
评论 #6613309 未加载
DenisMover 11 years ago
Apparently Cloudant is a couch-compatible cloud-scale database. It would be nice if they mentioned this somewhere on their site, especially after having named their product PouchDB.<p>A question that remains unanswered for me is how do they go about storing the local data in the browser? Do they use local storage? Are there size limits? What&#x27;s reliability like?
评论 #6612864 未加载
评论 #6612682 未加载
评论 #6612551 未加载
rydermover 11 years ago
How does this handle security? Sending data directly into a database from the browser with no application layer sounds a bit scary.
评论 #6613369 未加载
评论 #6612804 未加载
评论 #6612495 未加载
评论 #6612482 未加载
评论 #6613138 未加载
评论 #6613265 未加载
borbulonover 11 years ago
According to the FAQ in FF it&#x27;s using IndexedDB, what&#x27;s it using in Chrome&#x2F;Opera&#x2F;IE? LocalStorage?<p>Also, what do you do about FF&#x27;s seeming need to pluralize all store names, default out-of-order keys, and clear cache issue?<p>edit for clarity
评论 #6613132 未加载
评论 #6613704 未加载
jchrisaover 11 years ago
PouchDB will also sync with Couchbase Sync Gateway. We use PouchDB as part of the load-generator cluster for performance testing. <a href="http://www.couchbase.com/communities/couchbase-sync-gateway" rel="nofollow">http:&#x2F;&#x2F;www.couchbase.com&#x2F;communities&#x2F;couchbase-sync-gateway</a><p>There are more and more things that can sync this awesome JSON HTTP protocol. <a href="http://syncable.org/" rel="nofollow">http:&#x2F;&#x2F;syncable.org&#x2F;</a><p>Thanks Dale!
评论 #6613398 未加载
marcus_holmesover 11 years ago
I was immediately struck by the scary thing of putting the password in the URL:<p><pre><code> remote = &#x27;https:&#x2F;&#x2F;USERNAME:PASSWORD@USERNAME.cloudant.com&#x2F;DATABASE&#x27; </code></pre> I know HTTPS URLs are encrypted, but it still strikes me as unsafe. What does HN think?
评论 #6615683 未加载
qwertaover 11 years ago
Does it store data serialized or in object form? I am not sure how JS reacts to a few millions objects.
评论 #6615192 未加载
plnodiplnodiover 11 years ago
I use pouchdb with pouchappy.com. Excellent combination.
elchiefover 11 years ago
Does it have any offline-storage capabilities?
评论 #6613047 未加载