Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestjs/bull
Bull module for Nest framework (node.js) :cow:
https://github.com/nestjs/bull
bull cron job jobs nest nestjs node nodejs queue typescript
Last synced: 27 days ago
JSON representation
Bull module for Nest framework (node.js) :cow:
- Host: GitHub
- URL: https://github.com/nestjs/bull
- Owner: nestjs
- License: mit
- Created: 2018-02-25T00:32:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T10:30:01.000Z (7 months ago)
- Last Synced: 2024-04-14T02:38:00.669Z (7 months ago)
- Topics: bull, cron, job, jobs, nest, nestjs, node, nodejs, queue, typescript
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 13.5 MB
- Stars: 567
- Watchers: 12
- Forks: 87
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
Monorepo containing Nest modules for [Bull](https://github.com/OptimalBits/bull) and [BullMQ](https://github.com/taskforcesh/bullmq) packages.
## Installation (Bull)
```bash
$ npm i --save @nestjs/bull bull
```## Installation (BullMQ)
```bash
$ npm i --save @nestjs/bullmq bullmq
```## Quick Start
[Overview & Tutorial](https://docs.nestjs.com/techniques/queues)
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## People
- Maintainers - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Contributors - [Frederic Woelffel](https://fwoelffel.me)
- Website - [https://nestjs.com](https://nestjs.com/)## License
Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).