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

maxpert/marmot

A distributed SQLite server with MySQL wire compatible interface observed · 2026-08-28

github.com/maxpert/marmot · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 97
  • Release rhythm 67
  • Longevity 100
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: 1
  • age_days: 1467
  • days_rel: 220
  • days_push: 22
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

2819 stars · 77 forks observed · 2026-08-28

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

Marmot is a leaderless, distributed SQLite replication system built on a gossip-based protocol with distributed transactions and eventual consistency. It exposes a MySQL wire-compatible interface so existing MySQL clients, drivers, and applications like WordPress can connect without modification.

Use cases

  • run a distributed WordPress with a replicated database across regions
  • deploy lightweight SQLite replicas as edge or Lambda sidecars with local reads
  • use it as an edge vector database for RAG with built-in ANN search
  • serve regional configuration data with fast local reads and replicated writes
  • geo-distribute product catalog data with eventual sync
  • connect existing MySQL clients and ORMs to a SQLite-backed cluster

When to choose

  • you need read-heavy, geo-distributed SQLite with no single point of failure
  • you want MySQL client compatibility without running a full MySQL cluster
  • you want automatic split-brain recovery and no leader election or failover coordination
  • you need tunable consistency (ONE/QUORUM/ALL) balancing latency and durability
  • you want local vector search for RAG workloads on replicated data

When to avoid

  • you require strong serializability or strict consistency guarantees
  • you need heavy write throughput across regions rather than read-heavy workloads
  • you rely on advanced MySQL features not supported by the MySQL-to-SQLite transpilation
  • you need a mature battle-tested distributed SQL database like CockroachDB or Spanner

Facets

service · maturity active

database vector-database search-engine http-server databases microservices self-hosted backend web-development windows self-hosted go cli sqlite mysql-wire-protocol leaderless-replication gossip-protocol eventual-consistency edge cdc distributed-transactions replication linux macos docker

2 sources

Member repositories

RepositoryRoleHealth v2
maxpert/marmotmain87

For agents

markdown · JSON · MCP: product_card(name="maxpert/marmot")

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