The Happy Marriage of Redis and Protobuf - RedisConf 2020

preview_player
Показать описание
Have you ever experienced something that works so well it made you laugh to yourself?
During this session, Scott Haines of Twilio will walk through a design paradigm that might just make you smile. It all starts with effective data modeling via Google Protocol Buffers “aka Protobuf”. From this core foundation, you'll then visit how to effectively create an keyspace API / DSL using sorted sets (zset), lists/sets, and binary redis keys. Lastly I will wrap up talking about how to put this all together using redis streams (xstream) to create a system that can distribute work intuitively.
Examples will be presented in Scala.

Рекомендации по теме
Комментарии
Автор

Thanks for the talk and sharing! Also developing on Scala and using the Jedis client. Biggest issue has been how to update secondary indexes and handle expiry for records.

jkataja