Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.5 KB

File metadata and controls

36 lines (24 loc) · 2.5 KB

Typr

Maintainability RatingReliability RatingCoverageApache License, Version 2.0, January 2004

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.

Documentation

Develop and Contribute

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.

License

Apache License, Version 2.0, January 2004

See the included LICENSE file for details.