The goal of this survey is to collect information to understand how network operators and engineers are using automation to operate their network today.
I wrote a tool to generate graphs in PNG and SVG format based on the database.
Some graphs are looking great, some need more work.
For single choice question, currently we are generating 2 graphs in Bar and Pie format
For most question, I was able to generate a graphs that is comparison results between 2016 and 2019
For some questions, I experimented with "group by network size", I think this can give us some very interesting results but it's not relevant for all responses because of the size of the dataset.
In tools, you can use generate_graphs.py to re-generate everything.
To render PNG, I think there are some additional dependencies, might be best to build a docker image for it.
I wrote a tool to generate graphs in PNG and SVG format based on the database. Some graphs are looking great, some need more work.
In tools, you can use
generate_graphs.py
to re-generate everything. To render PNG, I think there are some additional dependencies, might be best to build a docker image for it.