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
- Host: GitHub
- URL: https://github.com/chariotsolutions/de-examples
- Owner: chariotsolutions
- License: mit
- Archived: true
- Created: 2022-11-08T14:52:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T22:34:04.000Z (over 3 years ago)
- Last Synced: 2025-02-26T00:26:53.622Z (over 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.