Introduction
Choosing the right data platform
focus – Mongo ,MySQL , Postgre
และ cloud – snowflake , AWS , GCP
cover – querying data , how SQL dialects
data warehouses, data platform
data lakes , business intelligence , Gooey tools
Comparing database options
two main type of data model
– Relational หรือ SQL databases
eg PostgreSQL , MySQL
– Non-relational NoSQL ~ more flexibility
eg Mongo , Cassandra
มี 4 type
1) Document
2) key-value , 2 อันแรกนี้ นิยม , Mongo DB เป็น document database
3) wide-column
4) graph databases
SQL – organized , fixed table column ทำให้ good for data integrity , แต่ก็จะ less flexible , scaling horizontally จำกัด
relation – different transactions , (inaudible) and indexing
vendor of relational and non-relational เพื่อให้ได้ best fix สำหรับเรา
Setting up the environment
