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: 4 months ago
JSON representation

Runtime Gateway to keep your flows updated.

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 |