Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AWSRegion = "eu-west-1"
AWSRegion the AWS region to use.
View Source
var BindAddr = ":21100"
BindAddr the address to bind to.
View Source
var KafkaAddr = "localhost:9092"
KafkaAddr the Kafka address to send messages to.
View Source
var KafkaConsumerGroup = "filter-request"
KafkaConsumerGroup the consumer group to consume messages from.
View Source
var KafkaConsumerTopic = "filter-request"
KafkaConsumerTopic the name of the topic to consume messages from.
View Source
var KafkaTransformTopic = "transform-request"
KafkaTransformTopic the name of the topic to send transform request messages to.
View Source
var OutputS3Bucket = "dp-dd-csv-filter-develop/" + os.Getenv("USER") + "/filtered/"
OutputS3Bucket the name of the bucket to send filtered csv files to
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.