- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 203字
- 2021-06-10 19:30:09
Big data application architecture
Big data, such as documents, web blogs, social networks, sensor data, and others, are stored in a NoSQL database, such as MongoDB, or a distributed filesystem, such as HDFS. In case we deal with structured data, we can deploy database capabilities using systems such as Cassandra or HBase, which are built atop Hadoop. Data processing follows the MapReduce paradigm, which breaks data processing problems into smaller sub problems and distributes tasks across processing nodes. Machine learning models are finally trained with machine learning libraries such as Mahout and Spark.
MongoDB is a NoSQL database, which stores documents in a JSON-like format. You can read more about it at https://www.mongodb.org . Hadoop is a framework for the distributed processing of large datasets across a cluster of computers. It includes its own filesystem format, HDFS, job scheduling framework, YARD, and implements the MapReduce approach for parallel data processing. We can learn more about Hadoop at http://hadoop.apache.org/ . Cassandra is a distributed database management system that was built to provide fault-tolerant, scalable, and decentralized storage. More information is available at http://cassandra.apache.org/ . HBase is another database that focuses on random read/write access for distributed storage. More information is available at https://hbase.apache.org/ .
推薦閱讀
- 繪制進(jìn)程圖:可視化D++語言(第1冊)
- 輕松學(xué)C語言
- 程序設(shè)計語言與編譯
- 城市道路交通主動控制技術(shù)
- Mastering Elastic Stack
- 現(xiàn)代機(jī)械運動控制技術(shù)
- 精通特征工程
- PostgreSQL 10 Administration Cookbook
- 基于Xilinx ISE的FPAG/CPLD設(shè)計與應(yīng)用
- 走近大數(shù)據(jù)
- 人工智能技術(shù)入門
- 無人駕駛感知智能
- Microsoft Dynamics CRM 2013 Marketing Automation
- Practical AWS Networking
- 51單片機(jī)應(yīng)用程序開發(fā)與實踐