Elixir and Phoenix can do it all

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • elixir-styler

    An @elixir-lang code-style enforcer that will just FIFY instead of complaining

  • elixir-type_check

    TypeCheck: Fast and flexible runtime type-checking for your Elixir projects.

  • Use this until the one built into the language is ready. It has incredibly low performance impact too.

    https://github.com/Qqwy/elixir-type_check

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • last10k_liveview

    Streams new SEC Filings in real-time using Phoenix LiveView

  • I recently deployed a Phoenix LiveView app[1] on a shared-cpu-2x 512MB fly machine[2]. Configuration and deployment was non-trivial with their CLI. I ran `fly launch` which auto-detected the project's codebase as a Phoenix app which then auto-generated a Dockerfile with support for rust NIF built using rustler so I didn't have to do anything extra to support the project's rust dependency.

    [1] https://github.com/hbcondo/last10k_liveview

    [2] https://fly.io/docs/about/pricing/#apps-v2-and-machines

  • lexical

    Lexical is a next-generation elixir language server (by lexical-lsp)

  • I’ve been writing Elixir for years and I can’t even think of the last time I had a language server crash…

    Plus, these days there are many alternate LSP implementations besides Elixir LS:

    https://github.com/lexical-lsp/lexical

    https://github.com/elixir-tools/next-ls

  • next-ls

    The language server for Elixir that just works. Ready for early adopters!

  • I’ve been writing Elixir for years and I can’t even think of the last time I had a language server crash…

    Plus, these days there are many alternate LSP implementations besides Elixir LS:

    https://github.com/lexical-lsp/lexical

    https://github.com/elixir-tools/next-ls

  • petal_components

    Phoenix + Live View HEEX Components

  • There are component libaries for LiveView.

    https://github.com/petalframework/petal_components

    https://github.com/coingaming/moon

    I personally wouldn't use React for components in LiveView, you are just adding more complexity to your application for no reason. It really not that hard to build components using JS and LiveView. In the end you get less complex components than what you would get with react.

  • moon

    Moon Design System for Elixir (by coingaming)

  • There are component libaries for LiveView.

    https://github.com/petalframework/petal_components

    https://github.com/coingaming/moon

    I personally wouldn't use React for components in LiveView, you are just adding more complexity to your application for no reason. It really not that hard to build components using JS and LiveView. In the end you get less complex components than what you would get with react.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I built a functional, beautiful Spotify clone 🐧

    3 projects | /r/opensource | 13 Jul 2023
  • Any good and updated open source phoenix project

    7 projects | /r/elixir | 3 Feb 2023
  • Step-by-Step Tutorial for Building, Testing and Deploying a Chat App in Phoenix

    1 project | news.ycombinator.com | 30 Aug 2022
  • Elixir/Erlang: How to find the source of high CPU usage?

    2 projects | /r/codehunter | 3 May 2022
  • Adding React to an existing application?

    1 project | /r/elixir | 13 Apr 2022