freeconf / gnmi

support of the gNMI server specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeCONF

Add support or configuration, metrics, alerts and management functions to your application! and be compatible with a growing set of DevOps tools instantly.

In this repository

  • Support for Google's gNMI server-side management protocol handlers to any Go application. gNMI is a management standard to manage a system's config and metrics.
  • Works in conjunction with FreeCONF YANG and FreeCONF RESTCONF projects. If you are already using FreeCONF RESTCONF library, you can add support for Google's gNMI protocol with a couple lines of code.
  • Works in conjunction with FreeCONF lang to add support for Python.

Getting Started

Building Requirements

Requires Go version 1.20 or greater.

Getting the source

go get -u github.com/freeconf/gnmi

Resources

About

support of the gNMI server specification

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Makefile 0.6%