Sean Falconer is AI entrepreneur in residence at Confluent. Daily insights on business use cases with VB Daily If you want to impress your boss, VB Daily has you covered. We give you the inside ...
Feel free to use it as well as post extensions to it. All commands should be executed from Apache Kafka or Confluent Platform home directory. It is also assumed, that Zookeeper, Brokers, Connect ...
CREATE TABLE test ( id BIGINT IDENTITY (1,1) PRIMARY KEY NOT NULL, value VARCHAR(255) NOT NULL, date DATETIME2 NOT NULL ); --don't forget create index for best performance on big data CREATE INDEX inx ...