Skip to content

Commit

Permalink
impove site
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 20, 2016
1 parent ed619d8 commit 6788eca
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,24 @@ <h2 class="project-tagline">A Redis Element Dehydration Module</h2>
<a href="https://github.com/TamarLabs/ReDe" class="btn">View on GitHub</a>
<a href="https://github.com/TamarLabs/ReDe/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/TamarLabs/ReDe/tarball/master" class="btn">Download .tar.gz</a>
<br>
<br>
<img src="http://forthebadge.com/images/badges/built-with-science.svg"
alt="you Monster!" height=39px align="top">

<img src="http://forthebadge.com/images/badges/certified-snoop-lion.svg"
alt="every day" height=39px align="top">
</section>



<section class="main-content">
<p><g-emoji alias="rocket" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f680.png" ios-version="6.0">🚀</g-emoji><strong>TL;DR - A Dehydrator is a fancy delayed queue, see the commands this module provide <a href="https://github.com/TamarLabs/ReDe/blob/master/Commands.md">HERE</a></strong></p>
<p><g-emoji alias="rocket" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f680.png" ios-version="6.0">🚀</g-emoji><strong>TL;DR - A Dehydrator is a fancy delayed queue. <a href="https://github.com/TamarLabs/ReDe/blob/master/Commands.md">see the commands this module provide</a></strong></p>

<hr>



<p><strong>ReDe</strong> /'redɪ/ <em>n.</em> a Redis Module for simple data dehydration. This is a pretty straightforward implementation of the dehydration system depicted in the article "<a href="https://goo.gl/DDFFPO">Fast Data</a>". The Goal of this module is to solve the <em>Contextual Completeness</em> and <em>Emergent Relevancy</em> problems by adding the ability to postpone incoming elements to a later time in which we will have a complete information for these elements. Effectively acting as a snooze button to any element.</p>

<p><img src="FSD-scheme.png" alt="a schematic view of the Filter-Split-Dehydrate architecture"></p>
Expand Down

0 comments on commit 6788eca

Please sign in to comment.