- 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/ .
推薦閱讀
- Internet接入·網(wǎng)絡(luò)安全
- LabVIEW虛擬儀器從入門到測(cè)控應(yīng)用130例
- 21天學(xué)通PHP
- OpenStack for Architects
- PostgreSQL Administration Essentials
- Associations and Correlations
- 我也能做CTO之程序員職業(yè)規(guī)劃
- 運(yùn)動(dòng)控制系統(tǒng)應(yīng)用與實(shí)踐
- Windows Server 2003系統(tǒng)安全管理
- 貫通Java Web開發(fā)三劍客
- Azure PowerShell Quick Start Guide
- C++程序設(shè)計(jì)基礎(chǔ)(上)
- 生物3D打印:從醫(yī)療輔具制造到細(xì)胞打印
- Linux系統(tǒng)下C程序開發(fā)詳解
- Unreal Development Kit Game Design Cookbook