rust-nyc / meetups

Bootstrapper repo for organizing Rust NYC Meetups
14 stars 0 forks source link

Tower and Friends: Lego(s) for distributed systems #7

Closed samscott89 closed 5 years ago

samscott89 commented 5 years ago

Lightning talk ⚡️🎤

Tower and Friends: Lego(s) for distributed systems

Description:

Tower provides a simple, but powerful paradigm for building (asynchronous) services. Tower makes it easy to create building blocks which can be reused across an application, providing functionality such as request retrying, buffering, and load balancing.

I'll give a brief introduction to the Service trait API, useful existing libraries, and give some example how we use it in building our distributed app at Oso.

Bio:

Sam is CTO and cofounder of Oso (osohq.com), where he is trying to make security less terrible for dev/ops teams. Sam has been using Rust since about the time it turned 1.0, and fell in love with it while building proof of concepts for various research papers during his PhD.

gj commented 5 years ago

Neat! Looking forward to this.

Are you up for giving this talk next Wednesday?

samscott89 commented 5 years ago

That would be the plan :)

softprops commented 5 years ago

thanks @samscott89 added you to the lineup

LucioFranco commented 5 years ago

This sounds freaking awesome!!! Can't wait to see/listen to the talk @samscott89

samscott89 commented 5 years ago

This sounds freaking awesome!!! Can't wait to see/listen to the talk @samscott89

Half my talk is going to be punting any further details to you...