[HN Gopher] Five Apache projects you probably didn't know about
       ___________________________________________________________________
        
       Five Apache projects you probably didn't know about
        
       Author : nfrankel
       Score  : 39 points
       Date   : 2023-12-20 17:16 UTC (5 hours ago)
        
 (HTM) web link (blog.frankel.ch)
 (TXT) w3m dump (blog.frankel.ch)
        
       | PlutoIsAPlanet wrote:
       | Another under the radar Apache project I've found myself using is
       | Apache KvRocks
       | 
       | https://github.com/apache/kvrocks
       | 
       | It'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.
       | 
       | Useful in situations where you want a KV data store that isn't
       | limited by your memory specs but is compatible with everything
       | that speaks Redis.
        
         | rch wrote:
         | I've used this one too. It works well.
        
       | rch wrote:
       | I'm using Apache Ratis (and Nifi) for a side project. It's a nice
       | Raft implementation that's actively used and maintained:
       | 
       | https://ratis.apache.org/
        
       ___________________________________________________________________
       (page generated 2023-12-20 23:01 UTC)