Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Elixir

Elixir

729 projects

Showing 36 of 729 projects

artifact
artifactElixir

A file upload and on-the-fly processing library for Elixir applications.

#elixir#storage#phoenix-framework
Stars44
Forks2
Last commit7 years ago
SPARQL.ex
SPARQL.exElixir

An implementation of SPARQL standards for Elixir, enabling query execution against RDF data structures and remote endpoints.

#linked-data#elixir#graph
Stars44
Forks2
Last commit2 months ago
panoramix
panoramixElixir

An Elixir client library for querying Apache Druid, enabling efficient data analytics and time-series operations.

#data-querying#elixir#druid-io
Stars44
Forks5
Last commit12 days ago
happy
happyElixir

A tiny Elixir library for handling the happy path with clean syntax, rewriting pattern matches into nested case expressions.

#functional-programming#elixir#library
Stars44
Forks3
Last commit9 years ago
core
coreElixir

A library for implementing OTP-compliant processes natively in Elixir with selective receive capabilities.

#elixir#library#distributed-systems
Stars44
Forks5
Last commit11 years ago
exleveldb
exleveldbElixir

An Elixir wrapper for the Erlang eleveldb module, providing idiomatic access to LevelDB key-value storage.

#elixir#storage#leveldb
Stars43
Forks6
Last commit7 years ago
sparkpost
sparkpostElixir

Official Elixir client library for sending emails via the SparkPost API with both simple and advanced usage options.

#elixir#transactional-email#sparkpost
Stars43
Forks15
Last commit3 years ago
factory_girl_elixir
factory_girl_elixirElixir

A minimal Elixir implementation of Ruby's factory_girl for generating test data.

#elixir#unit-testing#factory-pattern
Stars43
Forks5
Last commit11 years ago
dir_walker
dir_walkerElixir

A lazy, depth-first directory tree walker for Elixir that efficiently handles large filesystems.

#stream-processing#directory-traversal#elixir
Stars43
Forks14
Last commit5 years ago
reprise
repriseElixir

A simplified module reloader for Elixir that scans only beam files of the current mix project and environment.

#module-reloader#elixir#dev-environment
Stars43
Forks10
Last commit2 years ago
sizeable
sizeableElixir

An Elixir library for converting file sizes into human-readable formats with flexible output options.

#formatting#elixir#developer-tools
Stars42
Forks8
Last commit1 year ago
ectophile
ectophileElixir

An Ecto extension that adds file upload support to Elixir models with minimal configuration.

#elixir#ecto#phoenix-framework
Stars42
Forks1
Last commit10 years ago
versionary
versionaryElixir

Adds API versioning support to Elixir Plug and Phoenix applications via request header verification.

#elixir-lang#elixir#elixir-phoenix
Stars42
Forks3
Last commit4 years ago
ratio
ratioElixir

A library for exact calculations using rational numbers in Elixir, compatible with the Numbers behavior.

#elixir#rational-numbers#guard-safe
Stars42
Forks11
Last commit2 years ago
cuckoo
cuckooElixir

A pure Elixir implementation of Cuckoo Filters, a probabilistic data structure for set membership testing.

#probabilistic-data-structures#hex#functional-programming
Stars42
Forks0
Last commit5 years ago
google_sheets
google_sheetsElixir

An Elixir OTP application for fetching, parsing, and versioning Google Spreadsheet data as CSV, with ETS storage and polling.

#elixir#data-fetching#otp
Stars41
Forks5
Last commit7 years ago
mailer
mailerElixir

A simple SMTP mailer for Elixir applications to send transactional emails like welcome or password recovery messages.

#elixir#transactional-email#smtp
Stars41
Forks18
Last commit6 years ago
telephonist
telephonistElixir

An Elixir library for building state machines to manage Twilio call flows with integrated TwiML generation.

#hex#elixir#telephony
Stars41
Forks4
Last commit10 years ago
Petrovich
PetrovichElixir

Elixir library for inflecting Russian first, last, and middle names into grammatical cases.

#elixir#natural-language-processing#petrovich
Stars41
Forks2
Last commit4 years ago
ex_hl7
ex_hl7Elixir

An Elixir parser for HL7 version 2.x messages with a DSL for custom segment and composite field definitions.

#elixir#data-parser#elixir-library
Stars41
Forks13
Last commit6 years ago
blogit
blogitElixir

An Elixir OTP application that generates blog posts from markdown files stored in a Git repository.

#multi-language#elixir#content-management
Stars41
Forks7
Last commit3 years ago
aruspex
aruspexElixir

A configurable constraint solver written in Elixir, supporting multiple strategies including simulated annealing for weighted CSPs.

#csp#elixir#combinatorial-problems
Stars41
Forks3
Last commit10 years ago
lighthouse_scheme
lighthouse_schemeElixir

A toy Scheme-like language interpreter built on Elixir for educational and experimental purposes.

#functional-programming#elixir#language-implementation
Stars41
Forks5
Last commit9 years ago
dragonfly_server
dragonfly_serverElixir

An Elixir application for serving Dragonfly image processing URLs with an admin API for cache management.

#elixir#dragonfly#imagemagick
Stars41
Forks5
Last commit11 years ago
gen_fsm
gen_fsmElixir

An Elixir wrapper around Erlang OTP's gen_fsm behavior for building finite state machines.

#elixir#behavior-wrapper#gen-fsm
Stars40
Forks3
Last commit6 years ago
work_queue
work_queueElixir

A simple implementation of the hungry-consumer work scheduling model in Elixir for parallel processing.

#elixir#distributed-systems#hungry-consumer
Stars40
Forks4
Last commit6 years ago
ueberauth_microsoft
ueberauth_microsoftElixir

Microsoft OAuth2 strategy for the Überauth Elixir authentication library.

#ueberauth#elixir#microsoft
Stars40
Forks37
Last commit4 months ago
yocingo
yocingoElixir

An Elixir library providing a complete implementation of the Telegram Bot API for building custom bots.

#elixir#chatbot#messaging
Stars40
Forks10
Last commit9 years ago
plug_canonical_host
plug_canonical_hostElixir

An Elixir Plug that redirects requests from non-canonical hosts to a single canonical host.

#elixir#http-middleware#web-server
Stars40
Forks8
Last commit2 years ago
xmlrpc
xmlrpcElixir

Encode and decode Elixir terms to XML-RPC parameters with full type support and secure XML validation.

#xml-rpc#elixir#http-integration
Stars40
Forks18
Last commit1 year ago
dogstatsd
dogstatsdElixir

An Elixir client for DogStatsD, the Datadog extension of StatsD for metrics and events.

#dogstatsd#elixir#observability
Stars40
Forks8
Last commit3 years ago
ecto_ordered
ecto_orderedElixir

Ecto extension for managing ordered list items with scoped positioning and virtual fields.

#database#elixir#scoped-queries
Stars40
Forks17
Last commit8 years ago
bottler
bottlerElixir

A collection of tools for generating, shipping, installing, and deploying Elixir releases to remote servers.

#elixir#release-management#mix-tasks
Stars40
Forks6
Last commit6 years ago
murmur
murmurElixir

A pure Elixir implementation of the non-cryptographic Murmur3 hash algorithm.

#elixir#library#hashing
Stars39
Forks7
Last commit5 years ago
ex_twiml
ex_twimlElixir

Generate TwiML for Twilio integrations using Elixir macros.

#elixir#telephony#sms-api
Stars39
Forks15
Last commit2 years ago
Closure Table
Closure TableElixir

An Elixir library implementing the Closure Table pattern for storing and querying hierarchical data with referential integrity.

#closure-table#hierarchical-data#elixir
Stars39
Forks11
Last commit11 months ago
PreviousPage 20 of 21Next

Related Tags

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
#Phoenix Framework136
#Hex Package108
#Erlang94
#Ecto85
#Elixir Library74
#Functional Programming71
#Phoenix69
#Elixir Lang59
#Web Development51
#Postgresql47
#Developer Tools45
#Plug44