-
Notifications
You must be signed in to change notification settings - Fork 1
BigDataSchoolRU/kafka-and-ml
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
docker exec -it kafka /bin/sh cd opt/kafka_2.13-2.8.1/bin kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 1 --topic first_kafka_topic kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 1 --topic diabet_kafka_topic kafka-topics.sh --list --zookeeper zookeeper:2181 CREATE TABLE ml_predict ( predict VARCHAR ( 50 ) NOT NULL)
About
Kafka and maching learning
Resources
Stars
Watchers
Forks
Releases
No releases published