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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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