README.md
<!--
SPDX-FileCopyrightText: 2020 Zach Daniel
SPDX-License-Identifier: MIT
-->



[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/ash_oban)
[](https://hexdocs.pm/ash_oban)
[](https://api.reuse.software/info/github.com/ash-project/ash_oban)
# AshOban
Welcome! This is the extension for integrating [Ash](https://hexdocs.pm/ash) resources with [Oban](https://hexdocs.pm/oban). This extension allows you to easily execute resource actions in the background, and trigger actions based on data conditions.
## Tutorials
- [Getting Started with AshOban](documentation/tutorials/getting-started-with-ash-oban.md)
## Topics
- [Triggers and Scheduled Actions](documentation/topics/triggers-and-scheduled-actions.md)
## Reference
- [AshOban DSL](documentation/dsls/DSL-AshOban.md)