Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 345 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 345 Bytes

de-examples

Examples for blog posts related to Data Engineering.

  • avro_three_ways

    An introduction to writing Avro files from Java and Python.

  • jdbc_to_avro

    An Java program that reads rows from a database and writes them to an Avro file, using JDBC ResultSetMetaData to create the Avro schema.