# mirumee/ariadne

Python library for implementing GraphQL servers using schema-first approach. Created with :heart: by Mirumee

Repository: https://github.com/mirumee/ariadne
Canonical: https://ross.abutalabs.com/products/ariadne
Homepage: https://ariadnegraphql.org
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, graphql, graphql-server, api, apollo-python, apollo-graphql, ariadne, graphql-python, asgi, django, django-graphql
Last push: 2026-08-06T12:52:20+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 89, longevity 100
- inputs: {"age_days": 2977, "days_push": 27, "days_rel": 79, "gap_med": 16, "n_releases_24m": 14}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2343, forks 195 (observed 2026-08-28T04:06:39.474652+00:00)

## What it is
Ariadne is a Python library for building GraphQL servers using a schema-first approach, where the API is defined in SDL and business logic is attached with minimal boilerplate. It supports async execution, subscriptions, file uploads, custom scalars, and integrates with ASGI/WSGI frameworks like Django, FastAPI, Flask, and Starlette.

## Use cases
- build a graphql api in python
- create a graphql server with django
- add graphql subscriptions over websockets
- define graphql schema using sdl files
- implement graphql resolvers with minimal boilerplate
- serve graphql from fastapi or flask
- set up graphql federation gateway in python
- add file uploads to a graphql api

## When to choose
- you prefer schema-first GraphQL development over code-first
- you want a small, simple, customizable GraphQL library in Python
- you need async execution, subscriptions, or file uploads
- you use Django, FastAPI, Flask, or Starlette and want easy integration

## When to avoid
- you prefer code-first schema generation from Python models (e.g. Strawberry, graphene)
- you need a non-Python GraphQL server
- you want a fully managed GraphQL backend without writing resolvers

## Facets
- artifact type: library
- maturity: stable
- function: graphql, api-framework, http-server, websocket, middleware
- domain: web-development, backend, apis, developer-tools
- platform: python, cross-platform
- tags: schema-first, sdl, asgi, wsgi, subscriptions, django, fastapi, flask, starlette, federation, dataloaders, opentelemetry, web-server

## Member repositories
- mirumee/ariadne (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:39.474652+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:37:15.213936+00:00, confidence not recorded.
  - readme: https://github.com/mirumee/ariadne (fetched 2026-08-28T04:06:39.474652+00:00, sha 165d381cca5b)
  - homepage: https://ariadnegraphql.org (fetched 2026-08-29T10:17:52.539739+00:00, sha e1f6ac6b58f3)
  - site_page: https://ariadnegraphql.org/server/Docs/intro (fetched 2026-08-29T10:17:52.543422+00:00, sha a773bca8d790)
  - site_page: https://ariadnegraphql.org/server/next/Docs/intro (fetched 2026-08-29T10:17:52.545352+00:00, sha 98537b2202ad)
  - site_page: https://ariadnegraphql.org/server/1.0.0/Docs/intro (fetched 2026-08-29T10:17:52.547560+00:00, sha 773328fae64a)
  - site_page: https://ariadnegraphql.org/server/0.29.0/Docs/intro (fetched 2026-08-29T10:17:52.549563+00:00, sha fbd66487d581)
  - site_page: https://ariadnegraphql.org/server/0.25.1/Docs/intro (fetched 2026-08-29T10:17:52.551539+00:00, sha 791aa6954651)
  - registry_pypi: https://pypi.org/pypi/ariadne/json (fetched 2026-08-29T10:17:52.553505+00:00, sha 5d2c845623a0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
