Hi All,
I have a use case where it is required to continuously read data from
TCP server (IOT will write into TCP server). I have to decide which
technology to use to accomplish this task. Currently we are thinking for
Spark streaming, but I am also thinking for NodeJS where nodejs servers
will keep on listening TCP server and will update the NoSQL database
which is cassandra.
The second part of this required is, I have to push what ever new data
is inserted into cassandra to UI. I am not sure how to do this, as
cassandra does not have inbuild support for nodejs like MongoDB have
from where we can push this data directly to UI.
Please suggest what can be done for this?
Thanks and Regards,
Visrhant