-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
61 lines (49 loc) · 2.44 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Data Residence]]></title>
<link href="http://Data-Residence.github.io/knowledge_base/atom.xml" rel="self"/>
<link href="http://Data-Residence.github.io/knowledge_base/"/>
<updated>2014-05-17T14:07:50+03:00</updated>
<id>http://Data-Residence.github.io/knowledge_base/</id>
<author>
<name><![CDATA[Data Residence]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Event-driven Architecture and Complex Event Processing for IoT]]></title>
<link href="http://Data-Residence.github.io/knowledge_base/blog/2014/05/17/event-driven-architecture-and-complex-event-processing-for-iot/"/>
<updated>2014-05-17T14:01:32+03:00</updated>
<id>http://Data-Residence.github.io/knowledge_base/blog/2014/05/17/event-driven-architecture-and-complex-event-processing-for-iot</id>
<content type="html"><![CDATA[<p><strong>DRAFT</strong></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Data Structures for Big Data]]></title>
<link href="http://Data-Residence.github.io/knowledge_base/blog/2014/05/16/data-structures-for-big-data/"/>
<updated>2014-05-16T23:06:35+03:00</updated>
<id>http://Data-Residence.github.io/knowledge_base/blog/2014/05/16/data-structures-for-big-data</id>
<content type="html"><![CDATA[<p><strong>DRAFT</strong></p>
<p>In this article we’re going to discuss useful data structures used in big data and distributed systems:</p>
<ul>
<li>Probabilistic data structures:
<ul>
<li>Bloom filter</li>
<li>Hyperloglog</li>
<li>CountMinSketch</li>
</ul>
</li>
<li>Eventually consistent data structures (CRDT)</li>
</ul>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Multinode Big Data Toolbox With Docker]]></title>
<link href="http://Data-Residence.github.io/knowledge_base/blog/2014/05/16/multinode-big-data-toolbox-with-docker/"/>
<updated>2014-05-16T23:03:34+03:00</updated>
<id>http://Data-Residence.github.io/knowledge_base/blog/2014/05/16/multinode-big-data-toolbox-with-docker</id>
<content type="html"><![CDATA[<p><strong>DRAFT</strong></p>
<p>In this blog we’re going to discus different big data and distributed systems topics, architectures, solutions.
In this article we’ll show how to make local multinode cluster with docker.</p>
]]></content>
</entry>
</feed>