-
Notifications
You must be signed in to change notification settings - Fork 38
/
user-stories.html
78 lines (68 loc) · 3.02 KB
/
user-stories.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NoSQL User -Stories</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">
<h2>Submit your User-Story!</h2>
<article>
<h1><a href="http://babynames.net/" target="_blank">BellyBallot.com</a></h1>
BellyBallot is a site for pregnant parents choosing baby
names. The site decided on NoSQL over a relational db in order to
serve name information to visitors who require fast page loads and wide
variability in data querying. The community of users on the site
will also be contributing to the meaning of the names and other data,
so the data structure needed massive scalability as the name db grows.<br>
</article>
</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>