https://github.com/code0-tech/aquila
Runtime Gateway to keep your flows updated.
https://github.com/code0-tech/aquila
Last synced: 4 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T17:36:42.000Z (4 months ago)
- Last Synced: 2025-02-03T18:43:01.295Z (4 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
# Specs
[Rust](https://www.rust-lang.org/) x [Tonic](https://docs.rs/tonic/latest/tonic/)
___# Configuration
## Environment Variables
| Name | Description | Default | Type |
|----------------------------|-----------------------------------------|------------------------------------|-------------------------------|
| `ENVIRONMENT` | Specifies the runtime environment | `development` | `production` or `development` |
| `REDIS_URL` | URL for the Redis database | `'redis://localhost:6379'` | string |
| `ENABLE_SCHEDULED_UPDATE` | Enables periodic updates | `true` | boolean |
| `UPDATE_SCHEDULE_INTERVAL` | Interval for updates (in seconds) | `180` | int |
| `ENABLE_GRPC_UPDATE` | Enables gRPC-based update functionality | `true` | boolean |
| `SESSION_TOKEN` | Session token for authentication | (no default specified) | string |
| `BACKEND_URL` | Hostname for backend service | (no default specified) | string |
| `FLOW_FALLBACK_PATH` | Path for init. Aquila from a flow JSON | `configuration/configuration.json` | string |