Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Review comment - Libraries used in sonic-telemetry #30

Merged
merged 1 commit into from
Oct 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions doc/mgmt/Management Framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
* [8 Warm Boot Support](#8-warm-boot-support)
* [9 Scalability](#9-scalability)
* [10 Unit Test](#10-unit-test)
* [10 Appendix A](#10-appendix-a)
* [11 Appendix A](#11-appendix-a)
* [12 Appendix B](#11-appendix-b)


## List of Tables
Expand All @@ -129,6 +130,7 @@
| 0.9 | 08/19/2019 | Partha Dutta | Addressed review comments related to CVL |
| 0.10 | 09/25/2019 | Kwangsuk Kim | Updated Transformer section |
| 0.11 | 09/30/2019 | Partha Dutta | Updated as per SONiC YANG guideline |
| 0.12 | 10/19/2019 | Senthil Kumar Ganesan | Added Appendix B |

## About this Manual

Expand Down Expand Up @@ -2037,7 +2039,7 @@ Following are the list of Open source tools used in Management framework
3. [Swagger](https://swagger.io)
4. [gNMI client](https://github.com/jipanyang/gnxi)
5. [goyang](https://github.com/openconfig/goyang)
6. [YGOT](https://github.com/openconfig/goyang)
6. [YGOT](https://github.com/openconfig/ygot/ygot)
7. [GO Redis](https://github.com/go-redis/redis)
8. [Logging](https://github.com/google/glog)
9. [Profiling](https://github.com/pkg/profile)
Expand All @@ -2047,3 +2049,28 @@ Following are the list of Open source tools used in Management framework
13. [Sorting](https://github.com/facette/natsort)
14. [pyangbind](https://github.com/robshakir/pyangbind)
15. [libYang](https://github.com/CESNET/libyang)


## 12 Appendix B

Following are the list of Open source libraries used in telemetry container.
Always refer to the [Makefile](https://github.com/Azure/sonic-telemetry/blob/master/Makefile) for the sonic-telemetry container for current package list.


1. [GRPC](https://google.golang.org/grpc)
2. [GNMI](https://github.com/openconfig/gnmi/proto/gnmi)
3. [Protobuf](https://github.com/golang/protobuf/proto)
4. [goyang](https://github.com/openconfig/goyang)
5. [GO Redis](https://github.com/go-redis/redis)
6. [YGOT](https://github.com/openconfig/ygot/ygot)
7. [Logging](https://github.com/google/glog)
8. [GO Context](https://golang.org/x/net/context)
9. [Credentials](https://google.golang.org/grpc/credentials)
10. [Validation](https://gopkg.in/go-playground/validator.v9)
11. [GNXI utils](https://github.com/google/gnxi/utils)
12. [Gorilla/mux](https://github.com/gorilla/mux)
13. [jipanyang/xpath](https://github.com/jipanyang/gnxi/utils/xpath)
14. [c9s/procinfo](https://github.com/c9s/goprocinfo/linux)
15. [Workkiva/Queue](https://github.com/Workiva/go-datastructures/queue)
16. [jipanyang/gnmi client](https://github.com/jipanyang/gnmi/client/gnmi)
17. [xeipuuv/gojsonschema](https://github.com/xeipuuv/gojsonschema)