{"id":13807983,"url":"https://github.com/sczyh30/vertx-kue","last_synced_at":"2025-10-23T15:30:24.099Z","repository":{"id":96192532,"uuid":"57096514","full_name":"sczyh30/vertx-kue","owner":"sczyh30","description":"Vert.x Blueprint Project - Vert.x Kue, a priority task queue powered by Vert.x","archived":false,"fork":false,"pushed_at":"2018-07-10T20:18:49.000Z","size":885,"stargazers_count":139,"open_issues_count":4,"forks_count":34,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-01-30T19:07:41.153Z","etag":null,"topics":["job-scheduler","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sczyh30.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}},"created_at":"2016-04-26T03:58:37.000Z","updated_at":"2024-12-14T15:34:36.000Z","dependencies_parsed_at":"2023-06-12T11:15:46.598Z","dependency_job_id":null,"html_url":"https://github.com/sczyh30/vertx-kue","commit_stats":null,"previous_names":["sczyh30/vertx-blueprint-job-queue"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczyh30%2Fvertx-kue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczyh30%2Fvertx-kue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczyh30%2Fvertx-kue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczyh30%2Fvertx-kue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sczyh30","download_url":"https://codeload.github.com/sczyh30/vertx-kue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843786,"owners_count":19375204,"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":["job-scheduler","redis","vertx"],"created_at":"2024-08-04T01:01:33.206Z","updated_at":"2025-10-23T15:30:23.355Z","avatar_url":"https://github.com/sczyh30.png","language":"Java","funding_links":[],"categories":["Examples"],"sub_categories":[],"readme":"# Vert.x Kue\n\n[![Build Status](https://travis-ci.org/sczyh30/vertx-kue.svg?branch=master)](https://travis-ci.org/sczyh30/vertx-kue)\n\n**Vert.x Kue** is a priority task queue developed with Vert.x and backed by **Redis**.\nIt's a Vert.x implementation version of [Automattic/kue](https://github.com/Automattic/kue).\n\nThis blueprint is an introduction to **message-based application development using Vert.x**.\n\n## Detailed Document\n\nDetailed documents and tutorials:\n\n- [English Version](http://sczyh30.github.io/vertx-kue/kue-core/index.html)\n- [中文文档](http://sczyh30.github.io/vertx-kue/cn/kue-core/index.html)\n\n## Features\n\n- Job priority\n- Delayed jobs\n- Process many jobs simultaneously\n- Job and queue event\n- Optional retries with backoff\n- RESTful JSON API\n- Rich integrated UI (with the help of Automattic/kue's UI)\n- UI progress indication\n- Job specific logging\n- Future-based asynchronous model\n- Polyglot language support\n- Powered by Vert.x!\n\nFor the detail of the features, please see [Vert.x Kue Features](docs/en/vertx-kue-features-en.md).\n\n## Build/Run\n\nFirst build the code:\n\n```\ngradle build -x test\n```\n\n### Run in local\n\nVert.x Kue requires Redis running:\n\n```\nredis-server\n```\n\nThen we can run the example:\n\n```\njava -jar kue-core/build/libs/vertx-blueprint-kue-core.jar -cluster\njava -jar kue-http/build/libs/vertx-blueprint-kue-http.jar -cluster\njava -jar kue-example/build/libs/vertx-blueprint-kue-example.jar -cluster\n```\n\nThen you can visit `http://localhost:8080` to inspect the queue via Kue UI in the browser.\n\n![](docs/images/vertx_kue_ui_1.png)\n\n### Run with Docker Compose\n\nTo run Vert.x Kue with Docker Compose:\n\n```\ndocker-compose up --build\n```\n\nThen you can run your applications in the terminal. For example:\n\n```\njava -jar kue-example/build/libs/vertx-blueprint-kue-example.jar -cluster\n```\n\n# Architecture\n\n![Diagram - How Vert.x Kue works](https://raw.githubusercontent.com/sczyh30/vertx-kue/master/docs/images/kue_diagram.png)\n\n## Want to improve this blueprint ?\n\nForks and PRs are definitely welcome !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsczyh30%2Fvertx-kue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsczyh30%2Fvertx-kue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsczyh30%2Fvertx-kue/lists"}