I stored time-series sensor data in MongoDB and I want to use MongoDB data in Spark Streaming. I tried to connect Apache Kafka but I couldn't find anything.
So, can I send data from MongoDB to Spark Streaming via Kafka or other stream tools? Is it possible? If yes, how can I do this?