Should I use ETS or a GenServer when I just need a K/V store

This page summarizes the projects mentioned and recommended in the original post on /r/elixir

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • con_cache

    ets based key/value cache with row level isolated writes and ttl support

  • There's also ConCache or Cachex which will handle the clunky ETS interface for you.

  • cachex

    A powerful caching library for Elixir with support for transactions, fallbacks and expirations

  • There's also ConCache or Cachex which will handle the clunky ETS interface for you.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tictac

    Demonstration of building a clustered, distributed, multi-player, turn-based game server written in Elixir.

  • I wrote a multi-player, multi-region tic-tac-toe game using LiveView. You can check it out here. https://github.com/fly-apps/tictac

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