This project implements a Rust web server using Rocket.rs to showcase Apache Parquet files. The server serves a web page displaying log data from access.parquet
and error.parquet
files.
- Rust web server powered by Rocket.rs
- Display log data from Parquet files
- Separate sections for access logs and error logs
- Simple and clean HTML/CSS layout
- Make sure you have Rust installed.
- Clone this repository.
- Place your
access.parquet
anderror.parquet
files in the root directory of the project. - Navigate to the project directory in the terminal.
- Run
cargo run
. - Open your web browser and visit
http://localhost:8000
to see the dashboard.
logeagle/
β
βββ Cargo.toml
βββ src/
β βββ main.rs
β βββ templates/
β β βββ index.html
β βββ static/
β βββ style.css
βββ access.parquet
βββ error.parquet
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This project is a part of Logeagle, a platform for log management and analysis. Visit logeagle.com for more information.