Skip to content

Commit

Permalink
and add it to the site as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 19, 2016
1 parent fd1b6d4 commit 48be365
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,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 Expand Up @@ -153,6 +155,6 @@ <h2>

</section>


</body>
</html>

0 comments on commit 48be365

Please sign in to comment.