-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutlearn.json
More file actions
184 lines (181 loc) · 8.23 KB
/
outlearn.json
File metadata and controls
184 lines (181 loc) · 8.23 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
{
"olpVersion" : "0.1",
"paths" : [
{
"name" : "riak-data-modeling",
"title" : "Riak Data Modeling",
"description" : "Riak is a flexible data storage technology capable of addressing a wide variety of problems in a scalable way. In this guide, we'll list a number of use cases and data models that are a good fit for Riak. All of these use cases are already being used in production for projects large and small. We'll also suggest possibilities for implementation and provide links to videos and documentation for further exploration.",
"privacy" : "public",
"pages" : [
{"page" : "./pages/use-cases.md"},
{"module" : "high-read-write"},
{"module" : "content-management-social"},
{"page" : "./pages/key-value-modeling-page.md"},
{"module" : "key-value-modeling"},
{"page" : "./pages/next-steps-data-modeling.md"}
]
},
{
"name" : "migrating-sql-to-riak",
"title" : "Migrating from an SQL Database to Riak",
"description" : "Relational databases are powerful and reliable technologies, but there are many use cases for which Riak is a better fit, e.g. when data availability is more important than SQL-style queryability or when relational databases begin to run into scalability problems. If you decide that Riak is a better fit, this tutorial walks you through migrating from an SQL system to Riak.",
"privacy" : "public",
"pages" : [
{"page" : "./pages/welcome.md"},
{"module" : "migrating-to-riak"},
{"page" : "./pages/next-steps-migrating.md"}
]
}
],
"modules" : [
{"olm" : "./modules/high-read-write.md"},
{"olm" : "./modules/content-management-social.md"},
{"olm" : "./modules/key-value-modeling.md"},
{"olm" : "./modules/migrating-to-riak.md"},
{"olm" : "./modules/why-riak.md"},
{"olm" : "./modules/riak-at-kiip.md"},
{"olm" : "./modules/quickstart.md"},
{"olm" : "./modules/python.md"},
{"olm" : "./modules/clojure.md"},
{
"name": "querying-python",
"version" : "0.1",
"title" : "Querying Riak in Python",
"description": "Walk learners through basic querying operations",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/querying/",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "Querying", "content": "./modules/querying.md"},
{"title": "Querying with Python", "content": "./modules/querying-python.md"}
]
},
{
"name": "object-modeling-python",
"version" : "0.1",
"title" : "Riak Object Modeling in Python",
"description": "Walk learners through basic object modeling operations",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/object-modeling/",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "Object Modeling", "content": "./modules/object-modeling.md"},
{"title": "Object Modeling with Python", "content": "./modules/object-modeling-python.md"}
]
},
{
"name": "bucket-related-operations",
"version" : "0.1",
"title" : "Bucket-related Operations - Riak HTTP API",
"description": "Get learners using bucket-related operations with Riak HTTP API and curl.",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/references/http/get-bucket-props/",
"coverImage" : "http://www.publicdomainpictures.net/pictures/110000/velka/rows-of-galvanized-buckets.jpg",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "HTTP API", "content": "./modules/http-api.md"},
{"title": "HTTP Get Bucket Properties", "content": "./modules/get-bucket-props.md"},
{"title": "HTTP Set Bucket Properties", "content": "./modules/set-bucket-props.md"},
{"title": "HTTP Reset Bucket Properties", "content": "./modules/reset-bucket-props.md"},
{"title": "HTTP List Buckets", "content": "./modules/list-buckets.md"},
{"title": "HTTP List Keys", "content": "./modules/list-keys.md"}
]
},
{
"name": "object-related-operations",
"version" : "0.1",
"title" : "Object-related Operations - Riak HTTP API",
"description": "Get learners using object-related operations with Riak HTTP API and curl.",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/references/http/fetch-object/",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "HTTP Fetch Object", "content": "./modules/fetch-object.md"},
{"title": "HTTP Store Object", "content": "./modules/store-object.md"},
{"title": "HTTP Delete Object", "content": "./modules/delete-object.md"}
]
},
{
"name": "query-related-operations",
"version" : "0.1",
"title" : "Query-related Operations - Riak HTTP API",
"description": "Get learners using query-related operations with Riak HTTP API and curl.",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/references/http/mapreduce/",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "HTTP MapReduce", "content": "./modules/mapreduce.md"},
{"title": "HTTP Secondary Indexes", "content": "./modules/secondary-indexes.md"}
]
},
{
"name": "server-related-operations",
"version" : "0.1",
"title" : "Server-related Operations - Riak HTTP API",
"description": "Get learners using server-related operations with Riak HTTP API and curl.",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/references/http/ping/",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "HTTP Ping", "content": "./modules/ping.md"},
{"title": "HTTP Status", "content": "./modules/status.md"},
{"title": "HTTP List Resources", "content": "./modules/list-resources.md"}
]
},
{
"name": "search-related-operations",
"version" : "0.1",
"title" : "Search-related Operations - Riak HTTP API",
"description": "Get learners using search-related operations with Riak HTTP API and curl.",
"homepage" : "http://docs.basho.com/riak/latest/dev/taste-of-riak/",
"canonicalSource" : "http://docs.basho.com/riak/latest/dev/references/http/search-query/",
"freshnessDate" : 2015-05-18,
"license" : "CC Attribution 3.0",
"contact" : {
"url" : "http://basho.com",
"twitter": "basho"
},
"sections" : [
{"title": "HTTP Search Query", "content": "./modules/search-query.md"},
{"title": "HTTP Search Index Info", "content": "./modules/search-index-info.md"},
{"title": "HTTP Fetch Search Index", "content": "./modules/fetch-search-index.md"},
{"title": "HTTP Store Search Index", "content": "./modules/store-search-index.md"},
{"title": "HTTP Delete Search Index", "content": "./modules/delete-search-index.md"},
{"title": "HTTP Fetch Search Schema", "content": "./modules/fetch-search-schema.md"},
{"title": "HTTP Store Search Schema", "content": "./modules/store-search-schema.md"}
]
}
],
"assets" : [
]
}