MorphiaOrg/morphia
MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
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: 4878
- days_rel: n/a
- days_push: 11
- n_releases_24m: 0
Adoption not part of the score
1675 stars · 449 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Morphia is a Java object-document mapper (ODM) for MongoDB built on top of the official MongoDB Java driver. It maps Java and Kotlin classes to MongoDB documents, providing type-safe persistence and querying.
Use cases
- map Java POJOs to MongoDB documents
- query MongoDB with type-safe Java APIs
- persist Kotlin objects in MongoDB
- replace raw MongoDB driver boilerplate with an ODM
- manage entity annotations and indexes for MongoDB collections
When to choose
- you use MongoDB from Java or Kotlin and want ORM-style mapping
- you prefer annotation-based entity mapping over the raw driver
- you want type-safe queries against MongoDB collections
When to avoid
- you use a relational database instead of MongoDB
- you need Spring Data MongoDB's Spring integration specifically
- you want a driver-free reactive stack with minimal abstraction
Facets
library · maturity active
orm database-driver database databases backend developer-tools jvm mongodb odm object-document-mapper nosql
1 source
- readme: https://github.com/MorphiaOrg/morphia · fetched 2026-08-28 · 1620c720f6aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MorphiaOrg/morphia | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="MorphiaOrg/morphia")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem