- 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.
推薦閱讀
- 測試驅動開發:入門、實戰與進階
- 深入淺出Java虛擬機:JVM原理與實戰
- 大學計算機基礎(第2版)(微課版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- C程序設計實踐教程
- Java Web開發詳解
- Learning Apache Cassandra
- Scala for Machine Learning(Second Edition)
- Vue.js 2 Web Development Projects
- Laravel Application Development Blueprints
- Practical Predictive Analytics
- 邊玩邊學Scratch3.0少兒趣味編程
- Applied Deep Learning with Python
- 深入理解Kafka:核心設計與實踐原理
- Getting Started with JUCE