/gnmi

support of the gNMI server specification

Primary LanguageGoApache License 2.0Apache-2.0

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