Declined
Last Updated: 14 Oct 2021 11:35 by ADMIN
Vesselin
Created on: 25 Nov 2013 07:58
Category: Data Source
Type: Feature Request
5
Create node.js middleware for mongoose
Please consider creating a node.js middleware for mongoose so we can easily implement server side paging, filtering, etc for data source requests using node.js and mongoose (mongodb). Although mongodb itself is schema-less, mongoose does use schemas and is the most popular choice for working with mongodb and node.js. Currently, there is no other solution (that I am aware of) that offers similar functionality.

The only thing that currently comes close to providing such functionality is JayData which includes support for mongodb only in their pro edition and forces you to use it in place of mongoose and one would need to use oData to make everything work, essentially making it an undesirable solution for most.
1 comment
Lewis
Posted on: 16 Feb 2014 02:05
I've built some middleware that does some of what I personally need for Sync, Filter, Sort ... but would be very nice to have something a little more OOTB. I do however have plans to add my middleware to github/npm when I consider it stable.