walmartlabs/lacinia
GraphQL implementation in pure Clojure observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 85
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3458
- days_rel: n/a
- days_push: 91
- n_releases_24m: 0
Adoption not part of the score
1862 stars · 167 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Lacinia is a pure Clojure implementation of the GraphQL specification, serving as a backend-agnostic GraphQL query execution engine. It supports EDN or SDL schema definitions, subscriptions, introspection, and plugs into any Clojure HTTP pipeline.
Use cases
- build a GraphQL API server in Clojure
- execute GraphQL queries against my data layer
- add GraphQL subscriptions to a Clojure web service
- define a GraphQL schema using EDN or SDL
- serve GraphQL over an existing Pedestal HTTP pipeline
When to choose
- you are building a Clojure or ClojureScript backend and want a full, spec-compliant GraphQL engine
- you want a data-oriented schema definition style that embraces Clojure idioms
- you need subscriptions, fragments, unions, and introspection support
- you want to plug GraphQL into an existing Ring/Pedestal HTTP stack
When to avoid
- you want an ORM-like solution that maps GraphQL directly to database queries
- your stack is not on the JVM
- you need batteries-included HTTP handling without a companion library like lacinia-pedestal
- you prefer a framework with built-in resolvers and code generation
Facets
library · maturity active
graphql api-framework parser web-development backend apis developer-tools jvm jvm-scripting cross-platform clojure graphql-execution-engine sdl subscriptions antlr edn-schema
1 source
- readme: https://github.com/walmartlabs/lacinia · fetched 2026-08-28 · b2298a2ca15c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| walmartlabs/lacinia | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="walmartlabs/lacinia")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem