This is one of two repositories created and developed as par tof the Decode Travel occurred in May 2025, at Crete.
It implements the Distributor Plugin which listens for new Events coming in from Events Service.
For the Events Service implementation go here.
- Unzip the publish.zip.
- Install and start the distributor Camino Messenger bot on port 9090. Installation Instructions.
- Run the following command in a terminal
CaminoHackathonApi 8081
Note: You can use any port that is available on your machine.
- You need to have ngrok installed and ready to run.
- Run ngrok as
ngrok http 8081
and get thehttps://....
given as output. - Go to Events Service and create a subscription for your distributor service. The URL call back should be
https://....<ngrok address.../Events
. - Then create an event here.
- You will see the search results appearing at the terminal output where you have
CaminoHackathonApi
running.