Elixir
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.
- GitHub: https://github.com/topics/elixir
- Wikipedia: https://en.wikipedia.org/wiki/Elixir_(programming_language)
- Repo: https://github.com/elixir-lang
- Created by: José Valim
- Released: September 8, 2014
- Related Topics: language, erlang, ruby,
- Last updated: 2026-06-23 00:09:38 UTC
- JSON Representation
https://github.com/am-kantox/johanna
erlcron smart wrapper :: cron for elixir
cron cron-jobs cronjob elixir elixir-lang erlang
Last synced: 05 Jan 2026
https://github.com/mijnverbruik/dsmr
A library for parsing Dutch Smart Meter Requirements (DSMR) telegram data
Last synced: 12 Dec 2025
https://github.com/laurabeatris/list-length-recursion
Elixir algorithm exercise to practice recursion using tail call optimization
algorithms-and-data-structures elixir functional-programming recursion
Last synced: 07 Apr 2025
https://github.com/portasynthinca3/sidx
Simple key-value store with subindex support for the BEAM implemented in pure Elixir. Mainly intended to be used by the `markov` library
Last synced: 14 Oct 2025
https://github.com/jfpedroza/cluster-test
Elixir cluster example locally and on Kubernetes
elixir elixir-cluster kubernetes
Last synced: 19 Apr 2026
https://github.com/tyalt1/petal_stack_tutorial
Teaching examples for PETAL stack (Phoenix, Elixir, Tailwind, Ash, LiveView)
elixir elixir-examples elixir-lang elixir-language elixir-phoenix elixir-phoenix-framework elixir-programming-language liveview phoenix tutorial tutorials
Last synced: 04 Jun 2026
https://github.com/elixir-metadata-logger/metadata_logger_plug
Plug Middleware to log request and response into in metadata
elixir hacktoberfest logger plug
Last synced: 12 Dec 2025
https://github.com/elonsoft/pg_case
Elixir helper macros to work with PostgreSQL `case` expression
Last synced: 14 Oct 2025
https://github.com/altenwald/elixir-recursos
Elixir: Introducción para Alquimistas (Recursos)
Last synced: 14 Mar 2025
https://github.com/yugabytedb-samples/yugabytedb-simple-elixir-app
A simple Elixir app that connects to a YugabyteDB cluster and performs basic CRUD operations.
elixir elixir-lang elixir-phoenix yugabyte yugabytedb
Last synced: 05 Jan 2026
https://github.com/allyedge/exbitly
An Elixir library to interact with the Bitly API.
bitly bitly-api elixir elixir-library
Last synced: 09 Apr 2025
https://github.com/sreetamdas/exercism-elixir
Exercism Elixir track solutions
Last synced: 09 Apr 2025
https://github.com/fpapado/reverie-api
The API backend for the Reverie application
Last synced: 24 Jul 2025
https://github.com/lawitschka/ex_aws_polly
ExAws module for AWS Polly Text-to-Speech
aws aws-polly elixir text-to-speech
Last synced: 23 Apr 2025
https://github.com/nbw/phoenix-multi-database-example
Using Fly.io to host a Phoenix web app that's connected to multiple Postgres read-replica databases (1 read/write master and a number of read-only replicas).
Last synced: 16 Oct 2025
https://github.com/woojiahao/practical_elixir_demo
Demo web application written for "Practical Functional Programming" a talk given for NUS Hackers Hackerschool about practical applications of functional programming
elixir elixir-lang phoenix phoenix-liveview talk tutorial
Last synced: 14 Oct 2025
https://github.com/tokafish/sumo
Example code for a sumobot in Elixir using Pigpiox
Last synced: 25 Apr 2026
https://github.com/jmerriweather/pn532
Elixir library to work with the NXP PN532 RFID module
Last synced: 08 Apr 2025
https://github.com/wfgilman/binge
API for Binge Mobile App
elixir erlang-otp ets phoenix-framework push-notifications sms
Last synced: 09 Apr 2025
https://github.com/agence-webup/gulpy
:rocket: A clean and concise Gulp API for common tasks
Last synced: 25 Mar 2025
https://github.com/axelclark/alexa_api
Elixir app to provide Alexa skills web service
Last synced: 01 Apr 2025
https://github.com/tony612/http2
An experiment HTTP/2 package(client&server) in Elixir
Last synced: 10 Jun 2025
https://github.com/emeric-martineau/ambrosia
Ambrosia is an Open-Source Full-Stack solution that helps you to build fast and maintainable web applications
Last synced: 12 Apr 2026
https://github.com/mtanzi/k8s_phoenix
Phoenix application deployed using Kubernetes
Last synced: 18 Jan 2026
https://github.com/code-lever/ubuntu-phoenix-docker
Ubuntu-based Phoenix Docker base image
docker docker-image elixir elixir-phoenix erlang nodejs phoenix-framework
Last synced: 22 Aug 2025
https://github.com/nabinno/deps_ghq_get
Run `ghq get` and then sync/clone with a GitHub repository that depends on your project.
Last synced: 14 May 2026
https://github.com/sr2echa/aoc
My solutions to : Advent of Code
advent-of-code advent-of-code-2023 advent-of-code-solutions adventofcode aoc aoc-2023 aoc2023 elixir haskell julia kotlin python rust
Last synced: 07 Apr 2026
https://github.com/lebrancworkshop/lebranc-learn-functional-programming
I'm learning a Functional Programming by learning its pure math concepts and apply it on functional language like Haskell, Clojure, Elixir, etc.
abstract-algebra category-theory clojure elixir fsharp functional-programming haskell homotopy-type-theory javascript lambda-calculus mathematics pure-mathematics racket scala theoretical-computer-science theory-of-computation type-theory typescript
Last synced: 13 May 2025
https://github.com/bwireman/dreamy
Dreamy provides useful macros, functions, types & operators to make elixir even dreamier 😴
Last synced: 18 Jul 2025
https://github.com/lubien/elixir-lang-bot
Bot that posts @elixirstatus, @rElixir, @elixir_forum and @pctguama news on Telegram
Last synced: 27 Mar 2025
https://github.com/lubien/ufpa-advanced-databases-2018-assignment-01
Implement some queries over self made db table with 1 billion entries of 8 bytes each for @gustavopinto class
college-assignment dbms elixir
Last synced: 27 Mar 2025
https://github.com/hjpotter92/sonyflake-ex
A distributed unique ID generator inspired by Twitter's Snowflake, rewritten in elixir.
elixir id-generator snowflake sonyflake unique-id
Last synced: 14 Sep 2025
https://github.com/techgaun/ex_raycast
A simple raycast algorithm implementation in Elixir
elixir polygon raycast raycast-algorithm
Last synced: 18 Jun 2025
https://github.com/lukad/bf
bf is a Brainfuck interpreter written in Elixir.
Last synced: 31 Oct 2025
https://github.com/efesto/ccs811
Driver for CCS811 Ultra-Low Power Digital Gas Sensor for Monitoring Indoor Air Quality
Last synced: 10 Apr 2025
https://github.com/pggalaviz/limiter
Simple distributed rate limiter in Elixir example
distributed distributed-systems elixir limiter rate-limiter
Last synced: 17 Jun 2026
https://github.com/techgaun/httphero
Composable HTTP Requests with Adapter support for HTTP clients
Last synced: 05 Apr 2025
https://github.com/kitsunesemcalda/info-elixir
A WebCrawler builded to recursive crawling
elixir elixir-ecto privategpt web-crawler web-crawling web-crawling-and-scraping
Last synced: 03 Apr 2025
https://github.com/brunolouvem/ecto_auto_filter
Automatic Filters based Ecto Schemas
Last synced: 22 Apr 2025
https://github.com/san650/subtitle
Elixir library to parse subtitle files (SubRip .srt files or MicroDVD .sub files)
elixir microdvd subrip subtitles
Last synced: 03 Apr 2025
https://github.com/makkrnic/ecto-infinite-times
Ecto and postgrex support for infinite dates and times.
Last synced: 07 May 2025
https://github.com/elixir-webrtc/ex_sctp
Elixir wrapper for sctp_proto library
Last synced: 10 Apr 2025
https://github.com/charlieroth/ballot
Distributed, geographically fault-tolerant, soft real-time, embedded election database
Last synced: 18 Feb 2026
https://github.com/am-kantox/finger_tree
Pure Elixir implementation of FingerTree
binary-tree data-structures elixir elixir-lang queue
Last synced: 04 Apr 2025
https://github.com/profiq/swapi-elixir
The Star Wars API, reimplemented in Elixir. Example API for your projects.
api elixir openapi star-wars-api swapi tutorial-api
Last synced: 20 May 2026
https://github.com/elixir-cloud-aai/elixir-cloud-aai.github.io
Documentation for the ELIXIR::GA4GH Cloud
cloud docs documentation elixir ga4gh
Last synced: 12 May 2025
https://github.com/schwarz/key_values3
KeyValues3 (KV3) parser in Elixir
deadlock dota2 elixir keyvalues3 parser-combinator source2-keyvalues3
Last synced: 08 Jul 2025
https://github.com/jmargenberg/monok
Alternative pipe operators for clean handling of `{:ok, value}` and `{:error, reason}` tuples in Elixir
Last synced: 04 Apr 2025
https://github.com/appulse-projects/epmd-java
Java based EPMD implementation
appulse elixir elixir-application elixir-apps elixir-lang elixir-language elixir-library elixir-programming-language epmd erlang erlang-learning erlang-libraries erlang-library erlang-node erlang-otp java java-library
Last synced: 02 Feb 2026
https://github.com/cameron-kurth/elixir_alpha_vantage
A lightweight Elixir wrapper for the Alpha Vantage API.
Last synced: 13 Apr 2025
https://github.com/vasuadari/nebulex_memcached_adapter
Nebulex adapter for memcached
cache distributed elixir memcached nebulex
Last synced: 11 Apr 2025
https://github.com/bravely/canonical_logs
Consolidates your Plug/Phoenix/Absinthe request logs into a single log line with all of their relevant information for easier querying.
absinthe-graphql elixir elixir-lang phoenix-framework plug
Last synced: 13 Apr 2025
https://github.com/mimiquate/tower_error_tracker
Tower reporter for ErrorTracker
elixir error-handling error-monitoring error-reporting error-tracking tower
Last synced: 13 Apr 2025
https://github.com/ug0/aliyun_sms
Aliyun SMS(阿里云短信) SDK for Elixir
aliyun aliyun-sms api elixir hex
Last synced: 10 Apr 2025
https://github.com/waseigo/do_trace
Provides an Elixir macro to trace function calls at runtime, mimicking Clojure's dotrace output.
Last synced: 14 Sep 2025
https://github.com/davidoliver/live_cue
A Phoenix LiveView-powered shared-file music collection player, for listening in sync with friends
Last synced: 10 Sep 2025
https://github.com/gilcierweb/api-elixir
API Elixir and PostgreSQL with Plug (Standalone)
api-elixir elixir elixir-apps elixir-lang elixir-library elixir-plug elixir-wrapper postgresql
Last synced: 15 Jun 2025
https://github.com/njwest/elixir-rate-limiter-tdd-example
An Example Elixir Rate Limiter with ExRated, coded via TDD
elixir exunit infosec rate-limiting tdd test-driven-development
Last synced: 13 Mar 2026
https://github.com/hackemateninja/phoenixliveviewexamples
Phoenix live view examples with Elixir and tailwind
elixir phoenix-framework tailwindcss
Last synced: 16 May 2026
https://github.com/gjum/morechunks-server
File-backed chunk storage server that provides chunks on request and allows clients to update them
civcraft devotedmc elixir minecraft
Last synced: 05 Apr 2025
https://github.com/doomspork/maartz
A refactor of Maartz's web scrapper. Context: https://twitter.com/maartz4/status/1248133734760615937
asynchronous-tasks elixir webcrawler
Last synced: 17 Feb 2026
https://github.com/afaur/elixir-plug-api
Starter for working with Elixir, Plug, and Cowboy. Provides an example of how to use a compiled eex template for a route. Has one API route with a test that validates it. Uses HTTPoison for testing a remote web request. Uses Poison for JSON encoding an API response. See `with_new_relic_agent` branch for an example of using new relic monitoring. Has code comments and getting started guide in readme.
boilerplate-application comments cowboy documentation elixir env example-app http2 httpoison https justfile makefile newrelic plug poison starter-project unlicense
Last synced: 07 Sep 2025
https://github.com/joshuawscott/lzf_elixir
LZF decompression algorithm in elixir
Last synced: 16 Jul 2025
https://github.com/axelclark/islands
Functional Web Development with Elixir, OTP, and Phoenix app
Last synced: 20 Jun 2025
https://github.com/craig-day/linked_map_set
A LinkedMapSet is an extension to MapSet that maintains ordering.
data-structures elixir linked-list ordered-collections ordered-set
Last synced: 28 Mar 2025
https://github.com/rasjonell/x-library
Self-Hosted, Open, and Editable Library Management Platform
elixir goodreads library phoenix phoenix-framework rest-api
Last synced: 28 Mar 2025
https://github.com/kortirso/yml
Elixir package for reading/writing yml/yaml files
elixir elixir-library parser yaml yml
Last synced: 27 Apr 2026
https://github.com/helabenkhalfallah/elixir_phoenix_pgsql_restful_json_api
Using Elixir, Phoenix, Ecto & postgresql to do a restful json api
ecto-adapter elixir json-api phoenix-framework postgresql
Last synced: 18 May 2026
https://github.com/naemazam/hello-world
I don't Know What is Your First Language and Don't Want to know Why You Select it. But As a Programmer i know, The Smile When You run Your First Code. After That We made Thousands of Mistake In our DEV life. We did Debug, Copycat or Googling But never Forget This First 2 Words. Let's Combine Our First Happiness In A single Page.
apache-groovy c dart elixir elm fortran go graphql haskel hello-world hellogithub helloworld helloworld-programs naemazam
Last synced: 08 Apr 2026
https://github.com/alpsar4l/personacraft
This cool tool built with Elixir generates colorful and entertaining human profiles with just a single request.
Last synced: 14 Mar 2025
https://github.com/vasuadari/hello-world
A hello-world application in ruby and elixir.
elixir hello-world phoenix ruby sinatra
Last synced: 20 Jan 2026
https://github.com/princemaple/scraper
Elixir Scraper
elixir elixir-scraper framework scraper
Last synced: 29 Aug 2025
https://github.com/princemaple/tusk
Elixir task library with retry, success/failure callback and timeout
callback elixir retry supervisor task timeout
Last synced: 29 Jan 2026
https://github.com/rgolubtsov/dnsresolvd-multilang
A daemon that performs DNS lookups for the given hostname passed in an HTTP request, with the focus on its implementation using various programming languages.
bash c clojure daemon dns elixir erlang genie http java javascript lfe lua multilang perl python resolver vala
Last synced: 30 Oct 2025
https://github.com/ninigi/ecto_dripper
Simple way to create composable ecto queries
ecto ecto-query elixir elixir-lang
Last synced: 29 Mar 2025
https://github.com/monkeyjunglejuice/emacs.ontop
EON – Emacs ONtop extends the Emacs ONboard starter kit. A less opinionated, loosely coupled and fully modular Emacs distro in the making. 🚀
common-lisp elixir emacs emacs-config emacs-configuration emacs-distributions emacs-setup emacs-starter-kit erlang haskell julia lfe ocaml racket unison-language
Last synced: 08 Apr 2026
https://github.com/simonewebdesign/slfe
🍭 Sh***y Lisp Flavoured Erlang (LFE)
bytecode compiler elixir erlang interpreter language lfe lisp parser
Last synced: 17 May 2026
https://github.com/wojtekwtf/payment-api-sandbox
💶 let's code some Elixir! Phoenix, simple endpoints, no database and some cardboard authentication. For more info scroll down the readme
Last synced: 28 Mar 2025
https://github.com/fabiornobrega/ecommerce-elixir-phoenix-example
This small project is a simple example of a e-commerce build with elixir using a phoenix framework
Last synced: 09 Jul 2025
https://github.com/phillipjhl/white_rabbit
Elixir library that uses the AMQP to provide behaviors that dynamically supervises all connections, channels, consuming, producing, and exchanging of RabbitMQ messages. Also provides an api to send RPC messages to other distributed elixir nodes via reply_to queues.
amqp autorecovery behaviour consumer dynamic-supervisor elixir genserver producer protocol rabbit rabbitmq rpc telemetry
Last synced: 11 Apr 2025
https://github.com/thmsmtylr/headlessui-phoenix
Phoenix Live View Components
elixir phoenix phoenix-framework tailwindcss
Last synced: 20 May 2026
https://github.com/librity/ignite_rockelivery
Rocket Seat - Ignite - Elixir - A food delivery backend made with Elixir and Phoenix.
elixir phoenix-framework rockelivery rocketseat-ignite
Last synced: 10 Sep 2025
https://github.com/iamvery/phoenix_ratchet
Phoenix Template Engine for Ratchet
elixir phoenix ratchet template-engine view
Last synced: 13 Apr 2025