Introduction to Vitess

2021-02-26

In this episode, we'll teach and guide you through everything you need to know to get started with Vitess.


šŸæ Rawkode Live

Hosted by David McKay / šŸ¦ https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat

#RawkodeLive

šŸ•° Timeline

00:00 - Holding screen
00:45 - Introductions
04:00 - What is Vitess?
18:00 - Installing Vitess
25:00 - Creating MySQL Cluster
39:00 - Deploying WordPress
49:00 - Vitess UI
53:20 - Scaling Our MySQL Cluster
1:09:50 - Chatting about Sharding, Backup/Restore, & Misc.

šŸ‘„ About the Guests

Deepthi Sigireddi

Engineer. @vitessio maintainer.

šŸ¦ https://twitter.com/ATechGirl
šŸ§© https://github.com/deepthi
šŸŒ https://github.com/deepthi


Alkin Tezuysal

Open Source Database Evangelist

šŸ¦ https://twitter.com/ask_dba
šŸ§© https://github.com/askdba
šŸŒ https://askdbablog.wordpress.com/blog/


šŸ”Ø About the Technologies

Vitess

Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding.
By encapsulating shard-routing logic, Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple shards. With Vitess, you can even split and merge shards as your needs grow, with an atomic cutover step that takes only a few seconds.
Vitess has been a core component of YouTube's database infrastructure since 2011, and has grown to encompass tens of thousands of MySQL nodes.

šŸŒ https://vitess.io/
šŸ¦ https://twitter.com/vitessio
šŸ§© https://github.com/vitessio/vitess

#MySQL #CloudNative