New Elixir 1.12 – The developer’s point of view

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
  • livebook

    Automate code & data workflows with interactive Elixir notebooks

  • One of the cool things you can do with `Mix.install` is enable the use of Hex packages in Livebook [0]. I’m excited to use this to start writing some rich documentation for our Phoenix app at work, as well as for some other projects I’m working on.

    [0] https://github.com/elixir-nx/livebook

  • bakeware

    Compile Elixir applications into single, easily distributed executable binaries

  • There’s a couple of approaches to this problem going on:

    1. Bakeware “bakes” your application together with the entire Erlang/OTP/Beam/Elixir stack into a single binary. Given the “batteries included” philosophy of OTP, these binaries end up being fairly large, but it works: https://github.com/bake-bake-bake/bakeware

    2. Lumen compiles Elixir, Erlang and friends into WASM. This will in time enable small fast cross-platform static binaries, but it is not done yet: https://getlumen.org/

  • 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
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

  • Super simple validated structs in Elixir

    1 project | dev.to | 20 Apr 2024
  • Setup Nx lib and EXLA to run NX/AXON with CUDA

    2 projects | dev.to | 22 Mar 2024
  • Interactive Code Cells

    2 projects | news.ycombinator.com | 18 Dec 2023
  • What software should I use as an alternative to Microsoft OneNote?

    2 projects | /r/software | 7 Dec 2023
  • Racket branch of Chez Scheme merging with mainline Chez Scheme

    5 projects | news.ycombinator.com | 6 Nov 2023