{"id":50957329,"url":"https://github.com/gitrasheed/feastly-delivery","last_synced_at":"2026-06-18T09:02:40.147Z","repository":{"id":315458628,"uuid":"1058611858","full_name":"gitRasheed/feastly-delivery","owner":"gitRasheed","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-21T20:43:01.000Z","size":323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-21T22:58:20.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gitRasheed.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T10:13:00.000Z","updated_at":"2026-01-21T20:43:04.000Z","dependencies_parsed_at":"2025-09-18T19:53:39.684Z","dependency_job_id":"65165c66-b85e-41a6-a722-d99936b3f1c0","html_url":"https://github.com/gitRasheed/feastly-delivery","commit_stats":null,"previous_names":["gitrasheed/feastly-delivery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gitRasheed/feastly-delivery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2Ffeastly-delivery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2Ffeastly-delivery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2Ffeastly-delivery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2Ffeastly-delivery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitRasheed","download_url":"https://codeload.github.com/gitRasheed/feastly-delivery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2Ffeastly-delivery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34483284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":"2026-06-18T09:02:35.990Z","updated_at":"2026-06-18T09:02:40.138Z","avatar_url":"https://github.com/gitRasheed.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feastly Delivery\n\nA food delivery platform built with **Kotlin**, **Spring Boot 3**, and **microservices architecture**. Demonstrates event-driven design, saga orchestration, and modern observability patterns.\n\n## Tech Stack\n\n- **Language**: Kotlin 2.0, Java 21\n- **Framework**: Spring Boot 3.4\n- **Messaging**: Apache Kafka (KRaft mode)\n- **Database**: PostgreSQL 15\n\n- **Observability**: Prometheus, Grafana, Loki, Tempo\n- **Build**: Gradle with Kotlin DSL\n\n\n## Quick Start\n\n### Prerequisites\n- Docker \u0026 Docker Compose\n- Java 21 (for local development)\n\n### 1. Clone and configure\n\n```bash\ncp infra/.env.example infra/.env\n```\n\n### 2. Start all services\n\n```bash\ndocker compose -f infra/docker-compose.yml up --build\n```\n\n### 3. Run locally (development)\n\n```bash\ndocker compose -f infra/docker-compose.yml up postgres kafka redis -d\n\n./gradlew :order-service:bootRun\n```\n\n## Services\n\n| Service | Port | Description |\n|---------|------|-------------|\n| order-service | 8080 | Order management, saga orchestration |\n| dispatch-service | 8081 | Driver assignment, delivery tracking |\n| driver-tracking-service | 8082 | Real-time driver location |\n| user-service | 8083 | User profiles, addresses |\n| restaurant-service | 8084 | Restaurant \u0026 menu management |\n\n## Infrastructure\n\n| Component | Port | URL |\n|-----------|------|-----|\n| PostgreSQL | 5432 | `localhost:5432` |\n| Kafka | 9092 | `localhost:9092` |\n| Prometheus | 9090 | http://localhost:9090 |\n| Grafana | 3000 | http://localhost:3000 |\n| Loki | 3100 | http://localhost:3100 |\n| Tempo | 4317/3200 | OTLP: `localhost:4317` |\n\n## API Documentation\n\nEach service exposes OpenAPI documentation:\n\n- Order Service: http://localhost:8080/swagger-ui.html\n- Dispatch Service: http://localhost:8081/swagger-ui.html\n- Driver Tracking: http://localhost:8082/swagger-ui.html\n\n## Build \u0026 Test\n\n```bash\n# Build all modules\n./gradlew build\n\n# Run tests\n./gradlew test\n\n# Run with test reports\n./gradlew build --scan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitrasheed%2Ffeastly-delivery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitrasheed%2Ffeastly-delivery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitrasheed%2Ffeastly-delivery/lists"}