https://github.com/hellomaxime/simple-app-for-clickstream
https://github.com/hellomaxime/simple-app-for-clickstream
flask python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellomaxime/simple-app-for-clickstream
- Owner: hellomaxime
- Created: 2024-03-19T20:33:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T19:45:11.000Z (over 2 years ago)
- Last Synced: 2024-12-28T07:19:39.500Z (over 1 year ago)
- Topics: flask, python
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## simple-app-for-clickstream
Simple html page with a color associated to each button. At every click on a button, a request is made to the backend API, and then the click event is sent to a kafka topic.
Start Flask backend api : `flask run`