Five Apache projects you probably didn't know about

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kvrocks

    Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

    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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • solid_cache

    A database-backed ActiveSupport::Cache::Store

    Cool. This post is right beside the 37signals one[1] that mentions SolidCache[0].

    I discovered two solutions in one day.

    [0] https://github.com/rails/solid_cache

    [1] https://news.ycombinator.com/item?id=38710927

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as s

    1 project | news.ycombinator.com | 21 Mar 2024
  • Apache Kvrocks: distributed store using RocksDB, Redis compatible protocol

    1 project | news.ycombinator.com | 19 Oct 2023
  • Getting started with Kvrocks and go-redis

    3 projects | dev.to | 16 Jun 2023
  • Kvrocks 2.0.6 is released

    1 project | /r/Kvrocks | 7 Feb 2022
  • Kvrocks 2.0.5 has integrated the RocksDB's blob db

    1 project | news.ycombinator.com | 7 Dec 2021