Contribute Media
A thank you to everyone who makes this possible: Read More

Using Python with an Ordered Key-Value Store

Description

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.

Details

Improve this page