Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autokitteh/autokitteh
https://github.com/autokitteh/autokitteh
automation cats distributed-systems golang kittehs kittens python starlark temporal workflow-automation workflow-engine workflow-management workflows
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/autokitteh/autokitteh
- Owner: autokitteh
- License: apache-2.0
- Created: 2024-02-17T05:47:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:08:34.000Z (2 months ago)
- Last Synced: 2024-10-29T14:33:20.688Z (2 months ago)
- Topics: automation, cats, distributed-systems, golang, kittehs, kittens, python, starlark, temporal, workflow-automation, workflow-engine, workflow-management, workflows
- Language: Go
- Homepage: https://autokitteh.com
- Size: 9.64 MB
- Stars: 93
- Watchers: 3
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starlark - AutoKitteh - a developer platform (Users)
- awesome-starlark - AutoKitteh
README
![Top banner](/docs/images/banner.jpg)
AutoKitteh is a **developer** platform for workflow automation and
orchestration. It is an easy-to-use, code-based alternative to no/low-code
platforms (such as Zapier, Workato, Make.com, n8n) with unlimited flexibility.**You write in vanilla Python, we make it durable** 🪄
In addition, it is a **durable execution** platform for long-running and
reliable workflows. It is based on [Temporal](https://temporal.io/), hiding
many of its infrastructure and coding complexities.AutoKitteh can be self-hosted, and has a cloud offering as well.
Once installed, AutoKitteh is a scalable "serverless" platform (with batteries
included) for DevOps, FinOps, MLOps, SOAR, productivity tasks, critical
backend business processes, and more.
![GitHub License](https://img.shields.io/github/license/autokitteh/autokitteh)
[![Go Reference](https://pkg.go.dev/badge/go.autokitteh.dev/autokitteh.svg)](https://pkg.go.dev/go.autokitteh.dev/autokitteh)
[![Go Report Card](https://goreportcard.com/badge/go.autokitteh.dev/autokitteh)](https://goreportcard.com/report/go.autokitteh.dev/autokitteh)[![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/autokitteh/autokitteh)](https://github.com/autokitteh/autokitteh/commits/main)
[![CI Status](https://github.com/autokitteh/autokitteh/actions/workflows/ci-go.yml/badge.svg)](https://github.com/autokitteh/autokitteh/actions)[![YouTube Channel](https://img.shields.io/badge/autokitteh-ff0000?logo=youtube)](https://www.youtube.com/@autokitteh-mo5sb)
[![LinkedIn](https://img.shields.io/badge/autokitteh-0e76a8?logo=linkedin)](https://www.linkedin.com/company/autokitteh/posts/?feedView=all)## High-Level Architecture
![Architecture diagram](/docs/images/architecture.png)
**Platform:** A scalable server that provides interfaces for building projects
(workflows), deploying them, triggering the code with webhooks or schedulers,
executing the code as durable workflows, and managing these workflows.**API:** AutoKitteh is an API-first platform. All services are available via
gRPC / HTTP.**Built-in integrations:** Slack, GitHub, Twilio, ChatGPT, Gemini, Gmail,
Google Calendar, HTTP, gRPC and many more. It's easy to add new integrations.**Supported programming languages:** Python, Starlark (a dialect of Python),
and JavaScript (coming soon).[Discover how it works](https://docs.autokitteh.com/how_it_works)
(in detail).## User Interfaces
- Command Line Interface
- Visual Studio Code Extension - Build and manage workflows
![VS Code screenshot](/docs/images/vscode.jpg)
- Web UI
![Web UI screenshot](/docs/images/web_ui.jpg)
## Why You Should Give AutoKitteh a Test Drive
AutoKitteh provides a full set of advanced engineering features
out-of-the-box. You can focus on writing the business logic, we take care of
the rest:- Secure, seamless, bidirectional API integrations
- User-friendly management, monitoring, and debugging
- Standalone and distributed system reliability
- Automated recovery without state loss
- Built-in durability for long-running workflows
- Readiness for world-class scalability needs## Getting Started
See our [quickstart guide](https://docs.autokitteh.com/get_started/quickstart),
which covers:- Installation
- Starting a self-hosted server
- Creating and deploying a project
- Resilience demoThe open-source AutoKitteh server is used mostly for self-hosted and on-prem
installations.Our managed cloud iPaaS offering is currently in beta - for details, contact
us at [email protected].## Build From Source
The following requires [Go version 1.23](https://go.dev/dl/) or greater.
```shell
$ git clone https://github.com/autokitteh/autokitteh.git
$ cd autokitteh
$ make ak
$ cp ./bin/ak /usr/local/bin
$ ak version
```## Build Requirements (_Full_ Builds Only)
- buf
- docker
- go >= 1.23
- golangci-lint (auto-downloaded during builds if missing)
- shellcheck (auto-pulled via docker during builds if missing)## Recommended Dev Tools
- gofumpt
- gotestsum (used by Makefile intead of "go test" if detected)
- jq (for advanced output formatting)
- atlasgo (for new DB migrations)
- nodejs >= 20 (only if updating the UI)## Contact Us
- [email protected]
- https://autokitteh.com
- [Discord](https://discord.gg/UhnJuBarZQ)