Coder Social home page Coder Social logo

read-file-with-s3-select's Introduction

read-file-with-s3-select

How to read a file on S3 using standard SQL

Recently Amazon realeased their S3 Select product on General Availabilty. This is an exciting new tool for data engineers to use so I thought I'd write up an example showing its use. AWS S3 Select is a way for users to query data in-place on Amazon S3. One of its main uses is being able to allow users to get sub-sets of data from S3 without having to download whole - and potentially huge - data files. You should note that S3 Select is intended as a query tool not an analytic tool and as such the SQL statements allowed are limited to SELECT / FROM / WHERE / LIMIT although you can use aggregates such as SUM/MIN/MAX/COUNT/AVG and certain STRING,DATE, CONVERSION and CONDITIONALS functions.

At the time of writing you can only read delimited text files like CSV and JSON text files although these can be in compressed GZIP format

The file I'm querying is the same one I've used in the rest of my series on reading big data files that you can find in my other repositories. This is a 21 Gbyte pipe separated text file containing approx 366 million records. I used python to call the S3 Select API and tested it using an AWS Lambda.

read-file-with-s3-select's People

Contributors

taupirho avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

weisisheng

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.