We found 4 episodes of Thinking Elixir Podcast with the tag “distributed”.
-
142: Orion for Distributed Tracing in Production
March 14th, 2023 | 53 mins 49 secs
debugging, distributed, elixir, performance, production, tracing
Orion is an interesting library created by Thomas Depierre that makes it easy to run distributed tracing in your app on prod! It includes a LiveView UI for visualizing the perf and runs multiple traces concurrently!
-
124: Caching Things Anywhere with Nebulex
November 8th, 2022 | 57 mins 52 secs
caching, distributed, elixir, redis
Carlos Bolaños shares how his caching library Nebulex solves common problems in new ways. From decorating a function to cache the results to supporting multiple caching backends through adapters!
-
103: Vaxine.io and CRDT DBs with James Arthur
June 14th, 2022 | 54 mins 27 secs
antidote, crdt, database, distributed, elixir, vaxine
We learn about Vaxine.io, an Elixir layer built on top of a distributed CRDT-based Erlang DB called Antidote. We cover CRDTs, the CURE protocol, and what Vaxine brings to the party.
-
101: Replicating SQLite using Litestream with Ben Johnson
May 31st, 2022 | 1 hr 2 mins
backup, database, distributed, durability, elixir, replication, sqlite
Ben Johnson explains Litestream.io, his tool that replicates SQLite databases to remote servers and to backup locations like S3. We talk through using it with Phoenix applications and what that would mean.