An open API service indexing awesome lists of open source software.

https://github.com/code0-tech/aquila

Runtime Gateway to keep your flows updated.
https://github.com/code0-tech/aquila

Last synced: 5 months ago
JSON representation

Runtime Gateway to keep your flows updated.

Awesome Lists containing this project

README

          

# Aquila
The runtime gateway for execution management

- Maintains Flows in their most up-to-date state
- Efficiently transfers execution results between services
- Updates all Runtime Definitions (DataTypes, FlowTypes and RuntimeFunctionDefinitions)
- Serves as the entry point for new addons (Actions) to be integrated into the runtime block

## Used Technologies

[Rust](https://www.rust-lang.org/) x [Tonic](https://docs.rs/tonic/latest/tonic/)

## Contribute / Setup
Read the [Setup Guide](https://docs.code0.tech/aquila/Guides/setup/) if you want to deploy an Aquila instance or see the [Development Guide](https://docs.code0.tech/aquila/Guides/dev/) if you want to contribute