We found 3 episodes of Thinking Elixir Podcast with the tag “database”.
-
118: Making Users Anonymous Upon Request
September 27th, 2022 | 39 mins 36 secs
anonymous, database, ecto, elixir, gdpr, redact
Honoring a user's “right to be forgotten” may be a legal requirement. We talk with Clément Quaresma about how the ecto_anon library can help solve that particular GDPR requirement in our Elixir apps using Ecto!
-
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.