- Apache Presto Tutorial
- Apache Presto - Home
- Apache Presto - Overview
- Apache Presto - Architecture
- Apache Presto - Installation
- Apache Presto - Configuration
- Apache Presto - Administration
- Apache Presto - SQL Operations
- Apache Presto - SQL Functions
- Apache Presto - MySQL Connector
- Apache Presto - JMX Connector
- Apache Presto - HIVE Connector
- Apache Presto - KAFKA Connector
- Apache Presto - JDBC Interface
- Custom Function Application
- Apache Presto Useful Resources
- Apache Presto - Quick Guide
- Apache Presto - Useful Resources
- Apache Presto - Discussion
Apache Presto 教程
Apache Presto 是一个开源分布式 SQL 引擎。Presto 起源于 Facebook,用于满足数据分析需求,后来开源。现在,Teradata 加入 Presto 社区并提供支持。
Apache Presto 对于执行查询(甚至是 PB 级数据)非常有用。可扩展的架构和存储插件接口非常容易与其他文件系统交互。当今大多数最好的工业公司都因其交互速度和低延迟性能而采用 Presto。
本教程探讨 Presto 架构、配置和存储插件。它讨论了基本和高级查询,最后以实时示例结束。
观众
本教程是为有志于从事大数据分析职业的专业人士准备的。本教程将使您对 Apache Presto 有足够的了解。
先决条件
在继续学习本教程之前,您必须充分了解 Core Java、DBMS 和任何 Linux 操作系统。