{"id":22934858,"url":"https://github.com/lhmzhou/radikatz","last_synced_at":"2026-05-06T18:34:04.659Z","repository":{"id":44220488,"uuid":"273802079","full_name":"lhmzhou/radikatz","owner":"lhmzhou","description":"lightweight Vert.x application to show how to interact with Redis","archived":false,"fork":false,"pushed_at":"2022-11-15T23:51:10.000Z","size":18,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T14:45:58.630Z","etag":null,"topics":["redis","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/lhmzhou.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}},"created_at":"2020-06-20T23:44:34.000Z","updated_at":"2020-07-17T22:46:52.000Z","dependencies_parsed_at":"2023-01-23T10:56:37.613Z","dependency_job_id":null,"html_url":"https://github.com/lhmzhou/radikatz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lhmzhou/radikatz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhmzhou%2Fradikatz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhmzhou%2Fradikatz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhmzhou%2Fradikatz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhmzhou%2Fradikatz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lhmzhou","download_url":"https://codeload.github.com/lhmzhou/radikatz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhmzhou%2Fradikatz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271507234,"owners_count":24771823,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":["redis","vertx"],"created_at":"2024-12-14T11:45:31.044Z","updated_at":"2026-05-06T18:34:04.620Z","avatar_url":"https://github.com/lhmzhou.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radikatz\n\n`radikatz` demonstrates how an example Vert.x API interacts with a thread-safe Redis data-structure server shared across different verticle instances.\n\n## Pregaming\n\n- a Redis server instance configured and running on your network\n- JDK8\n- Maven\n\n## Usage\n\nTo run `radikatz`, you'll need a running Redis instance. You can configure the verticles with the following redis host:\n\n```\n{\n    \"redisConfig\": {\n        \"host\": \"redis.8080.cache.com\",\n        \"port\": 8080,\n        \"eventBusAddress\": \"address_where_redis_handler_is_registered\"\n    }\n}\n```\n\n## Build\n\nOn a Mac, you can choose to install redis by running: `brew install redis`. \n\nStart up Redis locally and set the REDISTOGO_URL environment variable:\n\n`$ export REDISTOGO_URL=\"redis://:@localhost:8080\"`\n\nBuild the sample:\n\n```\n$ mvn clean package\n$ java -jar target/radikatz-1.0.0-SNAPSHOT-fat.jar\n[INFO] Scanning for projects...\n[INFO]                                                                         \n[INFO] ------------------------------------------------------------------------\n[INFO] Building radikatz 1.0.0-SNAPSHOT\n[INFO] ------------------------------------------------------------------------\n...\n```\n\n## See Also\n\n[Messaging with Redis](https://spring.io/guides/gs/messaging-redis/)\n\u003c/br\u003e\n[Accessing Data Reactively with Redis](https://spring.io/guides/gs/spring-data-reactive-redis/)\n\u003c/br\u003e\n[JEDIS — Simple guide to use the Java Redis Library](https://medium.com/@karthikcsridhar/jedis-simple-guide-to-use-the-java-redis-library-18267221797b)\n\u003c/br\u003e\n[vertx-awesome](https://github.com/vert-x3/vertx-awesome)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhmzhou%2Fradikatz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flhmzhou%2Fradikatz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhmzhou%2Fradikatz/lists"}