Skip to content
/ yang Public
forked from freeconf/yang

Standards-based management for Golang microservices

License

Notifications You must be signed in to change notification settings

berupp/yang

 
 

Repository files navigation

FreeCONF

Add support or configuration, metrics, alerts and management functions to your application!

In this repository

  • IETF YANG RFC7950 file parser which can be used to parse YANG files into complete AST without the loss of data including YANG language extensions. See compliance for all supporting RFCs.
  • Core logic to build a management API in Go. You would need to include either FreeCONF's RESTCONF or FreeCONF's gNMI projects to make management API available over a network interface.
  • Management API documentation generator from YANG files

Requirements

Requires Go version 1.20 or greater.

Getting the source

go get -u github.com/freeconf/yang

Resources

About

Standards-based management for Golang microservices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.1%
  • Yacc 3.8%
  • Other 1.1%