{"id":16102137,"url":"https://github.com/singingbush/vertx-example","last_synced_at":"2026-04-21T09:31:42.974Z","repository":{"id":141790051,"uuid":"415914749","full_name":"SingingBush/vertx-example","owner":"SingingBush","description":"Example micro-service using Vert.x","archived":false,"fork":false,"pushed_at":"2024-02-08T18:16:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-05T16:41:13.508Z","etag":null,"topics":["vertx"],"latest_commit_sha":null,"homepage":"","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/SingingBush.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":"2021-10-11T12:23:01.000Z","updated_at":"2021-10-11T14:21:33.000Z","dependencies_parsed_at":"2024-02-08T19:29:16.263Z","dependency_job_id":"7c8cec99-8466-4806-bdb3-f5367139bfbd","html_url":"https://github.com/SingingBush/vertx-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SingingBush/vertx-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SingingBush%2Fvertx-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SingingBush%2Fvertx-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SingingBush%2Fvertx-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SingingBush%2Fvertx-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SingingBush","download_url":"https://codeload.github.com/SingingBush/vertx-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SingingBush%2Fvertx-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"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":["vertx"],"created_at":"2024-10-09T18:52:22.748Z","updated_at":"2026-04-21T09:31:42.936Z","avatar_url":"https://github.com/SingingBush.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vert.x Example\n==============\n\n[![Maven](https://github.com/SingingBush/vertx-example/actions/workflows/maven.yml/badge.svg)](https://github.com/SingingBush/vertx-example/actions/workflows/maven.yml)\n\nThis example project was put together to evaluate the potential of using Vert.x instead of Spring Boot. Vert.x is a lot more light weight and will boot much faster than a typical Spring application. This will be better in a cloud environment such as AWS where being able to to auto-scale rapidly is important.\n\n| URL | purpose |\n| -- | -- |\n| http://localhost:8888/metrics | prometheus metrics endpoint |\n| http://localhost:8888/joke | makes an async call to icanhazdadjoke.com then returns text/plain |\n| http://localhost:8888/jokes | makes an async call to icanhazdadjoke.com then returns json |\n| http://localhost:8888/greeting | returns a random greeting string as text/plain |\n\n# Run the application\n\n```\nmvn clean compile exec:java\n```\n\n# Build an executable jar (fat jar) and run it\n\n```\nmvn clean package\njava -jar target/vertx-example-1.0.0-SNAPSHOT-fat.jar\n```\n\n# Build and run in a local docker container\n\n```\ndocker build -t vertx-example .\ndocker run -dp 8888:8888 vertx-example\n```\n\n# Addition Resources\n\n* https://vertx.io/docs/[Vert.x Documentation]\n* https://stackoverflow.com/questions/tagged/vert.x?sort=newest\u0026pageSize=15[Vert.x Stack Overflow]\n* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]\n* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingingbush%2Fvertx-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingingbush%2Fvertx-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingingbush%2Fvertx-example/lists"}