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

django-es/django-elasticsearch-dsl

This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py. observed · 2026-08-28

github.com/django-es/django-elasticsearch-dsl · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

38/100

  • Activity 33
  • Release rhythm 8
  • Longevity 100

Flags: 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: 3663
  • days_rel: n/a
  • days_push: 406
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1056 stars · 270 forks observed · 2026-08-28

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

A Python package that indexes Django models into Elasticsearch, built as a thin wrapper around elasticsearch-dsl-py. It keeps Elasticsearch in sync with Django via signal receivers and provides management commands for index lifecycle operations.

Use cases

  • add full-text search to a django app with elasticsearch
  • keep elasticsearch indices in sync with django model saves and deletes
  • auto-map django model fields to elasticsearch mappings
  • rebuild and populate search indices from django management commands
  • index related nested and object fields from django models
  • speed up bulk indexing of django models in parallel

When to choose

  • you use Django and want declarative model-to-Elasticsearch indexing
  • you want automatic sync on save/delete via Django signals
  • you need management commands for creating, rebuilding, and populating indices
  • you want to leverage elasticsearch-dsl-py's Search API directly

When to avoid

  • you don't use Django
  • you use a search backend other than Elasticsearch
  • you need a version whose major version doesn't match your Elasticsearch version
  • you want a fully managed search-as-a-service integration

Facets

library · maturity active

search-engine database orm web-development databases python django elasticsearch indexing elasticsearch-dsl django-models search web-server

1 source

Member repositories

RepositoryRoleHealth v2
django-es/django-elasticsearch-dslmain38

For agents

markdown · JSON · MCP: product_card(name="django-es/django-elasticsearch-dsl")

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