how to learn about MCP?
build your own server with your framework ( github.com/filipecabaco/francis ) to control your Ikea desk with Bluetooth using Elixir <=> Rust with unix sockets...
👍
🎉🎉🎉🎉
Filipe Cabaço
Filipe Cabaço
Quick @elixir-lang.org hint:
when you are not sure where your PID is from, you can use hexdocs.pm/elixir/Proce... to find out get all the information you need
Never backed anything in Kickstarter... but this one is worth it 🔥
www.kickstarter.com/projects/pee...
it works! now it allows me to have data from a source database being replicated to my in-memory database and sync using replication
using pglite from @electric-sql.com , bun to run wasm and @elixir-lang.org which allows to do all this magic easily ❤️
Code here: github.com/filipecabaco...
Filipe Cabaço
Filipe Cabaço
News includes a new SQL #analytics library called Lotus, plus an interview with Mateusz Front about the Popcorn project enabling Elixir to run in #WebAssembly in the browser! #ElxirLang @ElixirLang www.youtube.com/watch?v=-85K...
Filipe Cabaço
Filipe Cabaço
Video
ThinkingElixir
🚨 New Blog Post 🚨
I just finished this monster of a blog post!
How to listen to database changes through the Postgres WAL!
This is all @filipecabaco.com's fault who nerd-sniped me into low-level Postgres details!
Click here to suffer too:
peterullrich.com/listen-to-da...
#ElixirLang #Postgres
it works! now it allows me to have data from a source database being replicated to my in-memory database and sync using replication
using pglite from @electric-sql.com , bun to run wasm and @elixir-lang.org which allows to do all this magic easily ❤️
An in-depth guide to listening to Postgres database changes through the WAL. Covers logical replication, publications, replication slots, and an Elixir implementation.