Files
herald/README.md
T
kennethreitz 89e8ef90ea better readme
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-11-15 14:31:04 -05:00

707 B

Herald — Yeilding Messages (for Languages) from Upon High

This application exists to empower Language Owners of new releases for their respective languages and supporting libraries.

The notification system is comprised of a few different layers:

  1. Scraping various "sources of truth" over the internet for release information (provided via buildpacks as standard Linux executables)
  2. Presenting this information to the Language Owners
  3. Notifying them, via email, when a new release has been made.
  4. Tracking the status of (Unpublished, Published, Invalid)

All languages, except Node.js, should benefit greatly from this system.

This system will be written in the Go programming language.