- Building Serverless Web Applications
- Diego Zanon
- 108字
- 2021-07-15 17:31:26
Big Data
There is a growing number of applications that are substituting traditional big data tools such as Hadoop and Spark for serverless counterparts. Instead of managing clusters of machines, you can create a big data pipeline, converting your input to data streams and loading chunks of data into concurrent serverless functions.
The benefit of this approach is the reduced management and ease of use. However, as you have a constant processing of data, you can expect higher costs. Also, on AWS, a Lambda function can't run for more than 5 minutes, and this limit may force changes to reduce chunks of data to smaller sizes before processing.
推薦閱讀
- Advanced Splunk
- PHP+MySQL網(wǎng)站開發(fā)技術(shù)項(xiàng)目式教程(第2版)
- Java面向?qū)ο蟪绦蜷_發(fā)及實(shí)戰(zhàn)
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Essential Angular
- Securing WebLogic Server 12c
- Haxe Game Development Essentials
- Apache Spark 2.x for Java Developers
- QGIS Python Programming Cookbook(Second Edition)
- Java Web從入門到精通(第3版)
- 微課學(xué)人工智能Python編程
- C編程技巧:117個問題解決方案示例
- 少兒編程輕松學(xué)(全2冊)
- VMware vSphere Design Essentials
- Learning NHibernate 4