Skip to content

Commit

Permalink
Add demo to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed Aug 14, 2014
1 parent c789b9f commit 16ba91a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ This project contains the full Spindle implementation with
benchmarking scripts to tune Spindle and Spark for maximum performance.

# Demo
TODO
We used Spindle to generate static webpages that are hosted
statically [here][demo].
Unfortunately, the demo is only meant for illustrative purposes and
is not running Spindle in real-time.

TODO - Screenshot

Grunt deploy
[Grunt][grunt] is used to deploy `demo` to [Github pages][ghp]
in the [gh-pages][ghp] branch with the [grunt-build-control][gbc] plugin.
The [npm][npm] dependencies are managed in [package.json][pjson]
and can be installed with `npm install`.

# Data Format
Adobe Analytics events data have 250 columns, and
Expand Down Expand Up @@ -159,6 +167,11 @@ under the Apache 2 license, and a copy is provided in `LICENSE`.
[parquet-cascading]: https://github.com/Parquet/parquet-mr/blob/master/parquet_cascading.md
[parquet-format]: https://github.com/apache/incubator-parquet-format

[grunt]: http://gruntjs.com/
[ghp]: https://pages.github.com/
[gbc]: https://github.com/robwierzbowski/grunt-build-control
[npm]: https://www.npmjs.org/

[scala]: http://scala-lang.org
[sbt]: http://www.scala-sbt.org/
[spark-parquet-avro]: http://zenfractal.com/2013/08/21/a-powerful-big-data-trio/
Expand Down

0 comments on commit 16ba91a

Please sign in to comment.