napalm-automation / hackathon-2017

Repo to share documents and track ideas for the hackathon
Apache License 2.0
0 stars 1 forks source link

grpc proxy #8

Open dbarrosop opened 7 years ago

dbarrosop commented 7 years ago

Write a proxy service that implements a northbound grpc API and leverages on napalm-yang as southbound API to interact with the network.

Note: Probably too big of a project but would be cool to have some POC working. Also, I might write this one in golang* if I find an easy way to leverage napalm-yang from a go application.

* Reasons for golang are: better coroutines support, better grpc/protobuf support, I like it more than python.