Route test data to Fluent Bit flexibly. This system can be run locally with a local Fluent Bit process or compiled to a docker image and run with a sidecar aws-for-fluent-bit container. The purpose of Firelens-Datajet is to abstract test configuration from implementation code It does so by running tests based on a single JSON file and outputting the results. Future work on this system involves making a REST interface for tests to be invoked by sending a POST request with the test configuration and responding with a test result JSON as the response. The current driver.ts does not support multiple stages, however, the core does support async and sync stages as well as validators. The goal of this project is to eventually encapsulate test stages, validation wrappers, and data transmission in a portable JSON which can be sent to this program and executed at runtime.
Features
- CMake will also need to be installed if Execution wrappers are used
- The testing framework can manage Fluent Bit compilation via CMake
- Firelens datajet can be contained in a Docker image
- Firelens Datajet currently supports configuration only with file, environment variable, and request
- Clients are methods for obtaining test configuration and can be selected and configured via environment variables
- A single or multiple clients can be selected with the environment variable CLIENT