home » zplus/dokk.git
ID: 929d43baecc971d372768eb0d59b70672d45d40c
29 lines — 999B — View raw


{
    "@context": {
        "library": "dokk:vocab:library:",
        "license": "dokk:vocab:license:",
        "license:licensed_under": {
            "@type": "@id"
        },
        "license:translation_of": {
            "@type": "@id"
        },
        "blob": "dokk:vocab:blob:"
    },
    "@type": [
        "library:Item"
    ],
    "@id": "dokk:introduction_parallel_programming_mapreduce_Google_2007",
    "library:website": "http://code.google.com/edu/parallel/mapreduce-tutorial.html",
    "library:author": [
        "Google"
    ],
    "license:licensed_under": [
        "dokk:license:CC-BY-2.5"
    ],
    "library:title": "Introduction to Parallel Programming and MapReduce",
    "blob:at": {
        "@id": "file:/pdf/introduction_parallel_programming_mapreduce_Google_2007.pdf",
        "blob:primary_source": "https://courses.cs.washington.edu/courses/cse490h/07wi/readings/IntroductionToParallelProgrammingAndMapReduce.pdf",
        "blob:retrieval_date": "2023-04-06"
    }
}