Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 32249a1d99 - Show all commits

1
db.py
View File

@ -33,6 +33,7 @@ TYPES_MAIN = [
"nick",
"mode",
"topic",
"update",
]
TYPES_META = ["who"]
TYPES_INT = ["conn", "highlight", "znc", "query", "self"]