-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.txt
25 lines (21 loc) · 1.23 KB
/
Resources.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Kafka getting started:
https://kafka.apache.org/quickstart
https://www.baeldung.com/kafka-shift-from-zookeeper-to-kraft
https://hellokoding.com/kafka-connect-sinks-data-to-postgres-example-with-avro-schema-registry-and-python/
https://www.baeldung.com/kafka-connectors-guide
https://betterdatascience.com/apache-kafka-in-python-how-to-stream-data-with-producers-and-consumers/
https://kafka-python.readthedocs.io/en/master/usage.html
https://github.com/apache/kafka/blob/dc189a39cc79d45c59fa1762ca9379bdbd85ee34/examples/src/main/java/kafka/examples/Consumer.java
Kafka connect:
https://github.com/Aiven-Open/jdbc-connector-for-apache-kafka
https://kafka.apache.org/documentation.html#connect
https://www.confluent.io/hub/debezium/debezium-connector-postgresql/
https://www.baeldung.com/kafka-docker-connection
https://github.com/confluentinc/cp-demo/blob/7.5.1-post/docker-compose.yml
Postgres docker:
https://www.baeldung.com/ops/postgresql-docker-setup
https://hub.docker.com/_/postgres/
Python virtual environment:
https://www.pythonguis.com/tutorials/python-virtual-environments/#explore-how-python-virtual-environments-work
Chatgpt was used to find a right configuration for Kafka, Kafka Connect and implementation of REST service
https://chatgpt.com/