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

merkle_tree
merkle_treeElixir

A pure Elixir implementation of Merkle trees for efficient and secure data verification.

#functional-programming#elixir#distributed-systems
Stars97
Forks15
Last commit6 years ago
efx
efxElixir

A declarative library for writing testable side effects in Elixir by binding effect implementations in tests.

#declarative-programming#elixir#otp
Stars97
Forks6
Last commit9 months ago
multiverse
multiverseElixir

An Elixir plug for managing API version compatibility via request/response gateways, inspired by Stripe's approach.

#hex#api-gateway#elixir-lang
Stars96
Forks11
Last commit6 years ago
couchdb_connector
couchdb_connectorElixir

An Elixir connector for CouchDB providing CRUD operations, view management, and user administration with JSON and Map document support.

#elixir#basic-auth#document-store
Stars96
Forks19
Last commit7 years ago
tabula
tabulaElixir

An Elixir library that transforms lists of maps, structs, or keywords into ASCII or GitHub Markdown tables.

#elixir#developer-tools#ecto
Stars95
Forks3
Last commit4 years ago
diplomat
diplomatElixir

An Elixir library for interacting with Google Cloud Datastore, providing a native Elixir interface for entity operations and queries.

#datastore#gql#database
Stars94
Forks22
Last commit3 years ago
mockery
mockeryElixir

A simple mocking library for asynchronous testing in Elixir that avoids module overrides and runtime module creation.

#mock-library#elixir-lang#elixir
Stars94
Forks10
Last commit8 months ago
urna
urnaElixir

A simple Elixir DSL for implementing REST services with proper HTTP semantics and CORS support.

#http-server#elixir#content-negotiation
Stars94
Forks5
Last commit9 years ago
crudry
crudryElixir

An Elixir library that reduces boilerplate code for CRUD operations in Phoenix contexts and Absinthe resolvers.

#backend-development#crud#elixir
Stars93
Forks11
Last commit4 years ago
reagent
reagentElixir

A socket acceptor pool for Elixir that simplifies server implementation using the socket library.

#elixir#otp#tcp-server
Stars92
Forks7
Last commit9 years ago
JSON Schema to Elm
JSON Schema to ElmElixir

Generates Elm types, JSON decoders, JSON encoders, and fuzz tests from JSON Schema draft v7 specifications.

#elixir-lang#json-encoder#elixir
Stars92
Forks12
Last commit6 days ago
matcha
matchaElixir

A library providing first-class, ergonomic match specifications for the Elixir language.

#tracing#hex#functional-programming
Stars92
Forks6
Last commit1 year ago
pdf2htmlex
pdf2htmlexElixir

Elixir library that converts PDF documents to HTML while preserving text and formatting.

#pdf-conversion#elixir#format-retention
Stars92
Forks18
Last commit10 years ago
elixir_nsq
elixir_nsqElixir

A complete, well-tested NSQ client library for Elixir and Erlang applications to handle asynchronous messaging.

#elixir#library#message-queue
Stars92
Forks26
Last commit1 month ago
plasm
plasmElixir

A composable query library for Ecto providing higher-level functions like .count, .random, .earliest, and .latest.

#query-builder#database#elixir
Stars92
Forks4
Last commit6 years ago
chinese_translation
chinese_translationElixir

An Elixir module for translating between simplified and traditional Chinese, converting to pinyin, and slugifying Chinese text.

#pinyin#elixir#unicode
Stars91
Forks11
Last commit8 years ago
loki
lokiElixir

A toolkit for building powerful command-line interfaces in Elixir with helpers for shell interaction, file manipulation, and directory operations.

#file-manipulation#elixir-lang#elixir
Stars91
Forks7
Last commit2 years ago
ecto_anon
ecto_anonElixir

An Elixir library for data anonymization directly in Ecto schemas, with support for fields, associations, and embeds.

#data-anonymization#database#elixir
Stars91
Forks2
Last commit19 days ago
chronos
chronosElixir

An Elixir library for handling dates and times with convenient date calculation and formatting functions.

#datetime-library#elixir#epoch-time
Stars90
Forks16
Last commit8 years ago
bunyan
bunyanElixir

A distributed, pluggable logging system for Elixir with extensible sources and writers, supporting networked logging and humane formatting.

#elixir#observability#distributed-systems
Stars90
Forks1
Last commit7 years ago
exfile
exfileElixir

File upload persistence and processing for Phoenix/Plug applications with flexible storage and on-the-fly processing.

#elixir#ecto#phoenix-framework
Stars90
Forks19
Last commit4 years ago
graphmath
graphmathElixir

An Elixir library for 2D and 3D vector arithmetic, matrices, and quaternions for graphics and simulation.

#hex#elixir-lang#elixir
Stars89
Forks12
Last commit6 months ago
goal
goalElixir

An Elixir parameter validation library built on Ecto for JSON APIs, HTML controllers, and LiveViews.

#elixir#parameter-validation#phoenix
Stars89
Forks11
Last commit7 months ago
bupe
bupeElixir

An Elixir library for generating and parsing EPUB 2 and 3 files.

#elixir-lang#elixir#library
Stars88
Forks13
Last commit5 months ago
Markdown
MarkdownC

An Elixir library that converts Markdown to HTML using a NIF binding to the Hoedown C library.

#elixir#hoedown#library
Stars88
Forks18
Last commit6 years ago
sendgrid
sendgridElixir

An Elixir wrapper for SendGrid's API to create and send composable emails with Phoenix view integration.

#email-templates#elixir#sendgrid
Stars88
Forks45
Last commit2 years ago
graphql
graphqlElixir

An Elixir library that compiles GraphQL queries into native Elixir code with asynchronous request handling.

#elixir#api#graphql
Stars87
Forks0
Last commit11 years ago
html_entities
html_entitiesElixir

Elixir module for decoding and encoding HTML entities in strings.

#elixir#text-processing#decoding
Stars87
Forks22
Last commit5 years ago
elixtagram
elixtagramElixir

An Elixir client library for the Instagram API, enabling authentication and data retrieval.

#oauth#elixir#social-media
Stars86
Forks17
Last commit6 years ago
phoenix_pages
phoenix_pagesElixir

A Phoenix library for adding blogs, documentation, and static pages with markdown, frontmatter, and syntax highlighting.

#elixir#phoenix#frontmatter
Stars86
Forks7
Last commit1 year ago
ecto_cassandra
ecto_cassandraElixir

An Ecto adapter for Cassandra, enabling Elixir applications to use Cassandra as a database with Ecto's query interface.

#database-driver#cassandra-adapter#elixir
Stars86
Forks12
Last commit7 years ago
poolex
poolexElixir

An Elixir library for managing pools of workers with automatic scaling, built-in metrics, and flexible worker management.

#hacktoberfest#elixir#open-source
Stars86
Forks8
Last commit6 days ago
nomad
nomadElixir

An Elixir SDK and deployment tool that provides a universal API for cloud services across multiple providers, eliminating vendor lock-in.

#adapter-pattern#elixir#vendor-agnostic
Stars86
Forks3
Last commit6 years ago
quaff
quaffElixir

A set of tools for integrating Elixir into Erlang applications and vice versa, including constants import and debugging helpers.

#elixir#constants#integration
Stars85
Forks14
Last commit2 years ago
beamchmark
beamchmarkElixir

An Elixir tool for measuring BEAM VM performance metrics like scheduler utilization, reductions, and context switches.

#elixir#dev-tools#scheduler-metrics
Stars85
Forks2
Last commit27 days ago
ex_guard
ex_guardElixir

A mix command to handle events on file system modifications, inspired by Ruby Guard.

#elixir#productivity#mix-tasks
Stars84
Forks10
Last commit1 year ago
PreviousPage 15 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