{"id":36618104,"url":"https://github.com/yonatankarp/xkcd-data-hub","last_synced_at":"2026-01-12T09:15:23.549Z","repository":{"id":241400898,"uuid":"805771968","full_name":"yonatankarp/xkcd-data-hub","owner":"yonatankarp","description":"An over engineered project to fetch XKCD comics from their RSS api and serve it to a client with nice functionality","archived":false,"fork":false,"pushed_at":"2025-12-18T20:17:28.000Z","size":712,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T11:09:48.787Z","etag":null,"topics":["docker","docker-compose","elasticsearch","kafka","koin","kotlin","ktor","microservice","openapi","postgresql","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/yonatankarp.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":".github/codeowners","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-25T12:14:46.000Z","updated_at":"2025-12-18T20:17:30.000Z","dependencies_parsed_at":"2024-06-29T08:37:06.337Z","dependency_job_id":"ae03c26c-d608-40e1-a9d5-20cd9e02f924","html_url":"https://github.com/yonatankarp/xkcd-data-hub","commit_stats":null,"previous_names":["yonatankarp/xkcd-data-hub","yonatankarprudin/xkcd-data-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yonatankarp/xkcd-data-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonatankarp%2Fxkcd-data-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonatankarp%2Fxkcd-data-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonatankarp%2Fxkcd-data-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonatankarp%2Fxkcd-data-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yonatankarp","download_url":"https://codeload.github.com/yonatankarp/xkcd-data-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonatankarp%2Fxkcd-data-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","elasticsearch","kafka","koin","kotlin","ktor","microservice","openapi","postgresql","spring-boot"],"created_at":"2026-01-12T09:15:21.105Z","updated_at":"2026-01-12T09:15:23.543Z","avatar_url":"https://github.com/yonatankarp.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XKCD Data Hub\n\n![XKCD](https://imgs.xkcd.com/comics/git_commit.png)\n\nWelcome to the XKCD Data Hub! 👋\n\nImagine fetching your favorite XKCD comics, streaming them to a service that\nneatly organizes everything using some cool engineering tricks, and then serving\nit all up to your eager fingertips. That's what this project is all about! 🎉\n\n## Features\n\n- Fetch the latest XKCD comic information.\n- Stream data to a projection service using CQRS and the outbox pattern.\n- Serve data from an Event Store to the client.\n- Easy setup and deployment using Docker Compose.\n\n## Table of Contents\n\n1. [Setup and Installation](#setup-and-installation)\n2. [Architecture](#architecture)\n\n## Setup and Installation\n\n### Prerequisites\n\n- Docker and Docker Compose\n- JDK 21 or higher\n- Kotlin 2.0 or higher\n- Gradle build system\n\n### Steps to Run the Project Locally\n\n1. **Clone the Repository:**\n\n   ```sh\n   $ git clone https://github.com/yonatankarp/xkcd-data-hub.git\n   $ cd xkcd-data-hub\n   $ git submodule update --init --recursive\n   ```\n2. **Build the Project:**\n\n   ```sh\n   ./gradlew build\n   ```\n3. **Run the Infrastructure using Docker Compose:**\n\n   ```sh\n   docker-compose up -d\n   ```\n\n   This will start all the necessary infrastructure including databases,\n   message brokers, and any other related components.\n\n### Architecture\n\nThe project contains multiple submodules. Here's a brief overview of each:\n* [Gateway](./gateway/README) - A facade for the client application to interact\nwith.\n* [Fetcher](./fetcher/README) - Built using ktor, collects information about\nXKCD comics, and streams it to the projection service.\n* [Data Processor](./data-processor/README) - stores and serves XKCD comic data\nto clients.\n* [Client Application](./client-app/README) - provides a user interface to\ninteract with the XKCD data via API.\n\n### Target Architecture\n\nThe following diagram describes the end goal of this repository:\n\n![target architecture](docs/c4/architecture.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonatankarp%2Fxkcd-data-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonatankarp%2Fxkcd-data-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonatankarp%2Fxkcd-data-hub/lists"}