Streamlit app to help analyze log files generated by CH2: https://github.com/couchbaselabs/ch2
- Python 3.12+
- Some CH2 log files to analyze
-
Clone the repository, navigate to the root directory and (optionally) create a Python virtual environment.
-
Install the dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
-
Open the browser and navigate to the URL displayed in the terminal.