https://github.com/zmitry/pubsub-ui
Google Pub/Sum emulator UI
https://github.com/zmitry/pubsub-ui
Last synced: about 2 months ago
JSON representation
Google Pub/Sum emulator UI
- Host: GitHub
- URL: https://github.com/zmitry/pubsub-ui
- Owner: zmitry
- Created: 2025-03-10T18:59:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T14:15:55.000Z (about 1 year ago)
- Last Synced: 2025-10-03T19:49:06.123Z (8 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PubSub Emulator UI

A Streamlit-based UI for Google Cloud Pub/Sub emulator
## Features
- Project and Topic Management
- Subscription Creation and Management
- Message Publishing and Viewing
- AI-Enhanced Features:
- Message content type detection
- Structure validation
- Sentiment analysis
- Pattern recognition across messages
## Setup
### Using Docker Compose
This will start:
- Streamlit UI on port 8501
### Local Development
1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Run the Streamlit app:
```bash
streamlit run src/app.py
```