ash_oban/README.md

20 lines
1 KiB
Markdown
Raw Permalink Normal View History

2024-05-04 07:29:28 +12:00
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)
2023-04-22 16:46:04 +12:00
2024-05-04 07:29:28 +12:00
![Elixir CI](https://github.com/ash-project/ash_oban/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_oban.svg)](https://hex.pm/packages/ash_oban)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_oban)
2023-04-22 16:46:04 +12:00
2024-05-04 07:55:20 +12:00
# AshOban
2023-04-22 16:46:04 +12:00
2024-05-04 07:29:28 +12:00
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.
2023-04-22 16:46:04 +12:00
2024-05-04 07:29:28 +12:00
## Tutorials
2023-04-22 16:46:04 +12:00
2024-05-04 07:29:28 +12:00
- [Getting Started with AshOban](documentation/tutorials/getting-started-with-ash-oban.md)
## Reference
- [AshOban DSL](documentation/dsls/DSL:-AshOban.md)