{"id":22775224,"url":"https://github.com/than-dev/kafka-rabbitmq","last_synced_at":"2026-04-09T09:36:18.751Z","repository":{"id":122461954,"uuid":"391049278","full_name":"than-dev/kafka-rabbitmq","owner":"than-dev","description":"A micro-services integration using Apache Kafka, RabbitMQ and nodejs, all communications are stable and already to implement your application logic!","archived":false,"fork":false,"pushed_at":"2022-04-16T21:59:35.000Z","size":1912,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T14:48:53.948Z","etag":null,"topics":["api","backend","docker","docker-compose","full-cycle-development","kafka","microservices","nodejs","rabbitmq","shell-script","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/than-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-07-30T12:01:56.000Z","updated_at":"2023-02-08T12:58:33.000Z","dependencies_parsed_at":"2024-06-06T07:06:08.497Z","dependency_job_id":null,"html_url":"https://github.com/than-dev/kafka-rabbitmq","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/than-dev%2Fkafka-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/than-dev%2Fkafka-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/than-dev%2Fkafka-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/than-dev%2Fkafka-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/than-dev","download_url":"https://codeload.github.com/than-dev/kafka-rabbitmq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320198,"owners_count":20758410,"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":["api","backend","docker","docker-compose","full-cycle-development","kafka","microservices","nodejs","rabbitmq","shell-script","ubuntu"],"created_at":"2024-12-11T18:26:30.072Z","updated_at":"2025-12-30T23:16:55.968Z","avatar_url":"https://github.com/than-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e Microservices base \u003c/h2\u003e\r\n\r\n\u003ch3 align=\"center\"KAFKA \u0026 RabbitMQ Micro-Services Integration - NodeJS\u003c/h3\u003e\r\n\r\n\u003cdiv align=\"right\"\u003e\r\n\r\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\r\n\r\n\u003c/div\u003e \r\n\r\n---\r\n\r\n## 📝 Table of Contents\r\n\r\n- [About](#about)\r\n- [Getting Started](#getting_started)\r\n- [Usage](#usage)\r\n- [Built Using](#built_using)\r\n- [Authors](#author)\r\n\r\n\u003cbr\u003e\r\n\r\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\r\n\r\n* Purpose of this project was build a micro-services integration to learn use KAFKA and RabbitMQ with nodeJS, user do request to theoretically get a certificate, kafka producer sends a message to kafka consumer, it generate the certified and return it, kafka consumer also send a message to RabbitMQ queue with certified information which is consumed and a email theoretically is sended warning user his certificate is ready!\r\n\u003cbr\u003e\r\n\u003cbr\u003e\r\n\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\r\n\u003cbr\u003e\r\n\r\n### Installing\r\n```\r\ngit clone https://github.com/NathanCotrim/Kafka-RabbitmQ-NodeJS.git\r\n```\r\n\r\nor - (GitHub CLI)\r\n\r\n```\r\ngh repo clone NathanCotrim/Kafka-RabbitmQ-NodeJS\r\n```\r\n\u003cbr\u003e\r\n\r\n## Unix OS:\r\nif you have not one of these dependencies: nodeJS, docker and docker-compose, execute install.sh shell script:\r\n```\r\nsh _install.sh \r\n``` \r\n\r\n\u003cbr\u003e\r\n\r\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e \r\n\u003cbr\u003e\r\n\r\n### Running\r\nwith all dependencies already, execute _run.sh shell script:\r\n```\r\nsh _run.sh\r\n```\r\nAll Micro-Services will execute in background, to stop they just press C^!\r\n\r\n\u003cbr\u003e\r\n\r\nThis command up all containers, to stop they execute: \r\n```\r\nsudo docker-compose down\r\n```\r\n\r\nand rebuilt with:\r\n```\r\nsudo docker-compose up -d\r\n```\r\n\r\n\u003cbr\u003e\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n### To do the request:\r\n```\r\ncurl http://localhost:3000/certificate -X POST\r\n```\r\n\u003cbr\u003e\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n### You can manage KAFKA and RabbitMQ at:\r\n\r\n\u003cbr\u003e\r\n\r\n#### RabbitMQ:\r\n```\r\nhttp://localhost:15672/\r\n```\r\n\r\n\u003cbr\u003e\r\n\r\n#### Username = admin\r\n#### Password = admin\r\n\r\n\u003cbr\u003e\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n#### KAFKA:\r\n\r\n```\r\nhttp://localhost:19000/\r\n```\r\n\r\n\u003cbr\u003e\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n\r\n#### OBS: After you run, a file named nohup.out will be created at api folder, in there all api logs will appear!\r\n\u003cimg src=\"https://raw.githubusercontent.com/NathanCotrim/Kafka-RabbitmQ-NodeJS/assets/Screenshot%20from%202021-08-04%2008-36-08.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\r\n\r\n\u003cbr\u003e\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n#### If RabbitMQ queue do not auto create, you can do it at 'http://localhost:15672/':\r\n\u003cimg src=\"https://raw.githubusercontent.com/NathanCotrim/Kafka-RabbitmQ-NodeJS/assets/Screenshot.png\" width=\"100%\" alt=\"Project logo\"\u003e\u003c/a\u003e\r\n\r\n\u003chr\u003e\r\n\r\n\u003cimg src=\"https://raw.githubusercontent.com/NathanCotrim/Kafka-RabbitmQ-NodeJS/assets/Screenshot%20(1).png\" width=\"100%\" alt=\"Project logo\"\u003e\u003c/a\u003e\r\n\r\n\u003chr\u003e\r\n\r\n\u003cimg src=\"https://raw.githubusercontent.com/NathanCotrim/Kafka-RabbitmQ-NodeJS/assets/Screenshot%20(2).png\" width=\"100%\" alt=\"Project logo\"\u003e\u003c/a\u003e\r\n\r\n\u003cbr\u003e\r\n\u003chr\u003e\r\n\u003cbr\u003e\r\n\r\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\r\n\r\n- [NodeJs](https://nodejs.org/en/) - Server Environment\r\n- [Docker](https://www.docker.com/) - Containers \r\n- [Docker-Compose](https://docs.docker.com/compose/) - Containers-Group \r\n\r\n\u003cbr\u003e\r\n\r\n## ✍️ Author - \u003ca name = \"author\"\u003eNathan Cotrim - MIT License\u003c/a\u003e\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthan-dev%2Fkafka-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthan-dev%2Fkafka-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthan-dev%2Fkafka-rabbitmq/lists"}