Ross ROSS = Recommend OSS · open-source software intelligence for agents

oldmoe/litestack

None observed · 2026-08-28

github.com/oldmoe/litestack · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

31/100

  • Activity 0
  • Release rhythm 35
  • Longevity 92

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1290
  • days_rel: n/a
  • days_push: 637
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1453 stars · 71 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Litestack is a Ruby gem that bundles SQLite-based data infrastructure for Ruby and Rails applications, providing a database, cache, job queue, pub/sub, full-text search, and metrics in one package. It replaces the need for separate servers like PostgreSQL, Redis, Sidekiq, and Elasticsearch with embedded, efficient components.

Use cases

  • replace postgres and redis in a rails app with sqlite
  • run background jobs without sidekiq
  • add full text search without elasticsearch
  • self-contained web app data infrastructure in a single gem
  • reduce memory and cpu usage for small rails deployments
  • pubsub for actioncable without redis

When to choose

  • building a small-to-medium Rails or Ruby app that wants minimal infrastructure
  • deploying to a single server or VPS where running separate database/cache servers is overkill
  • you want lower cost and simpler ops with embedded SQLite components

When to avoid

  • multi-server or horizontally scaled deployments needing a shared network database
  • very high write concurrency workloads that exceed SQLite's capabilities
  • you already rely on advanced features of PostgreSQL, Redis, or Elasticsearch

Facets

library · maturity active

database caching message-queue search-engine monitoring web-development backend databases self-hosted ruby cross-platform sqlite rails all-in-one embedded-database job-queue pubsub full-text-search

1 source

Member repositories

RepositoryRoleHealth v2
oldmoe/litestackmain31

For agents

markdown · JSON · MCP: product_card(name="oldmoe/litestack")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem