Skip to content

chrislomeli/recipes

Repository files navigation

Recipes

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.

Criteria for a recipe

  • 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

recipes

recipenoteslanguage
googleanlalyticsget data from google analyticspython
read_smartsheetsget data from smartsheetspython
pyredshiftload files into a redshift tablepython
filesystem_crawlerread a directory manage the files therejava
splunk_filename_syncget log file statistics from Splunk java
s3_file_crawlerscan an AWS s3 folderjava
avro_file_utilityarchive avro data to a local diskjava
tcp_listenercreate a tcp/ip server with Minajava
kafka_writerwrite data to kafka java
pdf_invoiceoutput data to a pdf using Apache POIjava
sql_workbookoutput data to exceljava

About

Short single function recipes

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors