Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pallassystems/categr
Service to store and manage a list of catgegoriesations used by other services in their definitions
https://github.com/pallassystems/categr
Last synced: about 2 months ago
JSON representation
Service to store and manage a list of catgegoriesations used by other services in their definitions
- Host: GitHub
- URL: https://github.com/pallassystems/categr
- Owner: PallasSystems
- License: apache-2.0
- Created: 2023-06-15T08:01:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T22:54:20.000Z (about 1 year ago)
- Last Synced: 2023-12-22T23:26:32.327Z (about 1 year ago)
- Language: Java
- Size: 2.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Categr
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=pallassystems-categr&metric=sqale_rating&token=20ec5386fe426082f9d3914157ef0907c9dc4d49)](https://sonarcloud.io/summary/new_code?id=pallassystems-categr)[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=pallassystems-categr&metric=reliability_rating&token=20ec5386fe426082f9d3914157ef0907c9dc4d49)](https://sonarcloud.io/summary/new_code?id=pallassystems-categr)[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=pallassystems-categr&metric=coverage&token=20ec5386fe426082f9d3914157ef0907c9dc4d49)](https://sonarcloud.io/summary/new_code?id=pallassystems-categr)![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)Categr is repository of categories information. The goal is to ensure consistent category use accross applications which should in turn make it easier for users to find the data schemas and field definitions they need.
## Documentation
* [Overview](./docs/overview/welcome.md)
* [Getting Started](./docs/overview/getting_started.md)
* [Frequently Asked Questions](./docs/overview/faq.md)
* [Development](./docs/documentation/developer/index.md)
* [Building Typr](./docs/developers/technical/building_project.md)
* Contributing
* [Design](./docs/documentation/developer/design.md)
* [Releasing Typr](./docs/developers/technical/release_project.md)
* [Users](./docs/documentation/users/index.md)## Contributing
We welcome questions, ideas, issues and code contributions to this project.
Use the [issues page](https://github.com/PallasSystems/typr/issues) 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](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests) to the `main` branch.## License
![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)See the included LICENSE file for details.