entie documentation
entie is the umbrella package for MongoDB helpers in Python; entei-core provides low-level collection materialization. Together they mirror the split between moltres (SQL) and moltres-core, but for MongoDB.
Browse
| Document | Description |
|---|---|
| Getting started | Install, connect, query, insert rows |
| API overview | Public symbols and modules |
| Moltres comparison | SQL vs Mongo API mapping |
| Development | Monorepo dev workflow (links to contributing guide) |
| Troubleshooting | Common issues and fixes |
| Roadmap | Planned directions and possible future work |
Project links
- Hosted docs: entie.readthedocs.io (Read the Docs; see
.readthedocs.yaml) - Repository: github.com/eddiethedean/entie
- PyPI: entie, entei-core
- Changelog: CHANGELOG.md (repo root)
Packages
| PyPI | Role |
|---|---|
entie |
connect, EntieDatabase, EnteiDataFrame, Records, expressions |
entei-core |
MongoRoot, mongo_root_to_column_dict, materialize_root_data |