TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PouchDB, the In-Browser Database That Replicates

79 点作者 mbroberg超过 11 年前

10 条评论

daleharvey超过 11 年前
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>
undoware超过 11 年前
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 未加载
DenisM超过 11 年前
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 未加载
ryderm超过 11 年前
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 未加载
borbulon超过 11 年前
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 未加载
jchrisa超过 11 年前
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_holmes超过 11 年前
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 未加载
qwerta超过 11 年前
Does it store data serialized or in object form? I am not sure how JS reacts to a few millions objects.
评论 #6615192 未加载
plnodiplnodi超过 11 年前
I use pouchdb with pouchappy.com. Excellent combination.
elchief超过 11 年前
Does it have any offline-storage capabilities?
评论 #6613047 未加载