1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Minor README updates

This commit is contained in:
checktheroads
2019-06-19 08:58:50 -07:00
parent 83b81a037d
commit 230196703f

View File

@ -7,9 +7,9 @@
<br>
[![Build Status](https://travis-ci.org/checktheroads/hyperglass.svg?branch=master)](https://travis-ci.org/checktheroads/hyperglass)
![GitHub issues](https://img.shields.io/github/issues/checktheroads/hyperglass.svg)
![Pylint](https://raw.githubusercontent.com/checktheroads/hyperglass/master/pylint.svg?sanitize=true)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
![GitHub issues](https://img.shields.io/github/issues/checktheroads/hyperglass.svg)
## Features
@ -27,13 +27,9 @@
- Query response caching with configurable cache timeout
- [Prometheus](https://prometheus.io/) metrics for query statistics tracking
## Documentation
## [Documentation](https://hyperglass.readthedocs.io)
[Documentation can be found here](https://hyperglass.readthedocs.io).
## Preview
For screenshots, see [here](https://hyperglass.readthedocs.io/en/latest/screenshots/).
## [Preview](https://hyperglass.readthedocs.io/en/latest/screenshots/)
## Platform Support
@ -50,6 +46,10 @@ Theoretically, any vendor supported by Netmiko can be supported by hyperglass. H
- Linux: `linux_ssh`
## Coming Soon
- [BIRD](https://bird.network.cz/) Support
## Acknowledgements
- This project originally started as a fork of [vraulsan](https://github.com/vraulsan)'s [looking-glass](https://github.com/vraulsan/looking-glass) project. The guts of the Flask components still remain from that project, but almost everything else has been rewritten. Nevertheless, the inspiration for building hyperglass came from here.