Single File Elixir Scripts

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

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

  • love elixir. hate Mix.

    it's like using Maven or npm all over again. but even worse because it generates a lot of code.

    it creates disposable projects by design. No way to keep track of what to change when mix create outputs something different next year.

    and now things like https://github.com/wojtekmach/mix_install_examples/blob/main... where is ecto even installed? download from where? so annoying this trend.

  • ecto_sqlite3

    An Ecto SQLite3 adapter.

  • You could adapt this script and replace Postgrex with the ecto_sqlite3 adapter:

    https://github.com/wojtekmach/mix_install_examples/blob/main...

    https://github.com/elixir-sqlite/ecto_sqlite3

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

    Just some WIP in Elixir and related experiments

  • None of them have tests :(

    I have plenty of single-file Elixir examples, many with tests included, in this elixir-snippets repo:

    https://github.com/pmarreck/elixir-snippets/blob/master/prin...

  • The image classification app[0] written by Chris (creator of Phoenix) is IMO nicer example of single file Elixir/Phoenix app. I had some inspirational moments. Yes, I know it was probably linked on HN before.

    [0] https://github.com/chrismccord/single_file_phx_bumblebee_ml

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

  • Grapevine the MUD Community Site

    1 project | news.ycombinator.com | 5 May 2024
  • Notes on streaming downloads with progress in Elixir

    3 projects | dev.to | 2 May 2024
  • Show HN: COSSgpt – Learn how to build an open source startup

    1 project | news.ycombinator.com | 2 May 2024
  • We need to Speak about Google Code Quality

    2 projects | dev.to | 24 Apr 2024
  • Show HN: Open-Source Ad-Free File Upload Service

    1 project | news.ycombinator.com | 22 Apr 2024