Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Elixir

Elixir

1282 projects

Showing 36 of 1282 projects

reaxive
reaxiveElixir

A reactive event handling library for Elixir, inspired by Elm and Reactive Extensions, implementing asynchronous collections.

#functional-programming#elixir#observables
Stars288
Forks8
Last commit6 years ago
statix
statixElixir

A high-performance Elixir client for StatsD-compatible servers, optimized for speed and reliability.

#statsd-client#elixir#connection-pooling
Stars285
Forks93
Last commit2 years ago
readability
readabilityElixir

An Elixir library for extracting and curating the primary readable content from webpages.

#readability#hacktoberfest#elixir
Stars283
Forks64
Last commit8 months ago
hashids
hashidsElixir

An Elixir library for obfuscating numerical IDs into short, unique, reversible strings.

#elixir#library#id-obfuscation
Stars282
Forks16
Last commit2 years ago
ex_phone_number
ex_phone_numberElixir

An Elixir library for parsing, formatting, and validating international phone numbers, based on Google's libphonenumber.

#elixir#telephony#internationalization
Stars279
Forks71
Last commit17 days ago
exfswatch
exfswatchElixir

An Elixir wrapper for native file system change monitoring across macOS, Linux, and Windows.

#elixir#library#otp
Stars277
Forks61
Last commit7 months ago
Apex
ApexElixir

An Elixir library that pretty prints data structures with full color, proper indentation, and internal structure exposure.

#data-inspection#elixir#developer-tools
Stars277
Forks19
Last commit2 years ago
ecto_job
ecto_jobElixir

Transactional job queue library for Elixir using Ecto, PostgreSQL/MySQL, and GenStage for reliable background processing.

#elixir#concurrent-processing#ecto
Stars276
Forks36
Last commit4 years ago
beaker
beakerElixir

A tool for tracking and visualizing metrics in Elixir applications, with integrations for Phoenix and Ecto.

#elixir#performance-tracking#ecto
Stars275
Forks19
Last commit4 years ago
opq
opqElixir

A simple, in-memory FIFO queue for Elixir with worker pooling and rate limiting.

#back-pressure#task-processing#elixir
Stars272
Forks9
Last commit2 years ago
Astarte
AstarteElixir

An open-source IoT platform for data management and processing, built in Elixir with Cassandra/ScyllaDB and RabbitMQ.

#iot#hacktoberfest#iot-middleware
Stars271
Forks59
Last commit1 day ago
mongodb_driver
mongodb_driverElixir

A feature-rich MongoDB driver for Elixir supporting modern MongoDB versions, connection pooling, transactions, and GridFS.

#database-driver#bson#elixir
Stars270
Forks85
Last commit1 day ago
rackla
racklaElixir

An open-source Elixir framework for building API gateways that proxy, transform, and merge HTTP requests asynchronously.

#http-proxy#api-gateway#async-requests
Stars268
Forks27
Last commit9 years ago
Bolt.Sips
Bolt.SipsElixir

An Elixir driver for Neo4j using the high-performance Bolt protocol, supporting standalone servers and causal clusters.

#database-driver#neo4j-driver#elixir
Stars267
Forks52
Last commit2 years ago
connection
connectionElixir

A deprecated Elixir behaviour for managing connection processes, superseded by gen_statem.

#elixir#open-source#deprecated
Stars266
Forks22
Last commit2 years ago
rexbug
rexbugElixir

A thin Elixir wrapper for the production-friendly redbug Erlang tracing debugger, providing live system debugging with Elixir syntax.

#tracing#elixir-lang#elixir
Stars262
Forks16
Last commit3 years ago
mariaex
mariaexElixir

A pure Elixir database driver for MariaDB and MySQL with native Elixir data type support.

#database-driver#elixir#pure-elixir
Stars262
Forks82
Last commit4 years ago
table_rex
table_rexElixir

An Elixir library for generating customizable text-based tables with support for styling, sorting, and ANSI colors.

#hex#elixir#terminal-output
Stars262
Forks28
Last commit1 year ago
absinthe_plug
absinthe_plugElixir

Plug integration for Absinthe, enabling GraphQL APIs in Elixir web applications.

#http-handler#elixir#phoenix
Stars262
Forks180
Last commit2 months ago
exchat
exchatElixir

A Slack-like real-time chat application built with Elixir, Phoenix, and React.

#chat#elixir#team-collaboration
Stars259
Forks34
Last commit8 years ago
elastix
elastixElixir

A DSL-free Elasticsearch REST client for Elixir, providing a simple interface to interact with Elasticsearch clusters.

#search#data-indexing#elixir-lang
Stars254
Forks69
Last commit1 year ago
arc_ecto
arc_ectoElixir

An Elixir library that integrates Arc file uploads with Ecto schemas for seamless attachment handling.

#elixir#cache-busting#ecto
Stars253
Forks148
Last commit2 years ago
discovery
discoveryElixir

An OTP application for auto-discovering and connecting Elixir services using Consul for service health and node management.

#elixir#node-management#otp
Stars250
Forks18
Last commit9 years ago
koans
koansElixir

Interactive exercises to learn Elixir by completing test-driven koans.

#functional-programming#elixir#developer-tools
Stars248
Forks60
Last commit10 years ago
ecto_watch
ecto_watchElixir

Get real-time PostgreSQL database change notifications in Elixir applications via triggers and PubSub.

#elixir#phoenix#ecto
Stars247
Forks19
Last commit6 months ago
ecto_mnesia
ecto_mnesiaElixir

An Ecto adapter for Mnesia, enabling Elixir applications to use the Erlang term database with Ecto's query and repository API.

#hex#elixir-lang#package
Stars247
Forks38
Last commit6 years ago
gutenex
gutenexElixir

A native Elixir library for generating PDF documents with support for text, fonts, images, and drawing.

#elixir#image-embedding#drawing
Stars245
Forks38
Last commit7 years ago
arbor
arborElixir

Ecto adjacency list and tree traversal library for Elixir using CTEs and a parent_id field.

#sql-cte#hierarchical-data#orm
Stars243
Forks26
Last commit3 years ago
pot
potErlang

An Erlang library for generating Google Authenticator compatible HMAC-based (HOTP) and time-based (TOTP) one-time passwords.

#totp#elixir#authentication
Stars242
Forks37
Last commit2 years ago
ffmpex
ffmpexElixir

An Elixir wrapper for the FFmpeg command line interface, providing a builder API for constructing and executing FFmpeg commands.

#elixir#ffmpeg#video-processing
Stars242
Forks40
Last commit2 months ago
dotenv
dotenvElixir

Load environment variables from a .env file into the Elixir application environment for development and non-release deployments.

#deployment#elixir#environment-variables
Stars241
Forks28
Last commit5 years ago
rollbax
rollbaxElixir

Elixir client for reporting exceptions and logs to Rollbar, with automatic crash reporting for OTP processes.

#elixir#phoenix#otp
Stars240
Forks51
Last commit2 years ago
fs
fsErlang

A cross-platform file system watcher for Erlang/Elixir applications using native OS backends.

#elixir#file-system-watcher#fsevent
Stars239
Forks74
Last commit1 month ago
trans
transElixir

Embedded translations for Ecto schemas using PostgreSQL JSONB columns to avoid extra tables.

#elixir#embedded-data#database-schema
Stars237
Forks16
Last commit1 month ago
ExGram
ExGramElixir

An Elixir library and framework for building Telegram bots with a low-level API and opinionated DSL.

#hacktoberfest#elixir-lang#elixir
Stars236
Forks33
Last commit1 month ago
nanoid
nanoidElixir

An Elixir port of NanoID, a secure and URL-friendly unique string ID generator with compact size.

#idgenerator#url-friendly#elixir
Stars236
Forks11
Last commit1 month ago
PreviousPage 9 of 36Next

Related Tags

#Hex Package237#Phoenix Framework194#Erlang160#Elixir Library126#Functional Programming112#Ecto106#Api Client98#Phoenix96#Library92#Elixir Lang83#Web Development79#Developer Tools78
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub