Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: index of all projects #39

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Kittehub

This is a central repository of [AutoKitteh](https://github.com/autokitteh/autokitteh)
projects for:

- Full-fledged, ready-to-use solutions for real-life use cases
- Composable templates for interoperability between common services
- Demonstrations of system capabilities and features

| Name | Description | Integrations |
| :----------------------------------------------- | :------------------------------------------------------------------------------ | :--------------------------- |
| [Pull Request Review Reminder (Purrr)](./purrr/) | Streamline code reviews and cut down the turnaround time to merge pull requests | GitHub, Slack |
| [ReviewKitteh](./reviewkitteh/) | Monitor pull requests, and meow at random people | GitHub, Google Sheets, Slack |
| [Task Chain](./task_chain/) | Run a sequence of tasks with fault tolerance | Slack |
6 changes: 3 additions & 3 deletions task_chain/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Task Chain

This project demonstrates running a sequence of tasks with fault tolerance.
This project runs a sequence of tasks with fault tolerance.

The workflow is resilient to errors in each step (with the ability to retry
each failing step on-demand), as well as server-side failures (thanks to
AutoKitteh's durable execution).
each failing step on-demand via Slack), as well as server-side failures
(thanks to AutoKitteh's durable execution).

<img src="./images/slack1.png" width="366" height="210" alt="Slack screenshot 1">
<img src="./images/slack2.png" width="366" height="295" alt="Slack screenshot 2">
Expand Down