forked from rethinkdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 2.86 KB
/
index.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
---
layout: documentation
title: RethinkDB Documentation
active: docs
alias: docs/pragmatic-faq/
---
<table class="docs-grid docs-index">
<tbody>
<tr>
<td>
<div class="docs-grid-block quickstart">
<h1><a href="/docs/quickstart/">Quickstart</a></h1>
<p>
Learn how to start RethinkDB, create tables,
insert documents, and query your data in
under thirty seconds.
</p>
<a href="/docs/quickstart/">Start using RethinkDB »</a>
</div>
</td>
<td>
<div class="docs-grid-block install">
<h1><a href="/docs/install/">Install RethinkDB</a></h1>
<p>
You can install the server on most Linux distributions and
OS X. The client drivers are available in
Python, Ruby, JavaScript, and many other languages.
</p>
<a href="/install/">Install the server and drivers »</a>
</div>
</td>
</tr>
<tr>
<td>
<div class="docs-grid-block api">
<h1><a href="/api/">API reference</a></h1>
<p>
Ready to do real work? Browse the detailed
command reference for the Python, Ruby, and
JavaScript client drivers.
</p>
<a href="/api/">Explore the commands »</a>
</div>
</td>
<td>
<div class="docs-grid-block examples">
<h1><a href="/docs/examples/">Example applications</a></h1>
<p>
Read through the annotated source code for
example applications written on top of
RethinkDB. Todo lists, chat servers, data
analysis — it's all there!
</p>
<a href="/docs/examples/">Learn RethinkDB by example »</a>
</div>
</td>
</tr>
<tr>
<td>
<div class="docs-grid-block cookbook">
<h1><a href="/docs/cookbook/">Cookbook</a></h1>
<p>
Wondering how to write a specific query or solve a
specific problem in RethinkDB? See dozens of examples
of commonly written queries in Python, Ruby, and
JavaScript.
</p>
<a href="/docs/cookbook/">Find the right recipe »</a>
</div>
</td>
</tr>
</tbody>
</table>