Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/penguineer/cleanuri

URL reduction and meta-data enrichment.
https://github.com/penguineer/cleanuri

information-retrieval microservice url-parser webservice

Last synced: about 1 month ago
JSON representation

URL reduction and meta-data enrichment.

Awesome Lists containing this project

README

        

# cleanURI

> Central documentation for the cleanURI service.

The system consists of the following sub-projects:
* [Site](https://github.com/penguineer/cleanURI-site) - Interfaces and helpers for site-specific implementations
* [Site Implementations](https://github.com/penguineer/cleanURI-site-implementations) - Sites supported by the cleanURI project
* [Common](https://github.com/penguineer/cleanURI-common) - Common classes and definitions
* [API Gateway](https://github.com/penguineer/cleanURI-apigateway) - REST API Gateway to the backend services
* [Canonizer](https://github.com/penguineer/cleanURI-canonizer) - Transform a URL into its canonic form
* [Extractor](https://github.com/penguineer/cleanURI-extractor) - Extract meta-data to create decorated referencess
* :construction: Cache
* [Web UI](https://github.com/penguineer/cleanURI-webui) - A web-based frontend
* [Helm Chart](https://github.com/penguineer/cleanURI-helm)

## Maintainers

* Stefan Haun ([@penguineer](https://github.com/penguineer))

## Contributing

PRs are welcome!

If possible, please stick to the following guidelines:

* Keep PRs reasonably small and their scope limited to a feature or module within the code.
* If a large change is planned, it is best to open a feature request issue first, then link subsequent PRs to this issue, so that the PRs move the code towards the intended feature.

Please check the sub-projects linked above to see where the contribution would fit best.

## License

[MIT](LICENSE.txt) © 2022 Stefan Haun and contributors