Skip to content

bkotyik/node-odata-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OData query string parser for node.js based on pegjs.

This is a fork of auth0/node-odata-parser. What I wanted is to be able to write odata like queries that can be parsed to a structure that is consumable for mongodb filter query format.

Modifications:

  • reduced odata operator set to those which is supported by mongodb
  • filterExpression creates a filter structure that is consumable for mongodb

Original Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

OData query string parser for node.js.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%