https://github.com/datafog/datafog-piistream-demo
https://github.com/datafog/datafog-piistream-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datafog/datafog-piistream-demo
- Owner: DataFog
- Created: 2024-03-11T21:00:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T22:20:51.000Z (about 1 year ago)
- Last Synced: 2025-01-08T11:48:51.896Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datafog-piistream-demo
## PII Observability
A simple demo UI application and corresponding backend that shows real-time PII detection in a streaming environment.Built with ❤️ using Datafog x Redpanda x Spark x Streamlit
## Demo Setup
```sh
% git clone https://github.com/DataFog/datafog-piistream-demo.git
% cd datafog-piistream-demo
% docker compose up
# Open a browser to http://localhost:8501 to use the UI
% docker exec -it redpanda-1 rpk topic consume pii-detection # view detected output
```