This project implements a simple DSL that allows you to write expressive filters for log lines, similar to SQL WHERE clauses or search queries. The DSL supports comparison operations, text matching, ...
This project demonstrates big-data analytics skills and distributed system concepts. 📂 Project Structure log_project_v2/ │ ├── data/ │ ├── enhanced_log_generator_v2.py # Log generator script │ └── ...