Using Python with an Ordered Key-Value Store - Stephen Pimentel

Опубликовано: 27 Июнь 2026
на канале: PyGotham 2014
1,601
15

This talk will present an approach to querying data that directly uses some of Python’s most powerful language features, rather than a separate query language like SQL. We’ll show how to persist data in an ordered key-value store and use generators, itertools, and comprehensions to formulate queries. Examples will given using FoundationDB, which implements an ordered key-value store on distributed clusters.