{"id":20807795,"url":"https://github.com/devrezaur/redis-publisher-subscriber","last_synced_at":"2025-12-24T12:16:50.056Z","repository":{"id":198729491,"uuid":"701404167","full_name":"DevRezaur/redis-publisher-subscriber","owner":"DevRezaur","description":"Publisher Subscriber Pattern Demonstration Using Redis \u0026 Spring Boot","archived":false,"fork":false,"pushed_at":"2023-10-10T05:59:38.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T03:46:41.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/DevRezaur.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":"2023-10-06T15:01:22.000Z","updated_at":"2023-10-06T15:47:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"95f6e460-a4ee-4640-8b4c-18961157321e","html_url":"https://github.com/DevRezaur/redis-publisher-subscriber","commit_stats":null,"previous_names":["devrezaur/redis-publisher-subscriber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevRezaur/redis-publisher-subscriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevRezaur%2Fredis-publisher-subscriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevRezaur%2Fredis-publisher-subscriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevRezaur%2Fredis-publisher-subscriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevRezaur%2Fredis-publisher-subscriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevRezaur","download_url":"https://codeload.github.com/DevRezaur/redis-publisher-subscriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevRezaur%2Fredis-publisher-subscriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28002266,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-17T19:42:41.548Z","updated_at":"2025-12-24T12:16:50.042Z","avatar_url":"https://github.com/DevRezaur.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publisher Subscriber Pattern Demonstration Using Redis\n\n---\n\n## Instructions To Run The Project\n\n### Step 01:\n\nFrom the parent directory `redis-publisher-subscriber` type the below commands to navigate to the `docker-compose`\ndirectory and start the redis server.\n\n```bash\ncd ./docker-compose\ndocker compose up\n```\n\n### Step 02:\n\nStart the `publisher-service` and `subscriber-service` application.\n\n### Step 03:\n\nNow execute the below CURL to publish an event.\n\n```bash\ncurl --location --request POST 'localhost:8080/publish' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"orderId\": \"oder-1\",\n    \"userId\": \"12345\",\n    \"productName\": \"Some product\",\n    \"price\": 200,\n    \"quantity\": 1\n}'\n```\n\nOnce an event is published, `subscriber-service` will listen to that. And consume the event. You can check the log of\n`subscriber-service` for that.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrezaur%2Fredis-publisher-subscriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrezaur%2Fredis-publisher-subscriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrezaur%2Fredis-publisher-subscriber/lists"}