Welcome to this course: PrestoDB: The Ultimate PrestoDB Course. Presto is an open–source software project to develop a database query engine using the standard Structured Query Language (SQL). It is a distributed system that runs on a cluster of machines. A full installation includes a coordinator and multiple workers. Queries are submitted from a client such as the Presto CLI to the coordinator. It can be visualized as one coordinator node working in sync with multiple worker nodes. Clients submit SQL statements that get parsed and planned following which parallel tasks are scheduled to workers. Workers jointly process rows from the data sources and produce results that are returned to the client.
In this course, you’ll learn:
Gain an in–depth understanding of PrestoDB
Learn and understand Presto architecture
Learn how to install and configure Presto
Learning Hadoop integrations
Learn how to query data
Understanding Presto Administration and Monitoring
Learn and understand Presto security
At the end of this course, you will be equipped with all the required industry skills and knowledge to become a PrestoDB developer and administrator.
Specification: PrestoDB: The Ultimate PrestoDB Course
|
5 reviews for PrestoDB: The Ultimate PrestoDB Course
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $11.99 |
---|---|
Provider | |
Duration | 3 hours |
Year | 2020 |
Level | All |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$94.99 $11.99
Mark Meapeck –
Great in depth PrestoDB course. Clear and concise. I really like the to the point explanation for each topic, it makes me understand the brief concepts but still leave some space for me to explore it myself. Things are taught with so much easy and fun that learning stuff was so much fun. I would totally recommend this course to anyone!
Michael McNeely –
By far one of the best courses on PrestoDB that I’ve taken. Things are taught with so much easy and fun that learning stuff was so much fun.
Robert Cullens –
I think this is the best value for your money on PrestoDB on Udemy. Everything was clearly thought off and implemented in this course. Very informative and loved every aspect of it! Awesome course!
Dileep kancharla –
Presto installation was not clearly shown, as to how we can install the hadoop cluster, and on top of it presto needs to be installed
Daniel Jackson –
section 2 lesson 5 begins to show queries being ran but no information about how to write the query was given. No information about what syntax to use or what order to write commands was given. It was simply shown that the instructor was able to do it.