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

pit
pitElixir

Elixir macro for pattern matching and transforming values inside pipe expressions, with safe and strict variants.

#functional-programming#elixir#pipe-operator
Stars29
Forks2
Last commit1 year ago
lager_logger
lager_loggerElixir

A lager backend that forwards all log messages to Elixir's Logger for unified logging in Elixir applications.

#elixir#observability#integration
Stars29
Forks19
Last commit6 years ago
airbrakex
airbrakexElixir

Elixir client for sending errors and exceptions to the Airbrake error monitoring service.

#elixir#devops#error-monitoring
Stars29
Forks46
Last commit2 years ago
distance_api_matrix
distance_api_matrixElixir

An Elixir library for accessing Google's Distance Matrix API to calculate travel distances and times between multiple locations.

#elixir#logistics#google-maps-api
Stars29
Forks7
Last commit7 years ago
def_memo
def_memoElixir

A memoization macro (defmemo) for Elixir that caches function results to improve performance.

#macro#functional-programming#elixir
Stars29
Forks5
Last commit9 years ago
geohash
geohashElixir

Geohash encoder/decoder implementation for Elixir with neighbor and bounds calculations.

#functional-programming#elixir#geospatial
Stars29
Forks11
Last commit2 years ago
expool
expoolElixir

A simple Elixir library for process pooling and task submission to manage concurrency and avoid boilerplate.

#process-pooling#elixir#task-submission
Stars29
Forks2
Last commit8 months ago
std_json_io
std_json_ioElixir

An Elixir library that manages a pool of workers for JSON communication with external scripts via STDIN/STDOUT.

#elixir#react-stdio#supervision-tree
Stars29
Forks27
Last commit6 years ago
zarex
zarexElixir

An Elixir library for sanitizing filenames from user input, inspired by Ruby's Zaru.

#elixir#library#unicode
Stars29
Forks0
Last commit10 months ago
gelf_logger
gelf_loggerElixir

An Elixir Logger backend that sends logs in Graylog Extended Log Format (GELF) via UDP.

#elixir#graylog#logging
Stars29
Forks30
Last commit10 months ago
neo4j-elixir-driver
neo4j-elixir-driverElixir

Elixir implementation of the Neo4j Bolt protocol and PackStream for low-level database communication.

#database-driver#packstream#elixir
Stars29
Forks6
Last commit7 years ago
keenex
keenexElixir

An Elixir client library for interacting with the Keen.io analytics API.

#elixir#event-tracking#keen-io
Stars28
Forks13
Last commit7 years ago
elixgrep
elixgrepElixir

An Elixir framework for implementing concurrent versions of Unix utilities like grep and find using a map/reduce pattern.

#elixir#plugin-system#find
Stars28
Forks3
Last commit9 years ago
nifty
niftyElixir

Helper script for setting up boilerplate when writing Elixir NIFs (Native Implemented Functions).

#elixir#developer-tools#nif
Stars28
Forks2
Last commit11 years ago
absinthe_gen
absinthe_genElixir

A scaffold generator for Elixir Absinthe projects that creates schema, type, and resolver files.

#generator#elixir#phoenix
Stars28
Forks1
Last commit5 years ago
named_args
named_argsElixir

An Elixir library that enables Ruby-style named arguments with proper default value merging.

#elixir#default-values#elixir-macro
Stars28
Forks2
Last commit8 years ago
ecto_shortcuts
ecto_shortcutsElixir

A lightweight Elixir library that provides simplified shortcuts for common Ecto database operations.

#crud#orm#database
Stars28
Forks2
Last commit10 years ago
phoenix_pubsub_postgres
phoenix_pubsub_postgresElixir

PostgreSQL PubSub adapter for Phoenix applications, enabling real-time messaging using PostgreSQL's NOTIFY/LISTEN.

#database-adapter#elixir#phoenix-framework
Stars28
Forks4
Last commit11 years ago
logfmt
logfmtElixir

An Elixir library for encoding and decoding logfmt-style log lines.

#elixir#logfmt#logging
Stars28
Forks12
Last commit4 years ago
mix.nvim
mix.nvimLua

A Neovim plugin that provides a wrapper for Mix (Elixir) commands with autocompletion and async execution.

#autocompletion#elixir#editor-integration
Stars28
Forks1
Last commit4 years ago
SpiderMan
SpiderManElixir

A fast high-level web crawling and scraping framework for Elixir, built on Broadway.

#elixir#web-crawling#spider
Stars28
Forks6
Last commit10 months ago
docker
dockerElixir

Elixir client library for interacting with the Docker Remote API via HTTP.

#elixir#devops#container-management
Stars27
Forks15
Last commit5 years ago
phoenix_html_sanitizer
phoenix_html_sanitizerElixir

A Phoenix library for sanitizing HTML user input by stripping or allowing specific tags and attributes.

#user-input#elixir#web-security
Stars27
Forks12
Last commit2 years ago
nvim
nvimElixir

A Neovim host that enables writing remote plugins using the Elixir programming language.

#remote-plugins#elixir#genserver
Stars27
Forks2
Last commit4 years ago
Tongue
TongueElixir

An Elixir port of Nakatani Shuyo's natural language detection library, supporting 55 languages.

#elixir-lang#elixir#text-analysis
Stars27
Forks4
Last commit1 year ago
mbcs
mbcsElixir

Elixir wrapper for erlang-mbcs providing character encoding conversion functions for various code pages.

#elixir#erlang-mbcs#legacy-system
Stars27
Forks8
Last commit5 years ago
airbrake
airbrakeElixir

An Elixir notifier for sending exceptions and errors to Airbrake or Errbit with Plug and Phoenix integration.

#airbrake#elixir#errbit
Stars27
Forks14
Last commit3 years ago
pay
payElixir

An Elixir library for integrating PayPal and other payment solutions with extensible architecture.

#ecommerce#elixir#phoenix-framework
Stars27
Forks9
Last commit9 years ago
cesso
cessoElixir

A simple Elixir library for lazy CSV parsing, optimized for handling large exported databases.

#stream-processing#elixir#database-export
Stars27
Forks7
Last commit12 years ago
moment
momentElixir

An Elixir library for easy date and time handling with formatting and parsing inspired by Moment.js.

#parsing#formatting#datetime-library
Stars27
Forks1
Last commit11 years ago
pusher
pusherElixir

Elixir library for interacting with the Pusher REST API and WebSocket client for real-time communication.

#elixir#pusher-api#library
Stars27
Forks18
Last commit2 years ago
plug_require_header
plug_require_headerElixir

An Elixir Plug middleware for requiring and extracting specific HTTP headers in web applications.

#elixir#web-security#phoenix-framework
Stars27
Forks3
Last commit1 year ago
cspex
cspexElixir

A library implementing CSP channels in Elixir, inspired by Go channels and Clojure core.async.

#go-channels#csp#elixir
Stars26
Forks1
Last commit8 years ago
firex
firexElixir

Firex automatically generates command-line interfaces (CLIs) from Elixir modules, inspired by Python Fire.

#elixir#developer-tools#cli-generators
Stars26
Forks1
Last commit8 years ago
exml
exmlElixir

A minimal Elixir wrapper for xmerl's XPath functionality, providing simple XML querying.

#elixir#wrapper-library#erlang-xmerl
Stars26
Forks4
Last commit3 years ago
hades
hadesElixir

An Elixir wrapper for NMAP that provides a programmatic interface for network discovery and security scanning.

#elixir#nmap#network-discovery
Stars26
Forks3
Last commit6 years ago
PreviousPage 23 of 36Next

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
#Hex Package237
#Phoenix Framework194
#Erlang160
#Elixir Library126
#Functional Programming112
#Ecto106
#Api Client98
#Phoenix96
#Library92
#Elixir Lang83
#Developer Tools79
#Web Development79