Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added s3 features to README #94

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 for CSV, JSON and Parquet format objects

## Types of S3 Servers Evaluated

The S3 Presto connector has been evaluated with the following S3 compatible object storage servers
Expand All @@ -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:
Expand Down