Deploy data-tables via configuration files
mainThe project's architectural goal is to enable the deployment of data tables using configuration files. This approach relies on a system that includes:
- A simple API endpoint to receive configurations.
- A CLI command to deploy configurations via the API.
- A TypeScript SDK for configuration validation (or direct support for
yaml). - A versioning strategy to manage breaking changes (e.g., using paths like
logs.run/v1,logs.run/eab5f3, orlogs.run/2025-03).
Configuration files are expected to include definitions for filter fields and components.