Guide to data tools landscape for developers
1–10 of 38 posts
Re: Guide to data tools landscape for developers
#2Re: Guide to data tools landscape for developers
#3Re: Guide to data tools landscape for developers
#4Re: Guide to data tools landscape for developers
#5A bit of a pedantic nit here: a data warehouse is a usage pattern. It’s not necessarily tied to any specific technology, however it is commonly implemented with OLAP systems like Snowflake, BigQuery, etc. But there’s nothing stopping you from building out your data warehouse in Postgres or MySQL. If you’re stitching together disparate datasets to build a unified model for analytics, you’ve got yourself a data warehouse no matter what system it lives on.
Re: Guide to data tools landscape for developers
#6Apache Avro has 2 encodings: binary AND json.
Update: Huh, TIL https://avro.apache.org/docs/%2B%2Bversion%2B%2B/specificati...
Re: Guide to data tools landscape for developers
#7Re: Guide to data tools landscape for developers
#8Re: Guide to data tools landscape for developers
#9Now I'll be thinking of "L" in ETL as "Land" and not "Load". Although the article doesn't propose that but uses a lot of "Land" terminology. "Load" => "load where? or FROM where?" - ambiguous "Land" => "land where?" - clear