What is the lambda architecture?
- A Running parallel batch and speed layers, combining their results for serving
- B A serverless computing model
- C A single streaming pipeline
- D A storage format
Answer
Running parallel batch and speed layers, combining their results for serving
Maintaining the same logic in two places is its main drawback, which is why the kappa architecture uses streaming alone.





