https://github.com/eitansuez/gfsh-reveal
a gfsh session as revealjs slides
https://github.com/eitansuez/gfsh-reveal
Last synced: 5 months ago
JSON representation
a gfsh session as revealjs slides
- Host: GitHub
- URL: https://github.com/eitansuez/gfsh-reveal
- Owner: eitansuez
- Created: 2015-11-22T00:11:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T13:27:27.000Z (over 4 years ago)
- Last Synced: 2025-01-08T14:43:24.709Z (over 1 year ago)
- Language: HTML
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The basic idea here is to illustrate a gemfire gfsh session as slides using reveal.js
Here's an example:
http://eitansuez.github.io/gfsh-reveal/
There's a groovy script (see gfshReveal.groovy) that will take as input the output from a gfsh session and marry it with a reveal.js template to produce such pages automatically.
Each slide is basically two fragments, the first is the command and the second is the output.
Invoke script as follows:
./gfshReveal.groovy gfsh-session
And this will produce `gfsh-session.html`, a slide deck similar to what you see at the above link (sans the h3 headers on each slide, which were added manually).
Here's [the generated slides for the session](http://eitansuez.github.io/gfsh-reveal/gfsh-session.html)
(use the right arrow key to trigger the first slide fragment).