James is Co-Founder and CEO of ElectricSQL. Prior to founding Electric, he co-founded the Post Urban venture builder and was co-founder and CTO of synthetic data company Hazy.
Before that, James was co-founder and CTO of digital manufacturing company Opendesk and developed software for companies including Apple and IDEO.
James’s projects have won a TED Prize and the $1M Microsoft Prize for the best startup in Europe.
Level:
At ElixirConf US in September 2024, José gave a keynote outlining his vision for Phoenix sync. This talk introduces our work implementing Phoenix sync with ElectricSQL, an open source sync engine developed in Elixir that we’ve adapted under his guidance to realise José’s original vision.
The talk re-caps the design objectives of local-first sync into the front-end directly from Phoenix and Ecto. It talks through our implementation approach with Electric and shows you how you can use the new Electric.Phoenix library to add sync to your Phoenix applications.
This includes syncing ““shapes”” based on Ecto queries, for direct sync into the front-end. And it includes syncing into the LiveView client using Phoenix.Streams via a new electric_stream/2 function.
OBJECTIVES: Update the community on the development of the https://github.com/josevalim/sync project.
Introduce the new https://hexdocs.pm/electric_phoenix library. Show Elixir developers how they can use it. They should come out of the talk with an understanding of how to:
AUDIENCE: Phoenix developers. LiveView developers.
Developers working on:
N.b.: it’s suitable for all levels: