From fc0fd27c6ba0acb4ef45f3d2e065069a2f6ce144 Mon Sep 17 00:00:00 2001 From: Mehrdad Arshad Rad Date: Sun, 8 Nov 2020 07:17:48 -0800 Subject: [PATCH] add panoptes-stream streaming network telemetry (#3340) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3d078aa..5a9cce29 100644 --- a/README.md +++ b/README.md @@ -1365,6 +1365,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [mqttPaho](https://eclipse.org/paho/clients/golang/) - The Paho Go Client provides an MQTT client library for connection to MQTT brokers via TCP, TLS or WebSockets. * [NFF-Go](https://github.com/intel-go/nff-go) - Framework for rapid development of performant network functions for cloud and bare-metal (former YANFF). * [packet](https://github.com/aerogo/packet) - Send packets over TCP and UDP. It can buffer messages and hot-swap connections if needed. +* [panoptes-stream](https://github.com/yahoo/panoptes-stream) - A cloud native distributed streaming network telemetry (gNMI, Juniper JTI and Cisco MDT). * [peerdiscovery](https://github.com/schollz/peerdiscovery) - Pure Go library for cross-platform local peer discovery using UDP multicast. * [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. * [publicip](https://github.com/polera/publicip) - Package publicip returns your public facing IPv4 address (internet egress).