{"id":27222251,"url":"https://github.com/up2code/spring-wikimedia-kafka","last_synced_at":"2025-04-10T08:57:49.495Z","repository":{"id":270683248,"uuid":"904841184","full_name":"up2code/spring-wikimedia-kafka","owner":"up2code","description":"This project to demonstrate how to integrate with Kafka in Spring Boot.","archived":false,"fork":false,"pushed_at":"2025-01-02T10:51:51.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T11:31:08.156Z","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/up2code.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":"2024-12-17T16:47:29.000Z","updated_at":"2025-01-02T10:51:55.000Z","dependencies_parsed_at":"2025-01-02T11:31:16.719Z","dependency_job_id":"b0c1f6ef-b83d-4e63-9d73-483d3d2401e0","html_url":"https://github.com/up2code/spring-wikimedia-kafka","commit_stats":null,"previous_names":["up2code/spring-wikimedia-kafka"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up2code%2Fspring-wikimedia-kafka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up2code%2Fspring-wikimedia-kafka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up2code%2Fspring-wikimedia-kafka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up2code%2Fspring-wikimedia-kafka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/up2code","download_url":"https://codeload.github.com/up2code/spring-wikimedia-kafka/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190448,"owners_count":21062278,"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":"2025-04-10T08:57:48.958Z","updated_at":"2025-04-10T08:57:49.482Z","avatar_url":"https://github.com/up2code.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka with Spring Boot Webflux\n\nThis project to demonstrate how to integrate with Kafka in Spring Boot.\n\n## Overview\n\n```mermaid\nsequenceDiagram\n    Wikimedia-\u003e\u003eSpring Boot: Event\n    Spring Boot-\u003e\u003eKafka: Produce\n    Kafka-\u003e\u003eSpring Boot: Consume\n    Spring Boot-\u003e\u003eOpenSearch: Push\n```\n\nThis application will fetch events from wikimedia SSE and push into Kafka topic `wikimedia.recentchange`.\nAlso consume message from this topic and push into OpenSearch.\n\n### Getting Started\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/up2code/spring-wikimedia-kafka.git\n    cd spring-wikimedia-kafka\n    ```\n\n2. **Start the Docker containers:**\n    ```sh\n    docker-compose up -d\n    ```\n\n3. **Build the project:**\n    ```sh\n    ./mvnw clean install\n    ```\n\n4. **Run the application:**\n    ```sh\n    ./mvnw spring-boot:run\n    ```\n\n### Accessing the Application\n\n- The application will be running at: `http://localhost:38080` (Change port at `src/main/resources/application.properties`)\n- OpenSearch: `http://localhost:5601`\n- Kafka UI: `http://localhost:8080`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fup2code%2Fspring-wikimedia-kafka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fup2code%2Fspring-wikimedia-kafka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fup2code%2Fspring-wikimedia-kafka/lists"}