vertx-kue
Vert.x Blueprint Project - Vert.x Kue, a priority task queue powered by Vert.x
File Explorer
Download Latest Version (.zip)- docker-compose.yml
- doc-core.md
- doc-core.toc.md
- doc-http.md
- doc-http.toc.md
- vertx-kue-features-en.md
- event_emit_state_machine.png
- job_state_machine.png
- kue_diagram.png
- kue_future_based_methods.png
- vertx_kue_ui_1.png
- doc-core.zh-cn.md
- doc-core.zh-cn.toc.md
- doc-http.zh-cn.md
- doc-http.zh-cn.toc.md
- vertx-kue-features.zh-cn.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- docker.json
- local.json
- dataobjects.adoc
- enums.adoc
- JobConverter.java
- CallbackKue.java
- JobService.java
- JobServiceVertxEBProxy.java
- JobServiceVertxProxyHandler.java
- callback_kue.js
- job_service.js
- Job.java
- JobState.java
- KueVerticle.java
- KueWorker.java
- package-info.java
- Priority.java
- JobServiceImpl.java
- JobService.java
- package-info.java
- RedisHelper.java
- CallbackKue.java
- CallbackKueImpl.java
- Kue.java
- package-info.java
- Dockerfile
- local.json
- DelayedEmailVerticle.java
- LearningVertxVerticle.java
- ManyJobsProcessingVerticle.java
- VideoProcessVerticle.java
- README.md
- docker.json
- KueHttpVerticle.java
- bg.jpg
- caustic.js
- job.js
- jquery.ext.js
- jquery.min.js
- loading.js
- main.js
- progress.js
- search.js
- utils.js
- actions.styl
- config.styl
- context-menu.styl
- error.styl
- job.styl
- main.css
- main.styl
- menu.styl
- mixins.styl
- scrollbar.styl
- list.jade
- _filter.jade
- _job.jade
- _menu.jade
- _row.jade
- _search.jade
- _sort.jade
- layout.jade
- KueRestApiTest.java
- Dockerfile
- .gitignore
- .travis.yml
- build.gradle
- gradlew
- gradlew.bat
- LICENSE
- README.md
- README.zh-cn.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/sczyh30/vertx-kue
Downloads the entire project code from GitHub to your computer.
cd vertx-kue
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
gradle build -x test
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
