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.

RipDB – Decentralized Key-Value Store

4 pointsby zdenhamover 2 years ago

2 comments

zdenhamover 2 years ago
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.
sharemywinover 2 years ago
Dumb question do I call this from the server side or client(browser)?
评论 #33662024 未加载