- 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.
推薦閱讀
- Visual C++程序設計教程
- Visual Basic程序設計(第3版):學習指導與練習
- Python測試開發入門與實踐
- Python爬蟲開發與項目實戰
- INSTANT OpenNMS Starter
- PHP編程基礎與實例教程
- 一塊面包板玩轉Arduino編程
- Elasticsearch Essentials
- Learning Nessus for Penetration Testing
- Java EE 7 with GlassFish 4 Application Server
- 微前端設計與實現
- 用Go語言自制編譯器
- Python繪圖指南:分形與數據可視化(全彩)
- HTML5/CSS3/JavaScript技術大全
- INSTANT Apache Maven Starter