Skip to content

coursera/courier

Repository files navigation

Build Status

Courier

Modern data interchange system for web + mobile stacks that combines an expressive schema language with language idiomatic data binding generators.


Website | Getting Started | Schema Language | Data Protocols

Why Courier?

Courier is the only comprehensive, schema based data system centered around JSON. Binary protocols, such as Protobuf and Thrift have proven that data schemas are an excellent way to share the structure of data messaged between multiple systems and programming languages. For JSON, however, there are few systems that take a schema driven approach and none that provide satisfactory type systems. Courier's solves this problem, providing a type safe, schema driven way of sharing JSON data between backends, web and mobile.

To learn more, see coursera.github.io/courier

License

Courier is Apache 2.0 Licensed.

Contributing

For development and submitting pull requests, please see the Contributing document.