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.

Five Apache projects you probably didn't know about

49 pointsby nfrankelover 1 year ago

4 comments

PlutoIsAPlanetover 1 year ago
Another under the radar Apache project I&#x27;ve found myself using is Apache KvRocks<p><a href="https:&#x2F;&#x2F;github.com&#x2F;apache&#x2F;kvrocks">https:&#x2F;&#x2F;github.com&#x2F;apache&#x2F;kvrocks</a><p>It&#x27;s a Redis compatible database on top of RocksDB, so unlike Redis it uses the disk instead of RAM, but you can control how much data is cached in RAM, obviously Kvrocks will be slower than Redis for uncached data.<p>Useful in situations where you want a KV data store that isn&#x27;t limited by your memory specs but is compatible with everything that speaks Redis.
评论 #38714854 未加载
评论 #38714694 未加载
rchover 1 year ago
I&#x27;m using Apache Ratis (and Nifi) for a side project. It&#x27;s a nice Raft implementation that&#x27;s actively used and maintained:<p><a href="https:&#x2F;&#x2F;ratis.apache.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;ratis.apache.org&#x2F;</a>
mediumsmartover 1 year ago
Found typo<p>* focusing on microservices, Cloud Native apps, and Kuernetes architectures.*
didipover 1 year ago
Doris’s fork: Starrocks is better.