-
Notifications
You must be signed in to change notification settings - Fork 38
/
1stBook.html
106 lines (92 loc) · 4.26 KB
/
1stBook.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The world's first NoSQL Book - NOSQL Databases</title>
<meta name="author" content="Prof. Dr.Stefan Edlich">
<meta name="publisher" content="Prof. Dr.Stefan Edlich">
<meta name="description"
content="The ultimate reference for NOSQL Databases. Includes Events, Links, Tools, News, Forums, Books and much more...">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="/Resources/Public/Img/favicon.ico">
<link href="Resources/Public/Css/Main.css" rel="stylesheet" >
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1535339-3");
pageTracker._trackPageview();
} catch (err) {
}</script>
</head>
<body>
<div id="wrapper">
<header>
<div class="third">
<a href="index.html"><img width="251" height="61" alt="NoSQL Logo" src="Resources/Public/Img/nosql-logo.gif"></a>
</div>
<div class="third">
Your Ultimate Guide to the <br/>
Non - Relational Universe!<br/>
</div>
<div class="third">
[the <strong>best selected</strong> nosql link <a href="links.html">Archive</a> in the web]<br/>
<small>...never miss a <i>conceptual</i>
article again...<br>
<strong>News Feed </strong>covering all changes
</small>
<small><a href="http://nosql-databases.blogspot.com/">here</a></small>
<small>
<strong>!</strong>
</small>
</div>
</header>
<div id="main">
<h1>The worlds first NoSQL Book</h1>
<a href="http://www.hanser.de/buch.asp?isbn=978-3-446-42355-8"><img
style="border: 0px solid ; width: 648px; height: 819px;" alt="Worlds First NoSQL Book"
title="Worlds First NoSQL Book" src="Resources/Public/Img/NoSQLBook.jpg"></a> <a
href="http://ourdisclaimer.com/?i=NOSQL-DATABASES.org"></a>
<p>The worlds first NoSQL Book is available since 7.October2010!
Book traders will have it one week later.</p>
<p>
It is written in German. 2nd Edition available since 2011.</p>
<h2>NoSQL - Introduction to the World of Non-Relational Web 2.0 Databases</h2>
<p>
The book can be ordered <a href="http://www.hanser.de/buch.asp?isbn=978-3-446-42355-8" target="_blank">here</a> from the publisher.</p>
<p>The complete <strong>ToC</strong> is <a
href="http://files.hanser.de/hanser/docs/20101001_2111141844-37_9783446423558_Inhaltsverzeichnis.pdf"
target="_blank">here</a>.</p>
<h3>A brief overview</h3>
<ol>
<li> Introduction</li>
<li><strong>Theoretical Background</strong><br />
(Map/Reduce, CAP, Eventually Consistent, Consistent Hashing, MVCC, Vector Clocks, Paxos)</li>
<li><strong>Wide Column Stores</strong><br />
(HBase, Cassandra, Amazon SimpleDB)</li>
<li><strong>Document Stores</strong><br />
(CouchDB, MongoDB)</li>
<li><strong>Key/Value Databases</strong><br />
(Redis, Chordless, Riak)</li>
<li><strong>Graph Databases</strong><br>
(Neo4j, sones, InfoGrid, DEX, HyperGraphDB, InfiniteGraph, OrientDB, and more...)</li>
<li><strong>Other NoSQL DBs</strong><br>
(Hypertable, Cloudera, Dynamo, Dynomite, Kai, MEMBASE, Voldemort, Scalaris, Tokyo*, etc.)</li>
<li><strong>Database Orientation</strong><br>
(how to find the right database)</li>
</ol>
<p>Please help to spread the word. Thanks!</p>
</div>
<footer>
<p>[This "NoSQL Archive" has always <strong>> 40.000 unique visitors</strong> per month, it is <strong>top
rated</strong> on Google for "nosql", and is the <strong>#1</strong>
source for NoSQL <strong>system</strong>.]
</p>
<p><a href="feedback.html">» Contact & Feedback</a> | <a href="impressum.html">» Imprint</a></p>
</footer>
</div>
</body>
</html>