https://github.com/james2doyle/faktory-example
Example usage for contribsys/faktory with node.js and docker.
https://github.com/james2doyle/faktory-example
docker faktory-worker nodejs
Last synced: about 1 month ago
JSON representation
Example usage for contribsys/faktory with node.js and docker.
- Host: GitHub
- URL: https://github.com/james2doyle/faktory-example
- Owner: james2doyle
- License: mit
- Created: 2017-11-02T05:55:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T22:08:36.000Z (over 8 years ago)
- Last Synced: 2025-01-07T08:49:11.796Z (over 1 year ago)
- Topics: docker, faktory-worker, nodejs
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Faktory Example
===============
> Example usage for contribsys/faktory with node.js and docker.
This is an example project using [contribsys/faktory](https://github.com/contribsys/faktory). The worker and event emitter uses node.js and run faktory in a docker.
### Running
* Run `docker-compose up` to start the faktory service.
* Run `npm run worker` to start a worker that will pluck items off the queue
* Run `npm start` to start pushing fake events to the queue
* Visit `$(docker-machine ip):7420` to view the faktory UI