October 2018
Intermediate to advanced
982 pages
23h 29m
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 ...
Read now
Unlock full access