Get well soon, Dmitry!
This is an EdgeDB talk. EdgeDB is a new database from Python core developer and uvloop and asyncpg author Yuri Selivanov. It's nor NoSQL nor it a NewSQL. Looks very promising!
Why need for a new database, when there's already so many? Excellent question!
We will start by unveiling SQL history: how all of it was designed initially and why it is suitable for our apps no longer. Then we will proceed to existing solutions (such as NoSQl, NewSQl, etc) and end up with a little bit of live demos. We will cover both the basics (setup, syntax, repl, simple usecases) as well as advanced topics (indexes, performance, complex usecases).
The absolute value of this talk for the audience would be deeper understanding of how and why we chose databases.
Web, Use Cases
Domain Expertise:some
Python Skill Level:basic
Abstract as a tweet:This @edgedatabase talk will cover both the basics (setup, syntax, repl, simple usecase) as well as advanced topics (indexes, performance, complex usecases). We'll also talk history of databases as is