A free, open source in-memory Cloud Events viewer.
Navigate to: Code > Codespaces > Create codespace on main
When the codespace starts, toggle to the Ports tab and open the application on port 6060.
git clone https://github.com/agardnerit/cloudeventviewer
pip install -r requirements.txt
python app.py
# App is running on http://127.0.0.1:6060
# Configure via config.json and restart app to pick up new configs
This is a flask app that uses an in-memory sqlite3 database.
Filtering is performed via jsonlogic. See json_logic_samples.txt for examples.