OData V4 MongoDB Connector

JSON →
library 0.1.12 ·javascript
verified Jun 5, 2026

A library for converting OData v4 query segments (such as $filter, $select, $skip, $top) into MongoDB query objects. Version 0.1.12 is the latest and appears to be stable but early-stage, with limited release cadence. It depends on odata-v4-parser for OData syntax parsing. Key differentiator: enables building OData v4 compliant APIs directly over MongoDB, supporting filter, select, skip, top, but not yet $expand. Includes TypeScript definitions.