# vertica_kafka **Repository Path**: null_334/vertica_kafka ## Basic Information - **Project Name**: vertica_kafka - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Vertica and Kafka Integration Demo Vertica and Kafka integration demo ========== This is simple CLI demo, **demo.sh**, for integraton between Vertica and Kafka. It provide some "tools" to startup/stop kafka cluster, config Vertica microbatch, start/stop producer/consumer, and monitor. * -t toolName * -d . just show the commands, will not run them really. Usage: ./demo.sh -h ---------- ![help](./imgs/help.png) Monitoring: ./demo.sh -t mon ---------- ![monitoring](./imgs/monitoring.png) Note: ---------- * maybe you need re-compile **vmart_gen** from **generator** directory if your system is not RHEL6.x-64. * before use **-t mon** to get status of kafka, you'd install libs/librdkafka-0.9.1.tgz first.