Meteor-Community-Packages/meteor-collection2
A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating. observed · 2026-09-01
Health v2 · maintenance only
96/100
- Activity 100
- Release rhythm 88
- 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: 34.0
- age_days: 4790
- days_rel: 2
- days_push: 2
- n_releases_24m: 11
Adoption not part of the score
1016 stars · 112 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Meteor package that extends Mongo.Collection to attach schemas and automatically validate inserts and updates from client or server code. It supports validation via SimpleSchema, Zod, or AJV-style JSON schemas and includes data cleaning features like type conversion and auto-values.
Use cases
- validate MongoDB documents against a schema in Meteor
- attach a schema to a Mongo.Collection
- automatically validate inserts and updates from client and server
- clean and convert data before saving to MongoDB
- define auto-values and custom validation for collection fields
- enforce unique and indexed fields in Meteor collections
When to choose
- you are building a Meteor app with MongoDB and want schema enforcement at the collection layer
- you need automatic validation on both client and server writes
- you want data cleaning, type conversion, and auto-values applied before persistence
When to avoid
- you use Meteor without MongoDB or a different database
- you prefer schema validation handled in application code or an ORM outside Meteor
- your project does not use the Meteor framework
Facets
library · maturity active
orm database form-handling middleware databases web-development backend developer-tools meteor mongodb schema-validation data-cleaning auto-values client-server-validation nodejs javascript
2 sources
- readme: https://github.com/Meteor-Community-Packages/meteor-collection2 · fetched 2026-09-01 · ea42dcf8a8ee
- homepage: https://packosphere.com/aldeed/collection2 · fetched 2026-08-29 · 44f278b807ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Meteor-Community-Packages/meteor-collection2 | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="Meteor-Community-Packages/meteor-collection2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem