Best of Data Warehouse2023

  1. 1
    Article
    Avatar of hackernoonHacker Noon·3y

    16 SQL Techniques Every Beginner Needs to Know

    Learn SQL techniques for data warehousing, including handling incremental tables, using MERGE statements, and converting tables to JSON objects.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP66: Comparison of URL, URI, and URN

    This week’s system design refresher: OAuth 2 explained in simple terms. The diagram below shows a comparison of URL, URI, and URN. Do you know the differences? Do you use a data warehouse or a data lake to retrieve data? Twitter 1.0 Tech Stack is the biggest technology newsletter on Substack.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    Data Engineer Project: Postgres (Database) to S3 (DataLake) to Postgres (Data Warehouse) | Prep Coffee Inventory Management

    This post discusses a data engineer project that involves transforming data from a PostgreSQL database to an S3 datalake and then to a PostgreSQL data warehouse. The author shares their experience and methodology, as well as the tools used. They also highlight the problems they faced during the project.

  4. 4
    Article
    Avatar of decuberssDecube·3y

    What is ETL? Difference between ETL and ELT

    ETL and ELT are two approaches to data integration. ETL involves extracting data from source systems, transforming it into an analysis-ready format, and loading it into a data warehouse. ELT involves loading data into the target system first and transforming it as needed.