Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/job-model
https://github.com/jacobbubu/job-model
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbubu/job-model
- Owner: jacobbubu
- License: mit
- Created: 2019-10-22T14:22:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:14:59.000Z (about 2 years ago)
- Last Synced: 2024-11-13T16:12:00.989Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 624 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# @jacobbubu/job-model
[![Build Status](https://travis-ci.org/jacobbubu/job-model.svg)](https://travis-ci.org/jacobbubu/job-model)
[![Coverage Status](https://coveralls.io/repos/github/jacobbubu/job-model/badge.svg?branch=master)](https://coveralls.io/github/jacobbubu/job-model?branch=master)
[![npm](https://img.shields.io/npm/v/@jacobbubu/job-model.svg)](https://www.npmjs.com/package/@jacobbubu/job-model/)> Implement a replicated job queue based on [scuttlebutt-pull](https://github.com/jacobbubu/scuttlebutt-pull).
## Intro.
A sub-class of [scuttlebutt-pull](https://github.com/jacobbubu/scuttlebutt-pull) that is trying to implement a replicated job queue.
## Usage
Please see the example('./examples/simple.ts') for the usage.