Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agardnerit/cloudeventviewer
https://github.com/agardnerit/cloudeventviewer
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agardnerit/cloudeventviewer
- Owner: agardnerIT
- License: apache-2.0
- Created: 2023-10-16T23:38:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T07:33:52.000Z (about 1 year ago)
- Last Synced: 2023-10-19T11:41:22.681Z (about 1 year ago)
- Language: HTML
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudEvent Viewer
A free, open source in-memory [Cloud Events](https://cloudevents.io) viewer.
## Use The CloudEvent 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.
## Run Locally
```
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
```## The Technical details
This is a flask app that uses an in-memory sqlite3 database.
Filtering is performed via jsonlogic. See [json_logic_samples.txt](json_logic_samples.txt) for examples.