About this episode
News includes a new library called Lotus and LotusWeb that provides a safe, read-only environment for running SQL analytics queries with organized storage for saved queries. After the news, we had an interview with Mateusz Front about the Popcorn project, which enables Elixir to run in WebAssembly (WASM) in the browser courtesy of AtomVM. We dig into how it works, what it's capable of doing, and where it could go in the future!
Show Notes online - http://podcast.thinkingelixir.com/268
Elixir Community News
https://paraxial.io/ – Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.
https://github.com/typhoonworks/lotus – Lotus - a lightweight SQL query runner and storage library for Elixir applications with Ecto
https://github.com/typhoonworks/lotus_web – LotusWeb - companion library for the Lotus SQL query runner
Provides a safe, read-only environment for executing analytical queries while offering organized storage and management of saved queries
https://www.metabase.com/ – Metabase - business intelligence tool that Lotus draws inspiration from
https://github.com/ankane/blazer – Blazer - Ruby gem that inspired the Lotus library
Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com
Discussion Resources
https://popcorn.swmansion.com/
https://popcorn.swmansion.com/demos/eval – Interactively run an IEx shell in the browser locally with no Elixir install
https://github.com/software-mansion/popcorn/ – Github project for Popcorn