Examples for blog posts related to Data Engineering.
-
An introduction to writing Avro files from Java and Python.
-
An Java program that reads rows from a database and writes them to an Avro file, using JDBC
ResultSetMetaData
to create the Avro schema.