implement very very simple stream sql support

This commit is contained in:
Benjamin Sergeant
2020-07-10 16:07:51 -07:00
parent 26a1e63626
commit ca829a3a98
5 changed files with 86 additions and 12 deletions

View File

@@ -92,6 +92,9 @@ TEST_CASE("Cobra_to_stdout_bot", "[cobra_bots]")
cobraBotConfig.enableHeartbeat = false;
bool quiet = false;
cobraBotConfig.filter =
std::string("select * from `") + channel + "` where id = 'sms_metric_A_id'";
// We could try to capture the output ... not sure how.
bool fluentd = true;