Go to file
Felipe Ripoll cb3521678d [#20] removing client when the WS connection finishes 2018-07-03 09:28:31 -06:00
.circleci [#5] adding coveralls 2018-05-29 12:42:19 -06:00
assets [#9] Defining the abstract custom protocol 2018-06-05 15:19:29 -06:00
config [#18] adding the Dashboard receiver 2018-06-26 14:55:03 -06:00
lib [#20] removing client when the WS connection finishes 2018-07-03 09:28:31 -06:00
test [#18] adding the Dashboard receiver 2018-06-26 14:55:03 -06:00
.gitignore [#2] project structure 2018-05-29 08:34:30 -06:00
LICENSE Create LICENSE 2018-05-25 17:29:12 +03:00
README.md [#9] Defining the abstract custom protocol 2018-06-05 15:19:29 -06:00
coveralls.json [#14] designing receiver's mechanism 2018-06-18 13:29:23 -06:00
mix.exs [#20] removing client when the WS connection finishes 2018-07-03 09:28:31 -06:00
mix.lock [#18] adding the Dashboard receiver 2018-06-26 14:55:03 -06:00

README.md

POABackend

Coverage Status codecov

Storage and data-processing companion for the poa-netstats-agent

Documentation

In order to build the documentation run

mix deps.get
mix docs

That command will create a doc/ folder with the actual Documentation.

Run Tests

In order to run the tests we have to run the command

mix test

POABackend comes also with a code analysis tool Credo and a types checker tool Dialyxir. In order to run them we have to run

mix credo
mix dialyzer