Skip to content

Instantly share code, notes, and snippets.

@etorreborre
Created April 28, 2019 08:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etorreborre/ac3c1e0278e852e1374ae7845b5ca258 to your computer and use it in GitHub Desktop.
Save etorreborre/ac3c1e0278e852e1374ae7845b5ca258 to your computer and use it in GitHub Desktop.
interpreter.hs
main :: IO ()
main = runM
. runRedis
. runFTP
. runHTTP
. runEncryption
. redisOuput @Stat mkRedisKey
. postOutput @Record mkApiCall
. batch @Record 500
. ftpFileProvider
. decryptFileProvider
. csvInput "file.csv"
$ ingest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment