Typr is a catalog of fields types, it provides a definition for each field with validation criteria, units, and associated information links.
Most platforms will define data schema's using primitive datatypes (e.g. int, string, char, etc..). NoSQL data stores such as Elastic Search provide a more comprehensive list of field types for data schema's.
This project allows systems to build on this concept, by creating a catalog that other systems can use when defining data schemas.
Systems can use this information to validate and store data for a specific field within a schema.
- Overview
- Development
- Building Typr
- Contributing
- Design
- Releasing Typr
- Users
We welcome questions, ideas, issues and code contributions to this project.
Use the issues page to get in touch with the community.
If you would like to make a code contribution please fork the repository and create a
GitHub pull request to the main branch.
See the included LICENSE file for details.