Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Filtering & Mapping Data

filtering-and-mapping.livemd

Filtering & Mapping Data

Getting started

Mix.install([{:matcha, github: "christhekeele/matcha", tag: "stable"}], force: true)
IO.puts("Installed matcha version: #{Application.spec(:matcha, :vsn)}")
require Matcha
spec =
  Matcha.spec do
    {x, y, z} -> {x, y, z}
  end