Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clinical-meteor/realtime-analytics-pipeline

Real-time analytics pipeline, including statistics writer, pub/sub, and D3 multibar visualization of daily stats.
https://github.com/clinical-meteor/realtime-analytics-pipeline

Last synced: about 1 month ago
JSON representation

Real-time analytics pipeline, including statistics writer, pub/sub, and D3 multibar visualization of daily stats.

Awesome Lists containing this project

README

        

# realtime-analytics-pipeline

Real-time analytics pipeline, including statistics writer, pub/sub, and D3 multibar visualization of daily stats.

![Screenshot](https://raw.githubusercontent.com/awatson1978/realtime-analytics-pipeline/master/screenshot2.png)

==================================
#### Installation

````sh
# clone the application
$ git clone https://github.com/awatson1978/realtime-analytics-pipeline

# run it
$ cd realtime-analytics-pipeline
$ meteor
````

==================================
#### Get the Package

This is the original application repository that the [``clinical:graphs-dailystats``](https://github.com/awatson1978/clinical-graphs-dailystats) package was refactored from. It's being downgraded from a reference app to a sandbox app. If you'd like to install the D3 line chart in other apps, run the following:

````bash
meteor add clinical:graphs-dailystats
````

==================================
#### Licensing

MIT. Use as you will.