Scripting with Elixir

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

  • The pipes are really very nice.

    They are actually even nicer under Livebook: https://livebook.dev/

    It can let you drag-drop reorder, enable/disable, steps in a pipeline: https://github.com/livebook-dev/livebook/blob/main/lib/liveb...

    It is really wild.

  • transport-site

    Rendre disponible, valoriser et améliorer les données transports

  • I've been a big fan of "Mix.install" since it was released!

    I believe this made me use Elixir instead of Ruby (my natural scripting language) more and more.

    I use it on a regular basis for my work on https://transport.data.gouv.fr/ (which is Elixir-based and open-source), as one can see at https://github.com/etalab/transport-site/tree/master/scripts.

    What I like the most is that it helps me start ideas, experiments & data analysis with their own set of dependencies (without much care of "will this impact the main application?"), store those experiments in the same repo at the main application, and maybe later promote some of those experiments to the main application source code.

    Concrete examples include:

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

    A collection of simple Elixir scripts that are using Mix.install/2.

  • - learning how to compute the checksum of the internal content of a zip file https://github.com/etalab/transport-site/blob/master/scripts...

    As mentioned in the article, I can definitely recommend to check out https://github.com/wojtekmach/mix_install_examples which has a long list of examples.

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
  • Livebook: Automate code and data workflows with interactive notebooks

    1 project | news.ycombinator.com | 6 Aug 2023
  • From Python to Elixir Machine Learning

    1 project | news.ycombinator.com | 25 Jul 2023