{"id":15508205,"url":"https://github.com/jponge/vertx-devoxxfr19-demos","last_synced_at":"2025-04-23T02:24:04.193Z","repository":{"id":66511441,"uuid":"181474750","full_name":"jponge/vertx-devoxxfr19-demos","owner":"jponge","description":"Vert.x demos for our session at Devoxx France 2019","archived":false,"fork":false,"pushed_at":"2020-01-23T15:52:22.000Z","size":86,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-20T22:24:40.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cfp.devoxx.fr/2019/talk/ULH-5772/Du_reactif_au_service_du_pneu_connecte","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jponge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-04-15T11:41:50.000Z","updated_at":"2023-07-13T13:50:40.000Z","dependencies_parsed_at":"2023-07-08T01:15:21.520Z","dependency_job_id":null,"html_url":"https://github.com/jponge/vertx-devoxxfr19-demos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvertx-devoxxfr19-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvertx-devoxxfr19-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvertx-devoxxfr19-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvertx-devoxxfr19-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jponge","download_url":"https://codeload.github.com/jponge/vertx-devoxxfr19-demos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250355551,"owners_count":21416926,"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":"2024-10-02T09:36:29.026Z","updated_at":"2025-04-23T02:24:04.184Z","avatar_url":"https://github.com/jponge.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devoxx France 2019 Eclipse Vert.x demo\n\nInitial implementation by [Julien Ponge](https://julien.ponge.org/) at _Red Hat, Inc_.\n\n## Scenario\n\nThis demo shows various aspects of Vert.x around the toy scenario of tyres that send pressure updates to some backend.\n\nIt especially shows:\n\n* HTTP APIs to store and query data in MongoDB,\n* implementation of a _edge service_ with RxJava2 that aggregates data from 3 other HTTP services,\n* Kafka-based event streaming with live updates to a web application plugged on the Vert.x event-bus.\n\n## How to run it\n\nJust enjoy live reload\n\n    # In one terminal\n    $ docker compose-up\n\n    # In a second terminal\n    $ ./gradlew vertxRun\n\n    # In a third terminal, have fun with the APIs:\n    $ http POST :3000/ingest tyreId=123 pressure:=12.5\n    # (...)\n\nThe Kafka example is not running from the `vertxRun` task to avoid polluting the logs, you can just run each instance from the `main` method of the classes in `demo.eventdriven` from your IDE.\n\n## How to generate some workload\n\nSee `locustfile.py` with sections to uncomment to generate traffic to the HTTP APIs with [Locust](https://locust.io/).\n\nIt's not worth focusing on the reported data, since all instances are running as single verticles, and everything happens on the same machine anyway.\nI also have no idea of how _correct_ Locust is, especially with respect to _coordinated omission_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjponge%2Fvertx-devoxxfr19-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjponge%2Fvertx-devoxxfr19-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjponge%2Fvertx-devoxxfr19-demos/lists"}