Skip to content

Commit

Permalink
How to architect an analytics stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fjy committed Mar 31, 2015
1 parent aea7f9d commit 74af1f9
Show file tree
Hide file tree
Showing 36 changed files with 3,438 additions and 0 deletions.
4 changes: 4 additions & 0 deletions publications/radstack/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.aux
*.out
*.bbl
*.blg
12 changes: 12 additions & 0 deletions publications/radstack/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
all : radstack.pdf

clean :
@rm -f *.aux *.bbl *.blg *.log

%.tex : %.bib

%.pdf : %.tex %.bib
lualatex $(*F)
bibtex $(*F)
lualatex $(*F)
lualatex $(*F)
4 changes: 4 additions & 0 deletions publications/radstack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Download [MacTeX](http://tug.org/mactex/)
```bash
make
```
Binary file added publications/radstack/figures/90th_percentile.pdf
Binary file not shown.
Binary file added publications/radstack/figures/95th_percentile.pdf
Binary file not shown.
Binary file added publications/radstack/figures/99th_percentile.pdf
Binary file not shown.
Binary file not shown.
Binary file added publications/radstack/figures/caching.pdf
Binary file not shown.
Binary file added publications/radstack/figures/cluster.pdf
Binary file not shown.
Binary file not shown.
Binary file added publications/radstack/figures/concise_plot.pdf
Binary file not shown.
Binary file added publications/radstack/figures/core_scan_rate.pdf
Binary file not shown.
Binary file not shown.
Binary file added publications/radstack/figures/ingestion_rate.pdf
Binary file not shown.
Binary file added publications/radstack/figures/precompute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publications/radstack/figures/queries_per_min.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added publications/radstack/figures/radstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publications/radstack/figures/realtime_flow.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publications/radstack/figures/timeline.pdf
Binary file not shown.
Binary file added publications/radstack/figures/tpch_100gb.pdf
Binary file not shown.
Binary file added publications/radstack/figures/tpch_1gb.pdf
Binary file not shown.
Binary file added publications/radstack/figures/tpch_scaling.pdf
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 74af1f9

Please sign in to comment.