Categories
Computer Diary

#28 วิธีใช้ Baidu Maps (百度地圖) เบื้องต้นและวิธีสมัครสมาชิก

ช่วงที่ผ่านมาที่ประเทศจีนเปิดฟรีวีซ่าให้กับคนไทย เราก็อยากไปเที่ยวที่นั่น อย่างไรก็ดีเมื่อเราไปเที่ยวประเทศจีนแล้ว เราจะใช้แอปไหนเพื่อนำทางไปยังสถานที่เที่ยวในแต่ละที่?

คำตอบคือแอป Baidu Maps (百度地圖)

Categories
English Articles

A Summary of MapReduce: Background, Processes, Example & Extension

Recently, I read an interesting research article titled “MapReduce: Simplified Data Processing on Large Clusters” written by Google employees Jeffrey Dean and Sanjay Ghemawat.

After reading the article, I summarized its key points, including the background, processes, and extension to be Apache Hadoop.

Categories
Computer Data

#22 MapReduce ที่มา การทำงาน และการเอาไปใช้

หลังจากที่เขียนเรื่องที่เกี่ยวกับ Data Structures & Algorithms ไปในบทความก่อนหน้าที่เขียนถึง Big-O Notation, Searching กับ Sorting Algorithms กับ Shortest Path อย่าง Dijkstra’s กับ Bellman-Ford’s Algorithm รวมถึง A* Search Algorithm

คราวนี้มาเข้าเรื่องที่เกี่ยวข้องกับ Data ที่เป็นพื้นฐานหนึ่งเลยคือ MapReduce