express-harvest
v0.3.0
Published
a library which makes it easy to construct a JSON-API compliant REST API (http://jsonapi.org/) with Nodejs and Mongodb
Downloads
10
Maintainers
Readme
Harvest.js
Fortune fork which aims to be fully json-api compliant.
Pluggable with the agco-adm JSON-API search profile implementation : Elastic Harvest, which offers additional features such as linked resource filtering and aggregation.
JSON-API Features
- Resource Relationships
- URL Templates
- Filtering
- Inclusion of Linked Resources
- Sparse fieldsets
- Sorting
- CRUD
- Errors
Other Features
- Offset based pagination
- node-swagger-express ready
Roadmap
- Extended filter operators : lt, gt, lte, gte
- Mongodb change events - oplog integration
- External links
- UUIDs
- Patch fully supported
- Creating and Updating multiple resources