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.
- Host: GitHub
- URL: https://github.com/code0-tech/aquila
- Owner: code0-tech
- Created: 2024-05-23T16:06:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T17:36:42.000Z (11 months ago)
- Last Synced: 2025-02-03T18:43:01.295Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 554 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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