OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Javascript object-based syntax similar to MongoDB / JS-Data #79

Open techniq opened 6 years ago

techniq commented 6 years ago

I've created a project that takes a javascript object and converts it to an OData-compliant query string. This makes it much easier to build a query (with conditional pieces) such as for a dashboard or from user input. It supports most of the spec, including transforms/aggregations. I wasn't sure if this might be a good place to get more expose and feedback on the idea, but thought I'd give it a shot.

https://github.com/techniq/odata-query

robward-ms commented 6 years ago

@techniq - Were you thinking of adding it to lab or add a pointer to it?

techniq commented 6 years ago

Just a pointer for now. Really just looking to get more eyes on it for feedback and if it would be useful for others. I've had good success with it thus far (especially paired with my https://github.com/techniq/react-odata component)