Skip to content

Commit

Permalink
Create an empty documentation docc
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Oct 21, 2023
1 parent a4b7f3e commit eaf7c50
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ``MongoQueue``

A MongoDB-based Job Queue API for Swift applications.

## Overview

This library provides a framework for storing and processing a queue of jobs in MongoDB. It uses [MongoKitten](https://github.com/orlandos-nl/MongoKitten) as a driver, using a `MonogKitten.MongoCollection` of your choosing for storing these jobs.

## Topics

- ``MongoQueue``

### Job Types

- ``ScheduledTask``
- ``RecurringTask``

0 comments on commit eaf7c50

Please sign in to comment.