dan
05330c6a9d
Merge branch 'hw-updates' into ez-recover-errors
...
Conflicts:
pipeline.go
redshift_basic_emitter.go
2015-05-15 13:15:20 -07:00
dan
b045031df8
add default logger to remove panics caused by initialization
2015-05-15 12:32:45 -07:00
dan
efa20e0ff6
Merge branch 'master' into hw-logger-interface
...
Conflicts:
pipeline.go
redshift_basic_emitter.go
redshift_manifest_emitter.go
s3_emitter.go
s3_manifest_emitter.go
2015-05-15 12:03:07 -07:00
dan
e42dd7f73d
move aws backoff to its own file, and use it for redshift basic emitter
2015-05-06 09:14:00 -07:00
Harlow Ward
cd71fd41bc
Add Logger interface
...
To allow for different logging endpoints we'll introduce a Logger
interface that will be passed into the pipeline during initialization.
* Add Logger interface
* Use logger interface in pipeline and emitters
2015-05-03 21:01:14 -07:00
dan
9ed761edc6
re-use the database connection to redshift
2015-04-06 14:51:46 -07:00
dan
e3efa383c1
change dependency on log4go to different folder
2015-04-06 11:38:20 -07:00
dan
18163c1599
change the l4g.Critical, os.Exit combo to log.Fatal, because l4g defers output so the critical logs are not being seen
2015-04-04 10:24:23 -07:00
dan
852cf2a7d2
more log4go additions
2015-04-03 23:17:19 -07:00
dan
b89c69d86b
more log4go additions
2015-04-03 23:09:33 -07:00
dan
02a9d5d173
use log4go output
2015-04-03 23:05:49 -07:00
dan
c5c7dd49c9
add / between bucket and filename in copy statement
2015-03-29 12:22:29 -07:00
Harlow Ward
106f0d66bb
Add Redshift Manifest functionality
...
Use a manifest file for batch importing files uploaded to S3.
2014-12-10 21:59:42 -08:00