Ingest into Kafka and queue messages better

This commit is contained in:
2022-09-13 22:17:46 +01:00
parent 47c5f89914
commit c5f01c3084
7 changed files with 366 additions and 157 deletions

View File

@@ -5,6 +5,7 @@ import util
from sources.ch4 import Chan4
from sources.dis import DiscordClient
from sources.ingest import Ingest
import db
# For development
# if not getenv("DISCORD_TOKEN", None):