Skip to content

erikbeebe/streaming_data_meetup_sep_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudera Streaming Data Meetup

September 21, 2022 (online only)

If you missed the meetup, here's the recorded link:

https://www.youtube.com/watch?v=s80sz3NWwHo

Installing CSP-CE/Community edition for Docker:

https://docs.cloudera.com/csp-ce/latest/installation/topics/csp-ce-installing-ce.html

Sample streams data

  • honeypot_login_attempts.json contains raw SSH connection attempts
  • honeypot_successful_hack.json contains an artificial successful login from an attacker

To load data into Kafka

$ docker run -i --network cspce_csp-ce-net confluentinc/cp-kafkacat kafkacat -b cspce_kafka_1:9092 -t honeypot_logs -u -e -P < honeypot_login_attempts.json
$ docker run -i --network cspce_csp-ce-net confluentinc/cp-kafkacat kafkacat -b cspce_kafka_1:9092 -t honeypot_logs -u -e -P < honeypot_successful_hack.json

Note - adjust docker network name as required, if yours does not match. You can find the name with:

$ docker network ls

About

Streaming Meetup (SQL StreamBuilder/Flink) Example Data - September, 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published