forked from marksmithson/couchdb-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bulk.json
245 lines (245 loc) · 5.83 KB
/
bulk.json
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
{
"docs":[
{
"_id":"django",
"title":"From zero to here with Python & Django",
"subtitle":"an unexpected adventure in open-source software development",
"presenter":{
"name":"Danliele Procida",
"twitter":"@evildmp"
},
"date": "2012-10-03",
"tags":["python","django","cms","web"]
},
{
"_id":"stories",
"title":"'I was asked to tell stories'",
"subtitle":"12 years of programming in 45 mins",
"presenter":{
"name":"Craig Marvelley",
"twitter":"@craigmarvelley"
},
"date": "2012-10-03",
"tags":["stories","php","web"]
},
{
"_id":"drupal",
"title":"So what is this Drupal thing?",
"presenter":{
"name":"Oliver Davies",
"twitter":"@opdavies"
},
"date": "2012-09-05",
"video": "http://vimeo.com/49827006",
"tags":["drupal","php","cms", "web"]
},
{
"_id":"swarm",
"title":"Swarm!",
"subtitle":"(ed: hint, it's about AI)",
"presenter":{
"name":"Nick Reed",
"twitter":"@squiddon"
},
"date":"2012-09-05",
"video":"http://vimeo.com/50227619",
"tags":["ai","graphics","network"]
},
{
"_id": "stress",
"title": "Stress = Urgency * Novelty * Scale",
"subtitle": "Monitoring a construction site using networked Arduino-based cameras",
"presenter": {
"name":"Hamish Harvey",
"twitter":"@hamishharvey"
},
"date":"2012-09-05",
"video":"http://vimeo.com/50357840",
"tags":["monitoring","arduino","network"]
},
{
"_id":"netflix",
"title":"How to Build Your Own Netflix",
"presenter":{
"name":"David Jenkins"
},
"date":"2012-07-04",
"video":"http://vimeo.com/46345831",
"tags":["streaming","video", "web"]
},
{
"_id":"mocking",
"title":"Object Mocking",
"presenter":{
"name":"Chris Beale",
"twitter":"@wtfgecko"
},
"date":"2012-07-04",
"video":"http://vimeo.com/48060204",
"tags":["testing","mocking"]
},
{
"_id":"opencv",
"title":"OpenCV in your face",
"presenter":{
"name":"Paul Preece"
},
"date":"2012-06-06",
"video":"http://vimeo.com/43806467",
"tags":["face recognition",""],
"links":["https://github.com/unified-diff/opencv-in-your-face"]
},
{
"_id":"load_testing",
"title":"Load testing at web scale",
"subtitle":"with Apache JMeter",
"presenter":{
"name":"Richard Gaywood",
"twitter":"@penllawen"
},
"date":"2012-06-06",
"video":"http://vimeo.com/43806468",
"tags":["testing","apache","web"]
},
{
"_id":"cutting_edge",
"title":"An overview of cutting edge web development.",
"presenter":{
"name":"Ian Jenkins",
"twitter":"@jenko"
},
"date":"2012-05-02",
"video":"http://vimeo.com/42411606",
"tags":["web","javascript","css","html5"]
},
{
"_id":"lithium",
"title":"Lithium",
"subtitle":"Why it's (almost) clever enough to make me believe in intelligent design.",
"presenter":{
"name":"Warren Seymour",
"twitter":"@woogoose"
},
"date":"2012-05-02",
"video":"http://vimeo.com/42757692",
"tags":["php","web"]
},
{
"_id":"myspace_tv",
"title":"Myspace TV",
"subtitle":"500 channels and nothing on, television just got social again.",
"presenter":{
"name":"Simon Bowen"
},
"date":"2012-05-02"
},
{
"_id":"node.js",
"title":"Event-driven horizons",
"subtitle":"an intro to node.js",
"presenter":{
"name":"Robin Duckett",
"twitter":"@robinduckett"
},
"date":"2012-04-04",
"video":"http://vimeo.com/40506233",
"tags":["web","node.js"],
"links":["https://github.com/robinduckett/intro-to-node-js"]
},
{
"_id":"pager",
"title":"Pager? What Pager?",
"subtitle":"Deploying code effectively without waking people up",
"presenter":{
"name":"Matthew Macdonald-Wallace",
"twitter":"@ProfFalken"
},
"date":"2012-04-04",
"video":"http://vimeo.com/40922357",
"tags":["web","deployment", "devops"]
},
{
"_id":"triple_a",
"title":"Under the Hood",
"subtitle":"A brief tour of a triple-A game engine.",
"presenter":{
"name":"Ian Thomas",
"twitter":"@wildwinter"
},
"date":"2012-07-04",
"video":"http://vimeo.com/user10307954/a-brief-overview-of-a-triple-a-games-engine",
"tags":["gaming"]
},
{
"_id":"clojure",
"title":"Getting Clojure",
"subtitle":"An overview of how functional programming is now proper.",
"presenter":{
"name":"Rod Pugh",
"twitter":"@rodnaph"
},
"date":"2012-03-07",
"video":"http://vimeo.com/38352572",
"tags":["clojure","functional"],
"links":["https://github.com/rodnaph/clojure-talk"]
},
{
"_id":"testability",
"title":"Testability (It's an -ility)",
"subtitle":"Inside the emergent software development skill-set that is Test Engineering.",
"presenter":{
"name":"Sean Robbins",
"twitter":"@sean_robbins"
},
"date":"2012-03-07",
"video":"http://vimeo.com/38716925",
"tags":["testing"]
},
{
"_id":"film",
"title":"A Scientist in an Adventure with Pirates",
"subtitle":"A whistlestop tour of why a developer was hired to help on Aardman's latest feature film.",
"presenter":{
"name":"Ian Wootten",
"twitter":"@niftydigits"
},
"date":"2012-03-07",
"video":"http://vimeo.com/39295205",
"tags":["film","animation"]
},
{
"_id":"terminal",
"title":"How to handle your terminal like a boss",
"presenter":{
"name":"Warren Seymour",
"twitter":"@woogoose"
},
"date":"2012-02-01",
"video":"http://vimeo.com/37690053",
"tags":["terminal","vim"],
"links":["https://github.com/warrenseymour/dotfiles"]
},
{
"_id":"clean_code",
"title":"Clean Code",
"presenter":{
"name":"Gavin Davies",
"twitter":"@gavd_uk"
},
"date":"2012-02-01",
"video":"http://vimeo.com/user10307954/clean-code-gavin-davies",
"tags":["refactoring","code quality"],
"links":["https://github.com/gavD/refactoring-to-clean-code"]
},
{
"_id":"loneliness",
"title":"The Loneliness of a Long Distance Coder",
"presenter":{
"name":"Carey Hiles",
"twitter":"@handybitesize"
},
"date":"2012-02-01",
"video":"http://vimeo.com/37279704",
"tags":["social"]
}
]}