# doableware/djongo

Django and MongoDB database connector

Repository: https://github.com/doableware/djongo
Canonical: https://ross.abutalabs.com/products/djongo
Homepage: https://www.djongomapper.com
Language: Python
License: AGPL-3.0
License Family: copyleft
Topics: mongodb, django, nosql, pymongo, nosql-databases, sql, relational-databases
Last push: 2026-08-25T15:12:54+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 3339, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1921, forks 354 (observed 2026-08-28T04:05:55.230510+00:00)

## What it is
Djongo is a Django database connector that lets Django projects use MongoDB as a backend without changing the Django ORM. It works as a SQL-to-MongoDB query compiler, translating Django ORM queries into MongoDB query documents.

## Use cases
- use mongodb as django database backend
- run django admin on mongodb
- translate django orm queries to mongodb
- build django app with schema-free models
- switch django project between sql and mongodb
- store nested documents with django models

## When to choose
- you have an existing django project and want to move to mongodb without rewriting models
- you want to use django admin and contrib modules with mongodb
- you want rapid prototyping with schema-free models in django

## When to avoid
- you need a fully supported, actively developed django-mongodb solution - official django mongodb backend may be better
- your project relies on complex sql features not supported by mongodb
- you use a license-incompatible context since djongo is AGPL-3.0

## Facets
- artifact type: library
- maturity: maintenance
- function: database-driver, orm, database
- domain: databases, web-development, backend
- platform: python
- tags: django, mongodb, pymongo, nosql, sql-to-mongodb, odm

## Member repositories
- doableware/djongo (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.230510+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-30T03:09:42.077456+00:00, confidence not recorded.
  - readme: https://github.com/doableware/djongo (fetched 2026-08-28T04:05:55.230510+00:00, sha 90c57b36bf1c)
  - homepage: https://www.djongomapper.com (fetched 2026-08-29T10:49:06.079705+00:00, sha 22702fe143fc)
  - registry_pypi: https://pypi.org/pypi/djongo/json (fetched 2026-08-29T10:49:06.092459+00:00, sha 6de5e6d46002)
- Data as of 2026-08-30T08:39:29.467469+00:00.
