Closed robfitzgerald closed 8 years ago
be sure to check in with @perezfr and @Wmaxlees about the data formats and interfaces.
i'm calling this done. it will require tweaks as the highcharts work gets done.
end-to-end, boring, useless process querying can be experienced. cowabunga!
$ cd src/
$ npm install
$ bower install
$ npm start
// point browser to http://localhost:3000
// open your browser's "developer tools" and select the "console" tab
MAX_CONTAINERS
containers in the command line, using docker run -it ubuntu bash
or equivalent. any changes to the containers will require refreshing the page.
write a web client. it is passed by the server when GET / occurs. it calls GET /query and expects a JSON payload with data. the client calls the highcharts function with the data.
first version only calls once, doesn't have a refresh period, and doesn't start/stop containers.