You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
This is Gazette's first release announcement to golang-nuts (!):
Gazette (github.com/gazette/core) is infrastructure for building streaming platforms, consisting of a broker service serving journals, a byte-oriented and append-only resource resembling a file, and a consumers framework for building streaming applications in Go. It features a lightweight container & cloud-native architecture, high availability, and integrates elegantly with existing batch workflows. Gazette has been serving production uses cases for nearly five years, with deployments scaled to millions of messages a second.
Major additions of the release:
* SQLite is now supported as a replicated local store of consumer applications (godocs).
* An extensively documented example application using streamed Citi Bike system data is added.
Project overview slides are available. For questions or feedback, please consider joining us on Slack.