-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·443 lines (403 loc) · 24.9 KB
/
Copy pathindex.html
File metadata and controls
executable file
·443 lines (403 loc) · 24.9 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!doctype html>
<div>
<head>
<meta charset="utf-8">
<meta name="keywords" content="ssdbhub,ssdb,saas,redis,redis alternative">
<meta name="description" content="ssdb as a service alternative to Redis">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="./js/jquery-2.1.0.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/typer.js"></script>
<script src="./js/blocs.js"></script>
<link rel='stylesheet' href='./css/et-line.min.css'/>
<link rel='stylesheet' href='./css/font-awesome.min.css'/>
<link href='http://fonts.googleapis.com/css?family=Montserrat&subset=latin,latin-ext' rel='stylesheet'
type='text/css'>
<title>SSDBHub</title>
<style>
.fluidMedia {
position: relative;
padding-top: 30px;
height: 20;
overflow: hidden;
}
.fluidMedia iframe {
z-index: 10;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<div class="fluidMedia">
<iframe src="header.html"></iframe>
</div>
<!-- Main container -->
<div class="page-container">
<!-- header -->
<div class="bloc bgc-outer-space bg-city-overlay d-bloc" id="header">
<div class="container bloc-xl">
<div class="row">
<div class="col-sm-12" style="text-shadow: 2px 2px 4px #000000;">
<img class="img-responsive center-block" src="img/ssdb-logo-full.png">
<h3 class="text-center mg-lg tc-white">
<span style="color: #EC971F;">SSDB</span><span style="color: #666464;">Hub</span>
</h3>
<h2 class="text-center mg-lg fadeInUp">We are launching soon at
<img src="img/heroku.png" height="32px" width="32px">HEROKU</h2>
<div class="text-center mg-sm">
Subscribe to get your FREE access to SSDB cluster.
</div>
<div class="text-center">
<!-- Begin MailChimp Signup Form -->
<form action="//ssdbhub.us14.list-manage.com/subscribe/post?u=077856c342aee7f0b28568ae9&id=365717b095"
method="post" name="mc-embedded-subscribe-form" class="validate" target="_blank"
novalidate>
<input type="text" style="position: absolute; left: -5000px;"
name="b_077856c342aee7f0b28568ae9_365717b095" tabindex="-1" value="">
<div class="row">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL"
style="color: black;"
placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"
class="btn btn-sm btn-wire wire-btn-carmine-pink" style="margin:0;">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- plans -->
<div class="bloc l-bloc bgc-white" id="why">
<div class="container bloc-md">
<div class="row">
<div class="col-md-6">
<div class="bs-callout bs-callout-warning">
<h4>Why SSDB ?</h4>
<ul>
<li>
<strong>SSDB is a high performance NoSQL database,</strong>
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
used by many companies for high throughput, <br>
low-latency operations on large data sets.
</p>
</li>
<li>
<strong>Lightening fast</strong> as todays fastest in-memory solutions
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
Query processing times are measured in microseconds (10<sup>-6</sup> sec).
</p>
</li>
<li>
<strong>More data</strong> can be stored
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
Compared to others, SSDB has a principal advantage - it's
not limited with RAM.
<br>
It's capable of storing significantly (by 100 times) more
data.
</p>
</li>
<li>
<strong>No more hybrid solutions</strong> like Redis + MongoDB
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
SSDB combines the speed and capacity all in one.
</p>
</li>
<li>
<strong>Redis protocol is supported</strong>
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
If you are already using Redis you can easily switch to SSDB.
<br>Please see the documentation for the<a
href="http://localhost:63342/ssdbhub.github.io/documentation.html#using-ssdb-with-different-languages-using-with-redis-clients">
list of supported Redis commands.
</a>
</p>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="bs-callout bs-callout-warning">
<h4>Why SSDBHub ?</h4>
<ul>
<li>
<strong>We provide one click solution</strong> for provisioning of SSDB cluster
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
It's enterprise-ready, highly available and configured for best performance.
</p>
</li>
<li><strong>We give the best Value For Money</strong>
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
Our pricing plans are derived from reserved computing power and the size of reserved
storage volumes.
We count compressed data size,
which means the actual size of uncompressed data stored in the database might be 1.5
- 4
times bigger.
</p>
</li>
<li>
<strong>We like to grow with you</strong>
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
We have a <strong>Lifetime Free Plan</strong> to start with. While growing, you can
always upgrade to bigger plan.
</p>
</li>
<li>
<strong>Support</strong>
<p style='color: #2BADAD;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif'>
We are doing our best to provide support for our customers.
We have an email support available at
<a href="mailto:support@ssdbhub.com">support@ssdbhub.com</a> as well as a public
<a href="https://github.com/ssdbhub/ssdbhub.github.io/issues">Issue Tracker</a> at
GitHub where you can share the issue with us and other customers.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- services END -->
<div class="row">
<div class="bloc l-bloc bgc-platinum" style="float: none; margin: 0 auto;" id="Articles">
<div class="container bloc-md">
<h4>Related Articles</h4>
<div class="col-sm-4 col-md-offset-4">
<blockquote>
<a href="http://alexeyvishnevsky.com/2017/01/ssdb-redis/">
<img with="200" height="150" class="alignnone size-full"
src="http://alexeyvishnevsky.com/wp-content/uploads/2017/01/money.jpg"
alt=""/>
</a><br>Save money switching from
Redis to SSDB
</blockquote>
Source:
<em>
<a href="http://alexeyvishnevsky.com/2017/01/ssdb-redis/">SSDB as a cheaper alternative to
Redis.</a>
</em>
</div>
</div>
</div>
</div>
<div class="row">
<div class="bloc l-bloc bgc-outer-space" style="float: none; margin: 0 auto;" id="plans">
<div class="container bloc-md">
<div class="col-sm-4 col-md-offset-4">
<h3 class="text-center mg-md ">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="pricing ui-ribbon-container"
style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div class="ui-ribbon-wrapper">
<div class="ui-ribbon">
100% Off
</div>
</div>
<div class="title">
<h2 style="color: white;">Plan</h2>
<h1 style="color: white;">Free</h1>
</div>
<div class="x_content">
<div class="pricing_features">
<ul class="list-unstyled text-left">
<li><i class="fa fa-check text-success"></i>
<strong>Lifetime FREE</strong>
</li>
<li><i class="fa fa-check text-success"></i> <strong>5 GB</strong>
Storage <span style="color: red;"><strong>*</strong></span>
</li>
<li>
<i class="fa fa-check text-success"></i> One SSDB node
</li>
<li>
<i class="fa fa-check text-success"></i> <strong>us-east-1</strong>
Heroku
region
</li>
<li><i class="fa fa-check text-success"></i> Support at our
<a href="https://github.com/ssdbhub/ssdbhub.github.io/issues"> Issue
Tracker</a>
</li>
<li><i class="fa fa-times text-danger"></i> Personal Support
</li>
<li><i class="fa fa-times text-danger"></i> Backups
</li>
<li><i class="fa fa-times text-danger"></i> High Availability
</li>
</ul>
</div>
<div class="pricing_footer">
<a href="javascript:window.scrollTo(0, 100);document.getElementById('mce-EMAIL').focus();"
class="btn btn-block" style="background-color: #1ABB9C;color: #ffffff;"
role="button">Subscribe
<span> now!</span></a>
</div>
<div style="font-size: 13.5px;background: #FAFAFA; padding: 20px 15px;">
<span style="color: red;"><strong>*</strong></span>
The actual data size might be
bigger by 1.5 - 4 times.
</div>
</div>
</div>
</div>
</h3>
</div>
</div>
</div>
</div>
<!-- Footer - quote -->
<div class="bloc bgc-carmine-pink d-bloc">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-9">
<h3 class="mg-md" style="text-shadow: 2px 2px 4px #000000;">
Documentation
</h3>
<div class="row">
<div class="col-md-4">
<ul class="level-2" id="using-ssdb-with-different-languages-list">
<li id="using-ssdb-with-different-languages-using-with-java-item" class="level-2"><a
id="using-ssdb-with-different-languages-using-with-java-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-java"
class="level-2">Using
with
Java</a></li>
<li id="using-ssdb-with-different-languages-using-with-python-item" class="level-2"><a
id="using-ssdb-with-different-languages-using-with-python-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-python"
class="level-2">Using
with
Python</a></li>
<li id="using-ssdb-with-different-languages-using-with-node-item" class="level-2"><a
id="using-ssdb-with-different-languages-using-with-node-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-node"
class="level-2">Using
with
Node</a></li>
<li id="using-ssdb-with-different-languages-using-with-go-item" class="level-2"><a
id="using-ssdb-with-different-languages-using-with-go-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-go"
class="level-2">Using with
Go</a>
</li>
<li id="using-ssdb-with-different-languages-using-with-ruby-item" class="level-2"><a
id="using-ssdb-with-different-languages-using-with-ruby-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-ruby"
class="level-2">Using
with
Ruby</a></li>
<li id="using-ssdb-with-different-languages-using-with-php-item" class="level-2"><a
id="using-ssdb-with-different-languages-using-with-php-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-php"
class="level-2">Using
with
PHP</a></li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li id="using-ssdb-with-different-languages-using-with-redis-clients-item"
class="level-2">
<a
id="using-ssdb-with-different-languages-using-with-redis-clients-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-redis-clients"
class="level-2">Using
with Redis Clients</a>
<ul class="level-3"
id="using-ssdb-with-different-languages-using-with-redis-clients-list">
<li id="using-ssdb-with-different-languages-using-with-redis-clients-key-value-item"
class="level-3"><a
id="using-ssdb-with-different-languages-using-with-redis-clients-key-value-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-redis-clients-key-value"
class="level-3">Key-Value</a></li>
<li id="using-ssdb-with-different-languages-using-with-redis-clients-key-key-value-item"
class="level-3"><a
id="using-ssdb-with-different-languages-using-with-redis-clients-key-key-value-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-redis-clients-key-key-value"
class="level-3">Key-(Key-Value)</a></li>
<li id="using-ssdb-with-different-languages-using-with-redis-clients-key-sorted-list-item"
class="level-3"><a
id="using-ssdb-with-different-languages-using-with-redis-clients-key-sorted-list-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-redis-clients-key-sorted-list"
class="level-3">Key - (Sorted List)</a></li>
<li id="using-ssdb-with-different-languages-using-with-redis-clients-key-queue-item"
class="level-3"><a
id="using-ssdb-with-different-languages-using-with-redis-clients-key-queue-link"
href="documentation.html#using-ssdb-with-different-languages-using-with-redis-clients-key-queue"
class="level-3">Key-Queue</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li id="using-ssdb-with-different-languages-dashboard-item" class="level-2"><a
id="using-ssdb-with-different-languages-dashboard-link"
href="documentation.html#using-ssdb-with-different-languages-dashboard"
class="level-2">Dashboard</a>
</li>
<li id="using-ssdb-with-different-languages-troubleshooting-item" class="level-2"><a
id="using-ssdb-with-different-languages-troubleshooting-link"
href="documentation.html#using-ssdb-with-different-languages-troubleshooting"
class="level-2">Troubleshooting</a></li>
<li id="using-ssdb-with-different-languages-migrating-between-plans-item"
class="level-2"><a
id="using-ssdb-with-different-languages-migrating-between-plans-link"
href="documentation.html#using-ssdb-with-different-languages-migrating-between-plans"
class="level-2">Migrating
between plans</a></li>
<li id="using-ssdb-with-different-languages-removing-the-add-on-item" class="level-2"><a
id="using-ssdb-with-different-languages-removing-the-add-on-link"
href="documentation.html#using-ssdb-with-different-languages-removing-the-add-on"
class="level-2">Removing
the
add-on</a></li>
<li id="using-ssdb-with-different-languages-support-item" class="level-2"><a
id="using-ssdb-with-different-languages-support-link"
href="documentation.html#using-ssdb-with-different-languages-support"
class="level-2">Support</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bloc bgc-carmine-pink d-bloc text-center">
<a href="https://github.com/ssdbhub/ssdbhub.github.io/issues">Our Issue Tracker</a>
<div class="row"><br>
© 2017 ssdbhub. All rights reserved.<br>
<a href="mailto: support@ssdbhub.com">support@ssdbhub.com</a><br><br>
<a href="privacy.html">Privacy</a> <a href="terms.html">Terms</a>
</div>
</div>
<!-- Footer - quote END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')">
<span class="fa fa-chevron-up"></span>
</a>
<!-- ScrollToTop Button END-->
<!-- Main container END -->
</body>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-87429908-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Analytics END -->
</html>