February 2018
Intermediate to advanced
356 pages
9h 10m
English
We are excited to test the full integration. We can use the curl tool to send request data to the Tracked Hashtag Service. We want to track the "bitcoin" from Twitter.
We can execute the following command line:
curl -H "Content-Type: application/json" -X POST -d '{"hashTag":"bitcoin","queue":"bitcoin"}' \http://localhost:9090/api/tracked-hash-tag
Check the HTTP status code; it should be HTTP status 200. After that, we can check the console from the Twitter Gathering project, and there should be a lot of Tweets logged.
Take a look at the log, the log must have Tweets like this:

Awesome!
Great work guys, we have the full application ...