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

NationalSecurityAgency/lemongraph

Log-based transactional graph engine observed · 2026-08-28

github.com/NationalSecurityAgency/lemongraph · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

68/100

  • Activity 80
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 3691
  • days_rel: n/a
  • days_push: 125
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1200 stars · 164 forks observed · 2026-08-28

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

LemonGraph is a log-based transactional graph database engine backed by a single file, built on Symas LMDB with a C core and Python bindings. It provides a query language, REST service, and streaming seed-set expansion via log position bookmarks.

Use cases

  • store and query nodes and edges in a transactional graph database
  • run streaming seed set expansion over incrementally injected data
  • query graph patterns with a built-in query language
  • serve graph queries over a REST API
  • inspect historical views of the graph at a given log position
  • embed a fast single-file graph store in Python applications

When to choose

  • you need a lightweight, single-file transactional graph database
  • you want incremental streaming ingestion with position bookmarks for repeat queries
  • you need historical graph views as of a specific log position
  • you want LMDB-backed performance with Python bindings and a REST service

When to avoid

  • you need distributed or multi-node graph storage
  • you require a rich ecosystem of graph algorithms out of the box
  • you need concurrent writers (LMDB allows only a single writer)
  • you need a managed or actively developed database with broad community support

Facets

library · maturity maintenance

database search-engine http-server serialization databases graph-processing developer-tools security python cross-platform graph-database lmdb log-structured transactional rest-api single-file-database streaming-analytics linux macos

1 source

Member repositories

RepositoryRoleHealth v2
NationalSecurityAgency/lemongraphmain68

For agents

markdown · JSON · MCP: product_card(name="NationalSecurityAgency/lemongraph")

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