Key-value storage systems (and beyond) with Python
Abstract
Web application developers often use RDBMS systems such as MySql or
PostgreSql but there are many other types of databases out there.
Key-value storage, schema/schema-less document storage, and
column-oriented DBMS systems abound. These kind of database systems
are becoming more popular when developing scalable web applications
but many developers are unsure how to integrate them into their
projects.
This talk will focus on the key-value class of data storage systems,
weigh the strengths and drawbacks of each and discuss typical use
cases for key value storage.