{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LearningResource",
      "@id": "https://nabidinmotion.com/g/system-design--20-mapreduce/#resource",
      "name": "20. MapReduce",
      "description": "20. MapReduce You have 10 TB of log files. You want to count how many users visited each page. One machine can't hold the data, let alone process it. So yo…",
      "url": "https://nabidinmotion.com/g/system-design--20-mapreduce/",
      "inLanguage": "en",
      "isAccessibleForFree": true,
      "learningResourceType": "Guide",
      "provider": {
        "@id": "https://nabidinmotion.com/#organization"
      }
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nabidinmotion.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "20. MapReduce",
          "item": "https://nabidinmotion.com/g/system-design--20-mapreduce/"
        }
      ]
    }
  ]
}
