{"id":19541559,"url":"https://github.com/genesisblock3301/event-driven-architecture-with-python","last_synced_at":"2026-06-07T20:31:27.248Z","repository":{"id":117979412,"uuid":"555205546","full_name":"GenesisBlock3301/event-driven-architecture-with-python","owner":"GenesisBlock3301","description":"Implement Event driven architecture using python and kafka","archived":false,"fork":false,"pushed_at":"2022-10-21T06:33:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-08T18:47:07.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenesisBlock3301.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-21T06:12:52.000Z","updated_at":"2022-10-21T06:39:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1494a2b-a0b7-4b81-862c-df42135f9c11","html_url":"https://github.com/GenesisBlock3301/event-driven-architecture-with-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenesisBlock3301%2Fevent-driven-architecture-with-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenesisBlock3301%2Fevent-driven-architecture-with-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenesisBlock3301%2Fevent-driven-architecture-with-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenesisBlock3301%2Fevent-driven-architecture-with-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenesisBlock3301","download_url":"https://codeload.github.com/GenesisBlock3301/event-driven-architecture-with-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240795320,"owners_count":19858790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T03:11:04.012Z","updated_at":"2026-06-07T20:31:27.113Z","avatar_url":"https://github.com/GenesisBlock3301.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Docker env setup\ndocker-compose.yml\n```yml\nversion: '2'\nservices:\n  zookeeper:\n    image: confluentinc/cp-zookeeper:latest\n    environment:\n      ZOOKEEPER_CLIENT_PORT: 2181\n      ZOOKEEPER_TICK_TIME: 2000\n    ports:\n      - 22181:2181\n\n  kafka:\n    image: confluentinc/cp-kafka:5.3.1\n    depends_on:\n      - zookeeper\n    ports:\n      - 29092:29092\n    environment:\n      KAFKA_BROKER_ID: 1\n      KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181\n      KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://localhost:29092\n      KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT\n      KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT\n      KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1\n```\n\n## Install Python Env\n```python\npip3 install -r requirements.txt\n```\n\n## How to run:\nopen four terminal and run all four files parallely.\n```python\norder_backend.py\ntransaction.py\nemail.py\nanalytics.py\n```\n\n\nknow more about that watch this video: \nhttps://www.youtube.com/watch?v=qi7uR3ItaOY\u0026ab_channel=CodewithIrtiza","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenesisblock3301%2Fevent-driven-architecture-with-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenesisblock3301%2Fevent-driven-architecture-with-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenesisblock3301%2Fevent-driven-architecture-with-python/lists"}