美文网首页
沃尔玛的分析平台,Spark非你莫属!

沃尔玛的分析平台,Spark非你莫属!

作者: smilegator | 来源:发表于2019-03-04 14:41 被阅读0次

    海量数据,无论批处理还是流处理,沃尔玛认为,完美选择就是Apache Spark!

    - Spark Streaming从Kafka读数据存入Cassandra,

    - Spark SQL 每隔六小时从Cassandra做聚合,再把结果以Parquet格式存起来

    - 数据可视化,用Spark SQL把Parquet读出来发给Tableau!

    Data processing had to be carried out at two places in the pipeline. First, during write, where we have to stream data from Kafka, process it and save it to Cassandra. Second, while generating business reports, where we have to read complete Cassandra table, join it with other data sources and aggregate it at multiple columns.

    For both the requirements, Apache Spark was a perfect choice. This is because Spark achieves high performance for both batch and streaming data, using a state-of-the-art DAG scheduler, a query optimizer, and a physical execution engine.

    原文:https://medium.com/walmartlabs/how-we-build-a-robust-analytics-platform-using-spark-kafka-and-cassandra-lambda-architecture-70c2d1bc8981

    相关文章

      网友评论

          本文标题:沃尔玛的分析平台,Spark非你莫属!

          本文链接:https://www.haomeiwen.com/subject/rmciuqtx.html