mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
ch init formatting
This commit is contained in:
parent
e522293130
commit
2715a124de
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ CREATE TABLE pageview_queue (
|
|||
url String,
|
||||
referrer String
|
||||
)
|
||||
|
||||
ENGINE = Kafka
|
||||
SETTINGS kafka_broker_list = 'localhost:9092,localhost:9093,localhost:9094', -- input broker list
|
||||
kafka_topic_list = 'pageview',
|
||||
|
|
|
|||
Loading…
Reference in a new issue