{"id":20823353,"url":"https://github.com/snithish/kafka-perf","last_synced_at":"2026-04-22T11:02:54.186Z","repository":{"id":82567871,"uuid":"491180450","full_name":"snithish/kafka-perf","owner":"snithish","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-16T19:17:53.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T16:57:04.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/snithish.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-05-11T15:59:28.000Z","updated_at":"2022-05-11T16:04:59.000Z","dependencies_parsed_at":"2023-03-06T09:15:36.915Z","dependency_job_id":null,"html_url":"https://github.com/snithish/kafka-perf","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/snithish%2Fkafka-perf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snithish%2Fkafka-perf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snithish%2Fkafka-perf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snithish%2Fkafka-perf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snithish","download_url":"https://codeload.github.com/snithish/kafka-perf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172125,"owners_count":20247885,"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-17T22:18:11.438Z","updated_at":"2025-12-25T11:55:59.583Z","avatar_url":"https://github.com/snithish.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka Checks\n\n1. Clone the repository using \n```sh\ngit clone https://github.com/snithish/kafka-perf.git\ncd kafka-perf\n```\n\n2. Create Python Virtualenv\n```sh\npython3 -m venv venv\n```\n\n3. Activate virtual env\n```sh\nsource venv/bin/activate\n```\n4. Install dependencies\n```sh\npip install -r requirements.txt\n```\n\n5. Download a large dataset we use the NYC Taxi Dataset (1GB)\n```sh\n wget https://nyc-tlc.s3.amazonaws.com/trip+data/fhvhv_tripdata_2022-02.csv\n```\n\n6. Use docker compose to bring up kafka\n```sh\ndocker-compose up -d --force-recreate\n```\n\n7. Use the below command to create a topic\n```sh\ndocker exec --interactive --tty broker \\\nkafka-console-producer --bootstrap-server broker:9092 \\\n                       --topic quickstart\n```\n\n7. Run the producer script, you can edit script to increase rows sent to kafka\n```sh\npython3 producer.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnithish%2Fkafka-perf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnithish%2Fkafka-perf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnithish%2Fkafka-perf/lists"}