Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/penguineer/cleanuri
- Owner: penguineer
- License: mit
- Created: 2022-07-25T19:44:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T23:38:28.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:12:35.079Z (8 months ago)
- Topics: information-retrieval, microservice, url-parser, webservice
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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