An open API service indexing awesome lists of open source software.

https://github.com/chariotsolutions/de-examples

Examples for blog posts related to Data Engineering
https://github.com/chariotsolutions/de-examples

Last synced: over 1 year ago
JSON representation

Examples for blog posts related to Data Engineering

Awesome Lists containing this project

README

          

# de-examples

Examples for blog posts related to Data Engineering.

* [avro_three_ways](avro_three_ways)

An introduction to writing Avro files from Java and Python.

* [jdbc_to_avro](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.