This app enables storing and classifying eeg
data coming from the eeg-brainwave-client. This API will consume a Kafka
queue containing brainwave readings, and it will store, classify this data and push it back to the Queue.
- To run this controller just follow the steps on compose
- To Debug this API you will need to:
-
Run compose
-
Turn off the
eeg-brainwave-controller
servicedocker-compose stop eeg-brainwave-controller
-
Run the following command:
sudo echo "127.0.0.1 kafka-broker" >> /etc/hosts
-
Open this project with IntelliJ
-
This will connect you directly to the Docker container at port
8081
. For more informations check thedocker-compose.yml
at compose
-