Created
April 28, 2019 08:51
-
-
Save etorreborre/ac3c1e0278e852e1374ae7845b5ca258 to your computer and use it in GitHub Desktop.
interpreter.hs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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