Golang channels are not multicast, but it can be done using a sync.Cond & a
sync.Mutex. This package defines a MulticastStream which captures events
and broadcasts them. It also caches the events so subscribers can replay!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM nginx:alpine AS builder | |
| # nginx:alpine contains NGINX_VERSION environment variable, like so: | |
| # ENV NGINX_VERSION 1.15.0 | |
| # Our NCHAN version | |
| ENV NCHAN_VERSION 1.1.15 | |
| # Download sources | |
| RUN wget "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -O nginx.tar.gz && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node_modules | |
| cpplib | |
| *.js | |
| *.d.ts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node_modules |
Veneur (maintained by Stripe and used in production) is a drop-in replacement for the DataDog agent.
Because Datadog does not support global aggregates.
This package is used to build Veneur, as https://github.com/stripe/veneur is not published on Docker hub and
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta http-equiv="refresh" content="0; http://nstrein.example.org/" /> | |
| <title>NS Trein</title> | |
| </head> | |
| <body> | |
| If you see this it means that your browser has both JavaScript and meta-refresh disabled. | |
| <script> |