Parseable is a Rust based, log analytics & storage system. To ingest events, it is compatible with all the major log agents and other data tools like Kafka, Redpanda etc. Once events are ingested, they are processed and stored as Parquet files on AWS S3 / other compatible object stores. Parquet as you know is an open, highly compressed format and allows further data pipelines and integration with tools of your choice.
Parseable ships as a single binary or Docker image and has a built-in web interface and query engine to allow querying log data with standard SQL. It is designed to run completely within an org's firewall, with no data being shipped to any outside system.