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

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

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`