Skip to content
Trevor Von Seggern edited this page Apr 29, 2018 · 3 revisions

Welcome to the Nodata wiki!

NOData - Not only data, but an queryable interface!

This project is created as an implementation of the OData v4 specification.

This projects aims to be easy to implement, opinionated, compose-able, and configurable. NOData has these design objectives:

  1. Does not need a separate model definition for your class schema.
  2. Does not boot strap into the startup by default. All routing is handled by your preferred library/framework.
  3. Has an open, extendable design. If you need a to change behavior for your application/business needs, a custom derived NOData class can be used where appropriate.

This is a new project and we need contributes!

  • Create a pull request, submit a bug, add documentation/unit tests, add another sample project