- Practical Real-time Data Processing and Analytics
- Shilpi Saxena Saurabh Gupta
- 218字
- 2021-07-08 10:23:14
Do it yourself
In this section, we will provide the problem for the reader so that they can create their own application after reading the previous content.
Here, we will extend the example given previous regarding the setup and configuration of NiFi. The problem statement is read from a real-time log file and put into Cassandra. The pseudo code is as follows:
- Tail log file
- Put events into Kafka topic
- Read events from Kafka topic
- Filter events
- Push event into Cassandra
You have to install Cassandra and configure it so that NiFi will be able to connect it.
Logstash is made to process the logs and throw them to other tools for storage or visualization. The best fit here is Elastic Search, Logstash and Kibana (ELK). As per the scope of this chapter, we will build integration between Elastic Search and Logstash and, in the next chapters, we will integrate Elastic Search with Kibana for complete workflow. So all you need to do to build ELK is:
- Create a program to read from PubNub for real-time sensor data. The same program will publish events to the Kafka topic
- Install Elasticsearch on the local machine and start
- Now, write a Logstash configuration which reads from a Kafka topic, parse and format them and push them into the Elasticsearch engine
- Visual C++程序設計教程
- Mastering QGIS
- Machine Learning with R Cookbook(Second Edition)
- 鋒利的SQL(第2版)
- Building an RPG with Unity 2018
- Python程序設計與算法基礎教程(第2版)(微課版)
- OpenStack Networking Essentials
- Qlik Sense? Cookbook
- Lift Application Development Cookbook
- Instant Zurb Foundation 4
- Android編程權威指南(第4版)
- Google Adsense優化實戰
- Enterprise Application Architecture with .NET Core
- Python機器學習
- Learning Android Application Development