Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestodb/prestorials
Tutorials and examples of how to deploy Presto and connect it to different data sources
https://github.com/prestodb/prestorials
aws awsglue data datalake docker example glue lakehouse mongodb presto presto-connector prestodb prestosql sql tutorial walkthrough
Last synced: 4 days ago
JSON representation
Tutorials and examples of how to deploy Presto and connect it to different data sources
- Host: GitHub
- URL: https://github.com/prestodb/prestorials
- Owner: prestodb
- License: apache-2.0
- Created: 2023-04-03T20:42:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T16:45:15.000Z (4 months ago)
- Last Synced: 2024-08-01T18:56:41.294Z (4 months ago)
- Topics: aws, awsglue, data, datalake, docker, example, glue, lakehouse, mongodb, presto, presto-connector, prestodb, prestosql, sql, tutorial, walkthrough
- Homepage: https://prestodb.io/
- Size: 522 KB
- Stars: 16
- Watchers: 11
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Presto Tutorials Repository!
## Introduction
This repo contains instructions for different ways to set up Presto and examples for how to connect to different data sources.
We will also have video and written walk-throughs linked as we publish them.Give us a 🌟 if you want more of this content!
Be sure to click watch so you know when new tutorials are uploaded.## How to navigate
Up above you'll see directories for different topics, and inside each directory you will find specific breakdowns. For example, if you want to learn how to setup Presto on Amazon Web Services go to:
↳ ```running on cloud services```
↳ ```AWS```## Suggestions and Feedback
We would love to hear from you, please **[create an issue](https://github.com/prestodb/prestorials/issues/new/choose)** for:
- Something you would like to see a tutorial for
- Something you would like to see an example of
- Any feedback on existing materials
- Any suggestions for how to make this repo better
- If you agree with an issue, comment on it so we know which topics to focus on!## Publication Plan
Legend [ ☑️ = completed | ✏️ = drafting ]
1. ✏️ [How to connect Presto to AWS Glue](https://github.com/prestodb/prestorials/tree/main/connecting%20to%20data%20sources/AWS%20Glue)
2. ✏️ [How to run Presto on AWS](https://github.com/prestodb/prestorials/tree/main/running%20on%20cloud%20services/AWS)
3. ✏️ [How to run Presto locally using Docker](https://github.com/prestodb/prestorials/tree/main/running%20locally/Docker)
4. How to connect Presto to MongoDB