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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

RipDB – Decentralized Key-Value Store

4 点作者 zdenham超过 2 年前

2 条评论

zdenham超过 2 年前
I built RipDB a few months ago for a hackathon project as lightweight, decentralized alternative to traditional SQL databases, would love to hear your thoughts! A bit about the motivation below:<p>The SQL database is a powerful tool unrivaled for storing and querying relational data.<p>BUT, I believe most dapps can live without a traditional SQL database in favor of something more light weight and decentralized.<p>Here are some problems with setting up a DB for your dapp<p>1. There are already many great services which index blockchain data (why reinvent the wheel?) DBs are expensive to host 2. Migrations are often a pain 3. DBs tend to be centralized &#x2F; treasure troves for attackers 4. They usually don&#x27;t give users provenance over their data 5. Encryption &#x2F; key management is a pain 6. Many web3 developers choose to store their data as JSON directly on IPFS rather than a traditional DB, but IPFS upload times can be slow and gateway timeouts are brutal.<p>If a traditional DB seems overkill for your use case and interacting directly with IPFS seems a bit too slow, RIP might be for you.<p>It gives you the speed of in memory-cache (Redis) but the decentralization of a global network (Filecoin + IPFS), with some other goodies like encryption.
sharemywin超过 2 年前
Dumb question do I call this from the server side or client(browser)?
评论 #33662024 未加载