"You Don't Need Kafka, Just Use Postgres" Considered Harmful
Argues against the common advice to replace Kafka with Postgres, explaining they are different tools for different problems.
Argues against the common advice to replace Kafka with Postgres, explaining they are different tools for different problems.
Argues against oversimplified advice to replace Kafka with Postgres, explaining they are different tools for different problems.
Explains the SQL MERGE statement by comparing it to a RIGHT JOIN, showing how to think about source and target tables in ETL operations.
A reference list of JDBC driver names and connection URL formats for numerous popular relational database management systems (RDBMS).
A technical guide on using the jOOQ library to fetch and generate sequence values from various SQL databases.