Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhirockzz/accs-worker-redis
Worker Application on Oracle Application Container Cloud with Redis
https://github.com/abhirockzz/accs-worker-redis
job-queue nosql oracle-application-container-cloud oracle-cloud redis workers
Last synced: 7 days ago
JSON representation
Worker Application on Oracle Application Container Cloud with Redis
- Host: GitHub
- URL: https://github.com/abhirockzz/accs-worker-redis
- Owner: abhirockzz
- License: gpl-3.0
- Created: 2017-10-31T10:20:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T10:46:08.000Z (over 7 years ago)
- Last Synced: 2024-12-21T03:14:10.623Z (2 months ago)
- Topics: job-queue, nosql, oracle-application-container-cloud, oracle-cloud, redis, workers
- Language: Java
- Homepage: https://medium.com/oracledevs/worker-applications-on-oracle-application-container-cloud-f449eaa77c39
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build
- `git clone https://github.com/abhirockzz/accs-worker-redis.git`
- `mvn clean install` - creates `accs-worker-redis.zip` in the `target` directory## Run locally
`java -jar accs-worker-redis.jar`
## Deploy to Oracle Application Container Cloud
- Install [PSM CLI](https://docs.oracle.com/en/cloud/paas/java-cloud/pscli/using-command-line-interface-1.html)
- Fill up Redis connectivity details in `deployment.json`
- Execute `psm accs push -n workedup -r java -s hourly -m manifest.json -d deployment.json -p target/accs-worker-redis.zip`## For details
- check out the blog - [Worker applications on Oracle Application Container Cloud](https://medium.com/oracledevs/worker-applications-on-oracle-application-container-cloud-f449eaa77c39)