Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/clinical-meteor/realtime-analytics-pipeline
- Owner: clinical-meteor
- Created: 2014-04-09T05:20:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T23:34:12.000Z (over 9 years ago)
- Last Synced: 2024-10-29T21:06:28.269Z (2 months ago)
- Language: HTML
- Homepage: http://graphs-dailystats.meteor.com
- Size: 342 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 PackageThis 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
````==================================
#### LicensingMIT. Use as you will.