{"id":19656437,"url":"https://github.com/daggerok/product-delivery","last_synced_at":"2026-01-28T23:33:54.278Z","repository":{"id":151041941,"uuid":"523908573","full_name":"daggerok/product-delivery","owner":"daggerok","description":"Event-driven application uses React, reactive Spring Boot WebFlux, R2DBC, MySQL and Liquibase","archived":false,"fork":false,"pushed_at":"2022-08-12T00:39:49.000Z","size":67,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T21:09:01.039Z","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/daggerok.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":"2022-08-12T00:34:16.000Z","updated_at":"2023-05-17T13:34:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"0215cf51-5f59-46fc-901d-403781da89e5","html_url":"https://github.com/daggerok/product-delivery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/product-delivery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fproduct-delivery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fproduct-delivery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fproduct-delivery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fproduct-delivery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/product-delivery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fproduct-delivery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28855177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-11T15:27:47.774Z","updated_at":"2026-01-28T23:33:54.254Z","avatar_url":"https://github.com/daggerok.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product delivery [![tests](https://github.com/daggerok/product-delivery/actions/workflows/tests.yml/badge.svg)](https://github.com/daggerok/product-delivery/actions/workflows/tests.yml)\nEvent-driven application uses React, reactive Spring Boot WebFlux, R2DBC, MySQL and Liquibase\n\nStatus: IN PROGRESS\n\n```bash\nif [[ \"\" != `docker ps -aq` ]] ; then docker rm -f -v `docker ps -aq` ; fi\n\ndocker run -d --rm --name mysql --platform=linux/x86_64 \\\n  --health-cmd='mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD || exit 1' \\\n  --health-start-period=1s --health-retries=1111 --health-interval=1s --health-timeout=5s \\\n  -e MYSQL_ROOT_PASSWORD=app-password -e MYSQL_DATABASE=app-database \\\n  -e MYSQL_USER=app-user -e MYSQL_PASSWORD=app-password \\\n  -p 3306:3306 \\\n  mysql:8.0.30\n\nwhile [[ $(docker ps -n 1 -q -f health=healthy -f status=running | wc -l) -lt 1 ]] ; do\n  sleep 3 ; echo -n '.'\ndone\n\nsleep 15; echo 'MySQL is ready.'\n\n./mvnw -f app clean compile spring-boot:run\n\nhttp --ignore-stdin post :8080/api/v1/delivery budget=50 notes='Pick 2 pizzas and deliver to customer'\nhttp --ignore-stdin  get :8080/api/v1/delivery\nhttp --ignore-stdin  put :8080/api/v1/delivery/1/created\nhttp --ignore-stdin  put :8080/api/v1/delivery/1/cancelled\n\n./mvnw -f app spring-boot:stop\ndocker stop mysql\n```\n\n# Links\n* [YouTube: Event-Driven Architecture with React and FastAPI – Full Course](https://www.youtube.com/watch?v=NVvIpqmf_Xc\u0026ab_channel=freeCodeCamp.org)\n\n\n\u003c!--\n\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.7.2/maven-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.7.2/maven-plugin/reference/html/#build-image)\n* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.3.22/spring-framework-reference/languages.html#coroutines)\n* [Spring Data R2DBC](https://docs.spring.io/spring-boot/docs/2.7.2/reference/htmlsingle/#data.sql.r2dbc)\n* [Spring Reactive Web](https://docs.spring.io/spring-boot/docs/2.7.2/reference/htmlsingle/#web.reactive)\n* [Liquibase Migration](https://docs.spring.io/spring-boot/docs/2.7.2/reference/htmlsingle/#howto.data-initialization.migration-tool.liquibase)\n* [RSocket](https://rsocket.io/)\n* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/)\n* [Acessing data with R2DBC](https://spring.io/guides/gs/accessing-data-r2dbc/)\n* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/)\n* [R2DBC Homepage](https://r2dbc.io)\nMake sure to include a [R2DBC Driver](https://r2dbc.io/drivers/) to connect to your database.\n\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fproduct-delivery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fproduct-delivery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fproduct-delivery/lists"}