We talk with Chase Granberry about Logflare. We learn why Chase started the company, what Logflare does, how it's built on Elixir, about their custom Elixir logger, where the data is stored, how it's queried, and more! We talk about dealing with the constant stream of log data, how Logflare is collecting and displaying metrics, and talk more about Supabase acquiring the company!
Show Notes online - http://podcast.thinkingelixir.com/78 (http://podcast.thinkingelixir.com/78)
Elixir Community News
- https://www.twitch.tv/josevalim (https://www.twitch.tv/josevalim) – José Valim still live streaming Advent of Code solutions
- https://github.com/josevalim/aoc (https://github.com/josevalim/aoc) – Source code for his solutions.
- https://github.com/miladamilli/AdventofCode_2021/blob/master/day09.livemd#L103 (https://github.com/miladamilli/Advent_of_Code_2021/blob/master/day09.livemd#L103) – Others like Milada are sharing their solutions. She used VegaLite for graphing a solution.
- https://twitter.com/chris_mccord/status/1468998944009166849 (https://twitter.com/chris_mccord/status/1468998944009166849) – Launch a new Elixir app on Fly.io in two commands! mix phx.new and fly launch
- https://github.com/phoenixframework/phoenix/pull/4609 (https://github.com/phoenixframework/phoenix/pull/4609) – Chris McCord added phx.gen.release --docker in Phoenix 1.6.4 making it easier to deploy your Elixir app anywhere that uses Docker.
- https://community.fly.io/t/introducing-dashboard-logs-page/3371 (https://community.fly.io/t/introducing-dashboard-logs-page/3371) – Fly.io LiveView dashboard added live streaming logs
- https://hex.pm/blog/hex-v1.0-released-and-the-future-of-hex (https://hex.pm/blog/hex-v1.0-released-and-the-future-of-hex) – Hex v1.0 released along with a description for their roadmap and backward compatibility.
- https://twitter.com/elixirmembrane/status/1468941532589867017 (https://twitter.com/elixirmembrane/status/1468941532589867017) – Membrane Framework introducing BEAMchmark
- https://twitter.com/ZachSDaniel1/status/1470512859629170688 (https://twitter.com/ZachSDaniel1/status/1470512859629170688) – ElixirSense gets support for plugins
- https://github.com/ash-project/ash (https://github.com/ash-project/ash) – ElixirSense feature driven by Zach Daniel of the Ash Framework
- http://podcast.thinkingelixir.com/27 (http://podcast.thinkingelixir.com/27) – Our earlier interview with Zach Daniel about the Ash Framework
- https://www.erlang-solutions.com/blog/twenty-years-of-open-source-erlang/ (https://www.erlang-solutions.com/blog/twenty-years-of-open-source-erlang/) – Happy Birthday Open Source Erlang! 23 years ago!
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at [email protected] (mailto:[email protected])
Discussion Resources
- https://logflare.app (https://logflare.app)
- https://datastudio.google.com/u/0/reporting/1OiXkL1AOTJw4-dpudE1yAGQcmThGm-/page/kcvr?s=gIAFsUMbDS4 (https://datastudio.google.com/u/0/reporting/1OiXkL1AOTJw4-dpudE1y_AGQc_mThGm-/page/kcvr?s=gIAFsUMbDS4) – When clicked “Backend Status (Elixir)”
- https://github.com/Logflare/logflareloggerbackend (https://github.com/Logflare/logflare_logger_backend) – Elixir Logger backend
- https://github.com/Logflare/logflare_erl (https://github.com/Logflare/logflare_erl) – Erlang Logflare client
- https://www.elastic.co/what-is/elk-stack (https://www.elastic.co/what-is/elk-stack)
- https://dev.splunk.com/enterprise/ (https://dev.splunk.com/enterprise/)
- https://vercel.com/ (https://vercel.com/)
- https://cloud.google.com/bigquery/ (https://cloud.google.com/bigquery/)
- https://elixir-broadway.org/ (https://elixir-broadway.org/)
- https://hexdocs.pm/phoenix_pubsub/Phoenix.PubSub.html (https://hexdocs.pm/phoenix_pubsub/Phoenix.PubSub.html)
- https://www.loom.com/share/22ed1613d1f74c15b9beac88ee6705f9 (https://www.loom.com/share/22ed1613d1f74c15b9beac88ee6705f9) – Supabase Logs & Logflare Endpoints
- https://supabase.com/blog/2021/12/02/supabase-acquires-logflare (https://supabase.com/blog/2021/12/02/supabase-acquires-logflare) – Supabase acquires Logflare
Guest Information
- https://twitter.com/chasers (https://twitter.com/chasers) – Chase on Twitter
- https://github.com/Logflare/logflare (https://github.com/Logflare/logflare) – Logflare on Github
- https://github.com/chasers (https://github.com/chasers) – Chase on Github
- https://logflare.app (https://logflare.app) – Logflare website
- https://supabase.com/blog (https://supabase.com/blog) – Supabase blog
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Email the show - [email protected] (mailto:[email protected])
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- Cade Ward - @cadebward (https://twitter.com/cadebward)

We talk with Chase Granberry about Logflare. We learn why Chase started the company, what Logflare does, how it's built on Elixir, about their custom Elixir logger, where the data is stored, how it's queried, and more! We talk about dealing with the constant stream of log data, how Logflare is collecting and displaying metrics, and talk more about Supabase acquiring the company!

Show Notes online - http://podcast.thinkingelixir.com/78

Elixir Community News

https://www.twitch.tv/josevalim – José Valim still live streaming Advent of Code solutions
https://github.com/josevalim/aoc – Source code for his solutions.
https://github.com/miladamilli/Advent_of_Code_2021/blob/master/day09.livemd#L103 – Others like Milada are sharing their solutions. She used VegaLite for graphing a solution.
https://twitter.com/chris_mccord/status/1468998944009166849 – Launch a new Elixir app on Fly.io in two commands! mix phx.new and fly launch
https://github.com/phoenixframework/phoenix/pull/4609 – Chris McCord added phx.gen.release --docker in Phoenix 1.6.4 making it easier to deploy your Elixir app anywhere that uses Docker.
https://community.fly.io/t/introducing-dashboard-logs-page/3371 – Fly.io LiveView dashboard added live streaming logs
https://hex.pm/blog/hex-v1.0-released-and-the-future-of-hex – Hex v1.0 released along with a description for their roadmap and backward compatibility.
https://twitter.com/elixirmembrane/status/1468941532589867017 – Membrane Framework introducing BEAMchmark
https://twitter.com/ZachSDaniel1/status/1470512859629170688 – ElixirSense gets support for plugins
https://github.com/ash-project/ash – ElixirSense feature driven by Zach Daniel of the Ash Framework
http://podcast.thinkingelixir.com/27 – Our earlier interview with Zach Daniel about the Ash Framework
https://www.erlang-solutions.com/blog/twenty-years-of-open-source-erlang/ – Happy Birthday Open Source Erlang! 23 years ago!

Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at [email protected]

Discussion Resources

https://logflare.app
https://datastudio.google.com/u/0/reporting/1OiXkL1AOTJw4-dpudE1y_AGQc_mThGm-/page/kcvr?s=gIAFsUMbDS4 – When clicked “Backend Status (Elixir)”
https://github.com/Logflare/logflare_logger_backend – Elixir Logger backend
https://github.com/Logflare/logflare_erl – Erlang Logflare client
https://www.elastic.co/what-is/elk-stack
https://dev.splunk.com/enterprise/
https://vercel.com/
https://cloud.google.com/bigquery/
https://elixir-broadway.org/
https://hexdocs.pm/phoenix_pubsub/Phoenix.PubSub.html
https://www.loom.com/share/22ed1613d1f74c15b9beac88ee6705f9 – Supabase Logs & Logflare Endpoints
https://supabase.com/blog/2021/12/02/supabase-acquires-logflare – Supabase acquires Logflare

Guest Information

https://twitter.com/chasers – Chase on Twitter
https://github.com/Logflare/logflare – Logflare on Github
https://github.com/chasers – Chase on Github
https://logflare.app – Logflare website
https://supabase.com/blog – Supabase blog

Find us online

Message the show - @ThinkingElixir
Email the show - [email protected]
Mark Ericksen - @brainlid
David Bernheisel - @bernheisel
Cade Ward - @cadebward

Sponsored By:

Fly.io: Fly.io is a great place to deploy your next Phoenix application! Check them out!

Twitter Mentions