forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmulti-document-consistency-with-mongodb.json
More file actions
29 lines (29 loc) · 1.52 KB
/
multi-document-consistency-with-mongodb.json
File metadata and controls
29 lines (29 loc) · 1.52 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
{
"alias": "video/1290/multi-document-consistency-with-mongodb",
"category": "EuroPython 2012",
"copyright_text": "Standard YouTube License",
"description": "When working with MongoDB, especially if you are coming from (or\nconverting an application) the SQL world, you will probably miss the SQL\ntransaction, which gives you, among other things, atomic writes. MongoDB\nonly provides atomic writes to one document. We will show you how you\ncan implement multi-document writes that are, if all writers cooperate,\nconsistent across multiple documents and either writes all changes\ncompletely or fail without writing any changes. Audience: People who are\nlooking at SQL alternatives, but still need some sort of\ntransaction-like consistency. Understanding of parallellism issues, race\nconditions and deadlocks, may be helpful. MongoDB knowledge is not\nneeded. Slides online at: http://www2.openend.se/~iko/ep2012/\n",
"duration": null,
"id": 1290,
"language": "eng",
"quality_notes": "",
"recorded": "2012-07-05",
"related_urls": [
"http://www2.openend.se/"
],
"slug": "multi-document-consistency-with-mongodb",
"speakers": [
"Anders Hammarquist"
],
"summary": "[EuroPython 2012] Anders Hammarquist - 4 JULY 2012 in \"Track Lasagne\"\n",
"tags": [],
"thumbnail_url": "http://i.ytimg.com/vi/4XRrLdogkdA/hqdefault.jpg",
"title": "Multi-document consistency with MongoDB",
"videos": [
{
"length": 0,
"type": "youtube",
"url": "http://www.youtube.com/watch?v=4XRrLdogkdA"
}
]
}