Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad authored Oct 30, 2020
1 parent 9e1a1a1 commit 41e386a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Panoptes Streaming

[![Github Actions](https://github.com/yahoo/panoptes-stream/workflows/panoptes-stream/badge.svg)](https://github.com/yahoo/panoptes-stream/actions?query=workflow%3Apanoptes-stream) [![Go report](https://goreportcard.com/badge/github.com/yahoo/panoptes-stream)](https://goreportcard.com/report/github.com/yahoo/panoptes-stream) [![Coverage Status](https://coveralls.io/repos/github/yahoo/panoptes-stream/badge.svg?branch=master)](https://coveralls.io/github/yahoo/panoptes-stream)
[![Github Actions](https://github.com/yahoo/panoptes-stream/workflows/panoptes-stream/badge.svg)](https://github.com/yahoo/panoptes-stream/actions?query=workflow%3Apanoptes-stream) [![Go report](https://goreportcard.com/badge/github.com/yahoo/panoptes-stream)](https://goreportcard.com/report/github.com/yahoo/panoptes-stream) [![Coverage Status](https://coveralls.io/repos/github/yahoo/panoptes-stream/badge.svg?branch=master&service=github)](https://coveralls.io/github/yahoo/panoptes-stream) [![PkgGoDev](https://pkg.go.dev/badge/github.com/yahoo/panoptes-stream?tab=doc)](https://pkg.go.dev/github.com/yahoo/panoptes-stream?tab=doc)

Panoptes Streaming is a cloud native distributed streaming network telemetry. It can be installed as a single binary or clustered nodes to collect network telemetry through gRPC and produce or ingest them to given destinations. Panoptes can grow horizontally by auto sharding of devices to achieve scalability and availability. It runs on Kubernetes as a cloud native application and its helm chart supports multiple use cases of Panoptes on Kubernetes. you can check out the dockerized [demonstrations](/docs/demo_list.md) on your laptop quickly and see how it works in real-production through pre-provisioned grafana dashboards and gNMI-simulator.

Expand Down Expand Up @@ -33,4 +33,4 @@ Welcomes any kind of contribution, please follow the next steps:
- Fork the project on github.com.
- Create a new branch.
- Commit changes to the new branch.
- Send a pull request.
- Send a pull request.

0 comments on commit 41e386a

Please sign in to comment.