Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of the project Name = "stream-cardinality-excercise" //Description - Project short description Description = "Demonstration of stream cardinality estimation." //LongDescription - Verbose project description. LongDescription = "Demonstration of stream cardinality estimation using data that is streamed from kafka." // Author - Project author. Author = "Senad Ibraimoski <[email protected]>" )
View Source
var KafkaAddress string
KafkaAddress - Broker address
View Source
var KafkaTopic string
KafkaTopic - Consumable topic string
Functions ¶
func ConfigureLogging ¶
func ConfigureLogging()
ConfigureLogging - Configures basic logging for this excercise
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.