These short programs are quick working examples for some typical and some unusual tasks. Some are written in Python, some in Java. I have not separated them by language because they are all example applications.
- The recipe has to be a working program
- But the recipe should perform only one or two tasks
- The task should be a connectivity task that is simple, but that a devloper might get stuck on for one reason or another.
- As many dependencies as possible should be stripped out of the example
| recipe | notes | language |
|---|---|---|
| googleanlalytics | get data from google analytics | python |
| read_smartsheets | get data from smartsheets | python |
| pyredshift | load files into a redshift table | python |
| filesystem_crawler | read a directory manage the files there | java |
| splunk_filename_sync | get log file statistics from Splunk | java |
| s3_file_crawler | scan an AWS s3 folder | java |
| avro_file_utility | archive avro data to a local disk | java |
| tcp_listener | create a tcp/ip server with Mina | java |
| kafka_writer | write data to kafka | java |
| pdf_invoice | output data to a pdf using Apache POI | java |
| sql_workbook | output data to excel | java |