Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goern/package-releases-multiplexer
... to the Universe!
https://github.com/goern/package-releases-multiplexer
Last synced: about 1 month ago
JSON representation
... to the Universe!
- Host: GitHub
- URL: https://github.com/goern/package-releases-multiplexer
- Owner: goern
- License: gpl-3.0
- Created: 2019-09-24T08:37:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T22:06:46.000Z (about 4 years ago)
- Last Synced: 2024-10-09T20:53:04.325Z (about 1 month ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Package Releases Multiplexer
This will send newly detected package releases to a Kafka Topic.
```shell
pipenv install
DEBUG=1 ./app.py &
faust -A dumper worker
```