An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PubSub Emulator UI

image

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
```