Skip to content

Commit

Permalink
move back
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 19, 2016
1 parent af77d69 commit 21f4e4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

:rocket:**TL;DR - A Dehydrator is a fancy delayed queue, see what commands this module provides [HERE](Commands.md)**

![a schematic view of the Filter-Split-Dehydrate architecture](FSD-scheme.png)

**ReDe** /'redɪ/ *n.* a Redis Module for simple data dehydration. This is a pretty straightforward implementation of the dehydration system depicted in the article "[Fast Data](https://goo.gl/DDFFPO)". The Goal of this module is to solve the *Contextual Completeness* and *Emergent Relevancy* 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.

From the article:
> Dehydrators are simplistic time machines. They transport data elements that arrived prematurely in terms of their context right to the future where they might be needed, without loading the system while waiting. This concept is achieved by attaching a time-indexed data store to a clock, storing elements as they arrive to the dehydrator and re-introducing them as inputs to the system once a predetermined time period has passed.
![a schematic view of the Filter-Split-Dehydrate architecture](FSD-scheme.png)


Using this system it is also possible to craft a self cleaning "claims check", to minimize load on transportation and manipulation nodes of a pipeline architecture.

*You can read further on the algorithm behind this module [here](Algorithm.md).*
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ <h2 class="project-tagline">A Redis Element Dehydration Module</h2>
<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><img src="FSD-scheme.png" alt="a schematic view of the Filter-Split-Dehydrate architecture"></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>
Expand All @@ -32,6 +31,8 @@ <h2 class="project-tagline">A Redis Element Dehydration Module</h2>
<p>Dehydrators are simplistic time machines. They transport data elements that arrived prematurely in terms of their context right to the future where they might be needed, without loading the system while waiting. This concept is achieved by attaching a time-indexed data store to a clock, storing elements as they arrive to the dehydrator and re-introducing them as inputs to the system once a predetermined time period has passed.</p>
</blockquote>

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

<p>Using this system it is also possible to craft a self cleaning "claims check", to minimize load on transportation and manipulation nodes of a pipeline architecture.</p>

<p><em>You can read further on the algorithm behind this module <a href="https://github.com/TamarLabs/ReDe/blob/master/Algorithm.md">here</a>.</em></p>
Expand Down

0 comments on commit 21f4e4a

Please sign in to comment.