This project is an amateur attempt to build Grafana on .net core + angular.
Firstly get the sources:
git clone https://github.com/megahoneybadger/grafana-ng.git
cd grafana-ng
Secondly build server and client (you will need .net core for server and npm for client):
make build
And finally:
make run
It must start up the server listening on localhost:5000;
- Add grid panel
- Add dashboard import/export
- Add sparkline into singlestat panel
- Add svg panel
- Add singlestat panel
- Add redis datasource
- Add text panel
- Add browser panel
First public release