From 1eb48aa1dfad38ab29406d3070fb539a54a1d442 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Wed, 30 Mar 2016 14:44:18 +0200 Subject: [PATCH] added solarized-dark highlight style --- .reveal.js-3.2.0/lib/css/solarized-dark.css | 84 +++++++++++++++++++++ druid/druid.md | 18 ++++- 2 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 .reveal.js-3.2.0/lib/css/solarized-dark.css diff --git a/.reveal.js-3.2.0/lib/css/solarized-dark.css b/.reveal.js-3.2.0/lib/css/solarized-dark.css new file mode 100644 index 0000000..b4c0da1 --- /dev/null +++ b/.reveal.js-3.2.0/lib/css/solarized-dark.css @@ -0,0 +1,84 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #002b36; + color: #839496; +} + +.hljs-comment, +.hljs-quote { + color: #586e75; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-selector-tag, +.hljs-addition { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-string, +.hljs-meta .hljs-meta-string, +.hljs-literal, +.hljs-doctag, +.hljs-regexp { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-section, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-class .hljs-title, +.hljs-type { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-symbol, +.hljs-bullet, +.hljs-subst, +.hljs-meta, +.hljs-meta .hljs-keyword, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-link { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-built_in, +.hljs-deletion { + color: #dc322f; +} + +.hljs-formula { + background: #073642; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/druid/druid.md b/druid/druid.md index 6e22729..abfe4f1 100644 --- a/druid/druid.md +++ b/druid/druid.md @@ -1,12 +1,26 @@ --- -title: Druid pour l'analyse de données en temps réel +title: Druid for real-time analysis author: Yann Esposito -abstract: Druid expliqué rapidement, pourquoi, comment. +abstract: Druid explained with high altitude point of view slide_level: 2 theme: solarized-dark +highlight-style: solarized-dark date: 7 Avril 2016 --- +# Druid the Sales Pitch + +- Sub-Second Queries +- Real-time Streams +- Scalable to Petabytes +- Deploy Anywhere +- Vibrant Community (Open Source) + + + # Intro ## Experience