From 76dca625ea64818fa45f75be86a0e94c3c811469 Mon Sep 17 00:00:00 2001 From: Chip Maurer Date: Thu, 9 Dec 2021 10:01:22 -0500 Subject: [PATCH 1/2] Added s3 features to README Signed-off-by: Chip Maurer --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5a4ae1b..d5eaec4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Se See the [User Manual](https://prestodb.github.io/docs/current/) for Presto deployment instructions and end user documentation. +## Features + +The S3 Presto connector has the following features + +- Generic S3 object store queries (hive not required) +- Supports CSV, JSON, Parquet and Avro input +- Snappy and gzip compressed files +- Create table support (CSV and JSON), including 'Create Table AS' +- Uses Dell Schema Registry (https://github.com/pravega/schema-registry) for dynamic table creation, but also supports static configuration of tables using JSON configuration files +- S3 Select support + ## Types of S3 Servers Evaluated The S3 Presto connector has been evaluated with the following S3 compatible object storage servers @@ -14,6 +25,7 @@ The S3 Presto connector has been evaluated with the following S3 compatible obje - Scality Cloudserver [Scality](https://www.scality.com/) - Minio Object Storage [MinIO](https://min.io/) + ## Requirements To build and run the S3 Presto connector, you must meet the following requirements: From 21dd6d282917227025356a5d6cd60d0262c214f8 Mon Sep 17 00:00:00 2001 From: Chip Maurer Date: Tue, 4 Jan 2022 10:13:29 -0500 Subject: [PATCH 2/2] Minor updates to README Signed-off-by: Chip Maurer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5eaec4..09816c7 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ See the [User Manual](https://prestodb.github.io/docs/current/) for Presto deplo The S3 Presto connector has the following features -- Generic S3 object store queries (hive not required) -- Supports CSV, JSON, Parquet and Avro input +- Generic S3 object store queries using the AWS S3 client API (hive not required) +- Supports CSV, JSON, Parquet and Avro format objects - Snappy and gzip compressed files - Create table support (CSV and JSON), including 'Create Table AS' - Uses Dell Schema Registry (https://github.com/pravega/schema-registry) for dynamic table creation, but also supports static configuration of tables using JSON configuration files -- S3 Select support +- S3 Select support for CSV, JSON and Parquet format objects ## Types of S3 Servers Evaluated