Project Awesome project awesome

Elixir

Collection GitHub

Algorithms and Data structures

aja 225 updated 5mo ago

High performance persistent vectors and ordered maps.

array 36 updated 5y ago

An Elixir wrapper library for Erlang's array.

aruspex 41 updated 9y ago

Aruspex is a configurable constraint solver, written purely in Elixir.

bimap 34 updated 5mo ago

Pure Elixir implementation of bidirectional maps and multimaps.

bitmap 36 updated 8y ago

Pure Elixir implementation of bitmaps.

blocking_queue 55 updated 2y ago

BlockingQueue is a simple queue implemented as a GenServer. It has a fixed maximum length established when it is created.

bloomex 112 (archived)

A pure Elixir implementation of Scalable Bloom Filters.

clope 22 updated 5y ago

Elixir implementation of CLOPE: A Fast and Effective Clustering Algorithm for Transactional Data.

Closure Table 38 updated 8mo ago

Closure Table for Elixir - a simple solution for storing and manipulating complex hierarchies. It provides in-memory and Ecto adapters.

combination 34 updated 8y ago

Elixir library to generate combinations and permutations from Enumerable collection.

conrex 55 updated 4y ago

An Elixir implementation of the CONREC algorithm for topographic or isochrone maps.

count_buffer 2 updated 10y ago

Buffer a large set of counters and flush periodically.

cuckoo 42 (archived)

A pure Elixir implementation of Cuckoo Filters.

cuid

Collision-resistant ids optimized for horizontal scaling and sequential lookup performance, written in Elixir.

dataframe 63 updated 7y ago

Package providing functionality similar to Python's Pandas or R's data.frame().

datastructures 218 updated 9y ago

A collection of protocols, implementations and wrappers to work with data structures.

def_memo 31 updated 9y ago

A memoization macro (defmemo) for elixir using a genserver backing store.

dlist

Deque implementations in Elixir.

eastar 34 updated 2y ago

A* graph pathfinding in pure Elixir.

ecto_materialized_path 64 updated 4y ago

Tree structure, hierarchy and ancestry for the ecto models.

ecto_state_machine 100 updated 6y ago

Finite state machine pattern implemented on Elixir and adopted for Ecto.

elistrix 19 updated 11y ago

A latency / fault tolerance library to help isolate your applications from an uncertain world of slow or failed services.

emel 115 updated 1y ago

A simple and functional machine learning library written in elixir.

erlang-algorithms 160 updated 5y ago

Implementations of popular data structures and algorithms.

exconstructor 292 updated 2mo ago

An Elixir library for generating struct constructors that handle external data with ease.

exfsm 12 updated 6mo ago

Simple elixir library to define a static FSM.

exmatrix 58 updated 3y ago

ExMatrix is a small library for working with matrices, originally developed for testing matrix multiplication in parallel.

exor_filter 36 updated 4y ago

Nif for xor_filters. 'Faster and Smaller Than Bloom and Cuckoo Filters'.

ezcryptex updated 10y ago

Thin layer on top of Cryptex.

flow 1.6k updated 1y ago

Computational parallel flows on top of GenStage.

fnv 5 updated 8y ago

Pure Elixir implementation of Fowler–Noll–Vo hash functions.

fsm 361 updated 6y ago

Finite state machine as a functional data structure.

fuse 512 updated 4y ago

This application implements a so-called circuit-breaker for Erlang.

gen_fsm 40 updated 6y ago

A generic finite state-machine - Elixir wrapper around OTP's gen_fsm.

graphex

A library for composing and executing task graphs in elixir.

graphmath 88 updated 3mo ago

An Elixir library for performing 2D and 3D mathematics.

hash_ring_ex 24 updated 9y ago

A consistent hash-ring implementation for Elixir.

hypex 21 updated 2mo ago

Fast Elixir implementation of HyperLogLog.

indifferent 20 updated 8mo ago

Indifferent access for Elixir maps/list/tuples with custom key conversion.

isaac 4 updated 8y ago

Isaac is an elixir module for ISAAC: a fast cryptographic random number generator.

jumper

Jump consistent hash implementation in Elixir (without NIFs).

key2value 7 updated 2y ago

Erlang 2-way Set Associative Map.

lfsr 8 updated 9y ago

Elixir implementation of a binary Galois Linear Feedback Shift Register.

loom 228 updated 8y ago

A CRDT library with δ-CRDT support.

luhn 17 updated 3y ago

Luhn algorithm in Elixir.

lz4 65 updated 4y ago

LZ4 bindings for Erlang for fast data compressing.

machinery 566 updated 1y ago

A state machine library for structs in general, it integrates with Phoenix out of the box.

mason 12 updated 7y ago

Coerce maps into structs. This is helpful e.g. when you interface a REST API and want to create a struct from the response.

matrex 489 updated 5y ago

A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.

merkle_tree 98 updated 6y ago

A Merkle hash tree implementation in Elixir.

minmaxlist 4 updated 8y ago

Elixir library extending Enum.minby/2, Enum.maxby/2 and Enum.minmaxby/2 to return a list of results instead of just one.

mmath

A library for performing math on number 'arrays' in binaries.

monadex 307 updated 4y ago

Upgrade your Elixir pipelines with monads.

murmur 39 (archived)

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

nary_tree 18 updated 5y ago

An Elixir implementation of generic n-ary tree data structure.

natural_sort 14 updated 5y ago

Elixir natural sort implementation for lists of strings.

navigation_tree 2 updated 10y ago

A navigation tree representation with helpers to generate HTML out of it.

parallel_stream 103 updated 3y ago

A parallel stream implementation for Elixir.

paratize 29 updated 8y ago

Elixir library providing some handy parallel processing (execution) facilities that support configuring number of workers and timeout.

parex 64 updated 10y ago

Parallel Execute (Parex) is an Elixir module for executing multiple (slow) processes in parallel.

qcomplex 6 updated 11mo ago

Elixir library implementing complex numbers and math operations for them.

qex 34 updated 1mo ago

Wraps :queue, with improved API and Inspect, Collectable and Enumerable protocol implementations.

qrational 9 updated 11mo ago

Elixir library implementing rational numbers and math operations for them.

ratio 42 updated 2y ago

Adds Rational Numbers and allows them to be used in common arithmetic operations. Also supports conversion between Floats and Rational Numbers.

red_black_tree 37 updated 7y ago

Red-Black tree implementation in Elixir.

remodel

An Elixir presenter package used to transform map structures.

rendezvous 9 updated 4mo ago

Implementation of the Rendezvous or Highest Random Weight (HRW) hashing algorithm in Elixir.

rock 12 updated 5y ago

Elixir implementation of ROCK: A Robust Clustering Algorithm for Categorical Attributes.

simhash 23 (archived)

Simhash implementation using Siphash and N-grams.

sleeplocks 61 updated 2mo ago

BEAM friendly spinlocks for Elixir/Erlang.

sorted_set 23 updated 8y ago

Sorted Sets for Elixir.

spacesaving 2 updated 10y ago

stream count distinct element estimation using the "space saving" algorithm.

structurez 14 updated 10y ago

A playground for data structures in Elixir.

supermemo 18 updated 6y ago

An Elixir implementation of the Supermemo 2 algorithm.

tfidf 18 updated 6y ago

An Elixir implementation of term frequency–inverse document frequency.

the_fuzz 81 updated 8mo ago

Fuzzy string-matching algorithm implementations.

trie 132 updated 10mo ago

Erlang Trie Implementation.

witchcraft 1.2k updated 2y ago

Common algebraic structures and functions for Elixir.

zipper_tree 19 updated 11y ago

Variadic arity tree with a zipper for Elixir.

sfmt

SIMD-oriented Fast Mersenne Twister (SFMT) for Erlang.

tinymt 26 (archived)

Tiny Mersenne Twister (TinyMT) for Erlang.

Applications

Caddishouse 16 updated 1y ago

A web-based document reader that connects to your cloud storage accounts using Phoenix/LiveView.

CaptainFact 190 updated 18d ago

A collaborative, real-time video fact-checking platform.

chat

A tiny text chat sample based on N2O.

Consolex 125 updated 9y ago

Consolex is a tool that allows you to attach a web based console to any mix project.

dragonfly_server 41 (archived)

Elixir app to serve Dragonfly images.

exchat 259 updated 7y ago

A Slack-like app by Elixir, Phoenix & React (redux).

Exon 23 updated 8y ago

A “mess manager” developed in Elixir and provides a simple API to manage & document your stuff.

ExShop 224 updated 9y ago

Digital goods shop & blog created using Phoenix framework.

Harpoon 14 updated 9mo ago

A webhook receiver/inspector app, made using Phoenix and LiveView, it's basically a simplified version of webhook.site.

Igthorn 102 (archived)

Cryptocurrecy trading platform / trading bot with admin panel.

Lynx

A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.

medex 6 updated 10y ago

Medical Examination - application for register health check callbacks and represent their state via HTTP.

medusa_server 8 updated 8y ago

A simple cowboy web server written in Elixir to stack images.

Nvjorn 17 updated 8y ago

A multi-protocol network services monitor written in Elixir using Poolboy.

Phoenix Battleship 525 updated 5y ago

The Good Old game built with Elixir, Phoenix Framework, React and Redux.

Phoenix Toggl 172 updated 9y ago

Toggl tribute done in Elixir, Phoenix Framework, React and Redux.

Phoenix Trello 2.5k updated 7y ago

Trello tribute done in Elixir, Phoenix Framework, React and Redux.

Plural 1.5k updated 6d ago

Deploys your favorite open source applications like airflow and airbyte in your own cloud account with just two commands. Written in Elixir and Phoenix Framework for server side, and React for frontend.

poxa 1.1k updated 1y ago

Open Pusher implementation, compatible with Pusher libraries.

Queerlink

A simple yet efficient URL shortening service written in Elixir.

RemoteRetro 585 updated 5d ago

A real-time application for conducting Agile retrospectives at remoteretro.org written in Elixir/Phoenix/React.

Sprint Poker 179 updated 8y ago

Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework and React.

Startup Job 102 updated 8y ago

An umbrella project to search startup jobs scraped from websites written in Elixir/Phoenix and React/Redux.

Tai 493 updated 1y ago

A composable, real time, cryptocurrency market data and trade execution toolkit.

tty2048 156 updated 9y ago

Terminal-based 2048 game written in Elixir.

uai_shot 63 updated 3y ago

A multiplayer ship game built with Elixir, Phoenix Framework and Phaser.

utils 10 updated 11mo ago

Website with handy day-to-day utils: to do list, URL shortener, code bin and pie chart. Written in Elixir using Phoenix Framework.

workbench 121 updated 3y ago

From Idea to Execution - Manage your trading operation across a globally distributed cluster.

Authentication

aeacus 38 updated 4y ago

A simple configurable identity/password authentication module (Compatible with Ecto/Phoenix).

apache_passwd_md5 5 updated 11y ago

Apache/APR Style Password Hashing.

aws_auth 66 updated 3y ago

AWS Signature Version 4 Signing Library for Elixir.

basic_auth 165 updated 5y ago

Elixir Plug to easily add HTTP basic authentication to an app.

coherence 1.3k updated 1y ago

Coherence is a full featured, configurable authentication system for Phoenix. (Docs).

doorman 121 updated 4y ago

Tools to make Elixir authentication simple and flexible.

elixir_auth_google 286 updated 13d ago

The simplest way to add Google OAuth authentication ("Sign in with Google") to your Elixir/Phoenix app.

ex_aws_msk_iam_auth 6 updated 1y ago

AWS Managed Streaming for Apache Kafka (MSK) IAM Authentication plugin for Broadway Kafka.

goth 319 updated 1y ago

OAuth 2.0 library for server to server applications via Google Cloud APIs.

guardian 3.5k updated 4mo ago

An authentication framework for use with Elixir applications. (Docs).

guardian_db 372 updated 7mo ago

An extension to Guardian that tracks tokens in your application's database to prevent playback. (Docs).

guardian_redis 4 updated 2y ago

Redis repository for Guardian DB. (Docs).

htpasswd 4 updated 6y ago

Apache htpasswd file reader/writer in Elixir.

mojoauth 4 updated 10y ago

MojoAuth implementation in Elixir.

oauth2 771 updated 1y ago

An OAuth 2.0 client library for Elixir.

oauth2_facebook

A Facebook OAuth2 Provider for Elixir.

oauth2_github 2 updated 8y ago

A GitHub OAuth2 Provider for Elixir.

oauth2cli 4 updated 11y ago

Simple OAuth2 client written for Elixir.

oauth2ex 56 updated 8y ago

Another OAuth 2.0 client library for Elixir.

oauther

An OAuth 1.0 implementation for Elixir.

passwordless_auth 50 updated 5y ago

Simple passwordless login or 2-factor / multi-factor authentication for Elixir.

phauxth 403 updated 4y ago

Authentication library for Phoenix 1.3 and other Plug-based apps.

phoenix_client_ssl 19 (archived)

Client SSL Authentication Plugs for Phoenix and other Plug-based apps.

pow

Robust, modular, and extendable user authentication system (Website - Doc).

samly 135 updated 2y ago

SAML SP SSO made easy (Doc).

sesamex 12 updated 8y ago

Another simple and flexible authentication solution in 5 minutes!.

sigaws 13 updated 4y ago

AWS Signature V4 signing and verification library (Doc).

ueberauth 1.7k updated 6d ago

An Elixir Authentication System for Plug-based Web Applications.

ueberauth_cas 16 updated 1mo ago

Central Authentication Service strategy for Überauth.

ueberauth_facebook 79 updated 2y ago

Facebook OAuth2 Strategy for Überauth.

ueberauth_foursquare 1 (archived)

Foursquare OAuth2 Strategy for Überauth.

ueberauth_github 103 updated 2y ago

A GitHub strategy for Überauth.

ueberauth_google

A Google strategy for Überauth.

ueberauth_identity 80 updated 3y ago

A simple username/password strategy for Überauth.

ueberauth_line

LINE Strategy for Überauth.

ueberauth_microsoft 40 updated 2mo ago

A Microsoft strategy for Überauth.

ueberauth_slack 23 updated 3y ago

A Slack strategy for Überauth.

ueberauth_twitter 36 updated 4y ago

Twitter Strategy for Überauth.

ueberauth_vk 19 updated 3y ago

vk.com Strategy for Überauth.

ueberauth_weibo 11 updated 10y ago

Weibo OAuth2 Strategy for Überauth.

zachaeus 20 updated 6y ago

An easy to use licensing system, based on asymmetric cryptography.

Build Tools

active 68 updated 1y ago

Recompilation and Reloading on FileSystem changes.

coffee_rotor 16 updated 6y ago

Rotor plugin to compile CoffeeScript files.

dismake

Mix compiler running make.

etude 11 updated 9y ago

Parallel computation coordination compiler for Erlang/Elixir.

Exscript 7 updated 9y ago

Elixir escript library.

mad 173 updated 4y ago

Small and Fast Rebar Replacement.

pc 67 updated 1y ago

A rebar3 port compiler.

reaxt 372 updated 2mo ago

React template into your Elixir application for server rendering.

rebar3_abnfc_plugin 1 updated 8y ago

Rebar3 abnfc compiler.

rebar3_asn1_compiler updated 6y ago

Plugin for compiling ASN.1 modules with Rebar3.

rebar3_auto 55 updated 1y ago

Rebar3 plugin to auto compile and reload on file change.

rebar3_diameter_compiler 7 updated 3mo ago

Compile diameter .dia files in rebar3 projects.

rebar3_eqc 13 updated 6y ago

A rebar3 plugin to enable the execution of Erlang QuickCheck properties.

rebar3_exunit 2 updated 10y ago

A plugin to run Elixir ExUnit tests from rebar3 build tool.

rebar3_idl_compiler updated 9y ago

This is a plugin for compiling Erlang IDL files using Rebar3.

rebar3_live 3 updated 6y ago

Rebar3 live plugin.

rebar3_neotoma_plugin 2 updated 10y ago

Rebar3 neotoma (Parser Expression Grammar) compiler.

rebar3_protobuffs 10 updated 10y ago

rebar3 protobuffs provider using protobuffs from Basho.

rebar3_run 25 updated 2y ago

Run a release with one simple command.

rebar3_yang_plugin updated 8y ago

Rebar3 yang compiler.

reltool_util 26 updated 2y ago

Erlang reltool utility functionality application.

relx 692 updated yesterday

A release assembler for Erlang.

remix 148 updated 7y ago

Automatic recompilation of Mix code on file change.

rotor 82 updated 11y ago

Super-simple build system for Elixir.

sass_elixir 1 updated 11y ago

A sass plugin for Elixir projects.

Cloud Infrastructure and Management

aws 593 updated yesterday

AWS clients for Elixir.

Batteries Included 86 updated yesterday

A self hostable platform for automation/UI driven Kubernetes; built in Elixir and Golang the entire UI is built with Phoenix Live View.

Bonny 423 updated 2d ago

Kubernetes Operator Development Framework.

discovery 251 updated 8y ago

An OTP application for auto-discovering services with Consul.

erlcloud 649 updated 4mo ago

Cloud Computing library for Erlang (Amazon EC2, S3, SQS, SimpleDB, Mechanical Turk, ELB).

ex_aws 1.3k updated 16d ago

AWS client, supporting Dynamo, Kinesis, Lambda, SQS, and S3.

ex_riak_cs 5 updated 7y ago

Riak CS API client.

fleet_api

A simple wrapper for the Fleet (CoreOS) API. Can be used with etcd tokens or via direct node URLs.

Gandi updated 9y ago

Gandi Wrapper for Leaseweb infrastructure.

IElixir 367 updated 1y ago

Jupyter's kernel for Elixir programming language.

k8s 336 updated 2d ago

Kubernetes Elixir client with CRD support, multi-cluster support, pluggable auth, and configurable middleware.

Kazan 136 updated 3y ago

Kubernetes client for Elixir, generated from the k8s open API specifications.

Kubereq 11 updated 9d ago

Kubernetes Client for Elixir based on Req.

Kubex 39 updated 10y ago

Kubernetes client and integration for Elixir, written in pure Elixir.

Leaseweb 3 updated 5y ago

Elixir Wrapper for Leaseweb infrastructure.

libcluster 2.1k updated 1y ago

Automatic cluster formation/healing for Elixir applications.

nodefinder 60 updated 2y ago

Strategies for automatic node discovery in Erlang.

nomad 86 updated 6y ago

Create cloud portable Elixir and Phoenix apps. Write once, use everywhere.

sidejob 104 updated 3y ago

Parallel worker and capacity limiting library for Erlang.

sidetask

SideTask is an alternative to Task.Supervisor using Basho's sidejob library with parallelism and capacity limiting.

skycluster 18 updated 8y ago

Automatic Erlang cluster formation, messaging and management for Elixir/Erlang applications. Integrated with Kubernetes.

vercel

An Elixir wrapper for Vercel's API.

Date and Time

block_timer 10 updated 11y ago

Macros to use :timer.applyafter and :timer.applyinterval with a block.

calendar 468 updated 2y ago

Calendar is a date and time library for Elixir.

calendarific 5 updated 4mo ago

Calendarific is a wrapper for the holiday API Calendarific.

calixir 3 updated 5y ago

Calixir is a port of the Lisp calendar software calendrica-4.0 to Elixir.

chronos 90 updated 8y ago

An Elixir date/time library.

cocktail 229 updated 1y ago

Elixir date recurrence library based on iCalendar events.

cronex 48 updated 4y ago

Cron like system you can mount in your supervision tree.

crontab 100 updated 10d ago

A Cron Expressions Parser, Composer & Date Candidate Finder.

emojiclock 3 updated 1y ago

An Elixir module for giving you an emoji clock for a given hour.

ex_ical 24 updated 3y ago

ICalendar parser.

filtrex 199 updated 12d ago

A library for performing and validating complex SQL-like filters from a client (e.g. smart filters).

good_times 46 (archived)

Expressive and easy to use datetime functions.

jalaali 24 updated 2y ago

Jalaali calendar implementation for Elixir.

milliseconds 2 updated 11y ago

Simple library to work with milliseconds in Elixir.

moment

Parse, validate, manipulate, and display dates in Elixir.

open_hours 53 updated 6d ago

Time calculations using business hours.

quantum 2.4k updated 9d ago

Cron-like job scheduler for Elixir applications.

repeatex 53 updated 7y ago

Natural language parsing for repeating dates.

timelier 12 updated 8y ago

A cron-style scheduler for Elixir.

timex 1.8k updated 9mo ago

Easy to use Date and Time modules for Elixir.

timex_interval 9 updated 10y ago

A date/time interval library for Elixir projects, based on Timex.

tzdata

The timezone database in Elixir.

Instrumenting / Monitoring

appsignal-elixir 290 updated yesterday

Collects error and performance data from your Elixir applications and sends it to AppSignal.

app_optex 5 updated 6y ago

Client for AppOptics API. Send metrics and tags to AppOptics time series service.

elixometer 826 updated 2y ago

A light Elixir wrapper around exometer.

erlang-metrics 70 updated 7y ago

A generic interface to different metrics systems in Erlang.

exometer 528 updated 6y ago

Basic measurement objects and probe behavior in Erlang.

folsom_ddb 6 updated 8y ago

DalmatinerDB backend to store folsom metrics.

graphitex 4 updated 8y ago

Graphite/Carbon client for Elixir.

instream 228 updated 5mo ago

InfluxDB driver for Elixir.

instrumental 10 updated 10y ago

An Elixir client for Instrumental.

newrelic.ex 63 updated 6y ago

Collects metrics from your Elixir/Phoenix application and sends them to NewRelic.

prom_ex 695 updated 8mo ago

Prometheus metrics and Grafana dashboards for all of your favorite Elixir libraries.

prometheus 354 updated 8d ago

Prometheus.io monitoring system and time series database client in Erlang.

prometheus-ecto 78 updated 4y ago

Ecto instrumenter for prometheus.ex.

prometheus-phoenix 73 updated 5y ago

Phoenix instrumenter for prometheus.ex.

prometheus-plugs 54 updated 3y ago

Plugs instrumenters/exporter for prometheus.ex.

prometheus.ex 422 updated 1mo ago

Elixir-friendly Prometheus.io monitoring system and time series database client.

prometheus_process_collector 52 updated 1y ago

Prometheus collector which exports the current state of process metrics including cpu, memory, file descriptor usage and native threads count as well as the process start and up times.

spandex 346 updated 2y ago

Platform agnostic tracing library originally developed for Datadog APM.

telemetry 906 updated 15d ago

Dynamic dispatching library for metrics and instrumentations.

wobserver 927 updated 5y ago

Web based metrics, monitoring, and observer.

Examples and funny stuff

butler_cage 3 updated 10y ago

A Butler plugin for showing silly photos of Nick Cage.

butler_tableflip 2 updated 10y ago

Flipping tables with butler.

changelog.com 2.8k updated 1mo ago

CMS that runs changelog.com built with Phoenix 1.4.

coderplanets.com 218 (archived)

GraphQL api for coderplanets.com built with Phoenix 1.4 and Absinthe.

dice 14 updated 9y ago

Roll the dice, in Elixir.

elixir_koans 2.4k updated 6mo ago

Elixir koans is a fun, easy way to get started with the elixir programming language.

ex_iss

This package is for interfacing with the Open Notify API to information such as the ISS's current location, crew, and when it will pass over a location.

feedx 12 updated 8y ago

Add social feed functionality to current applications. Exemplify OTP umbrella app, with 3 apps. Thin phoenix controllers.

harakiri 22 updated 8y ago

Help applications kill themselves.

hello_phoenix 131 updated 10y ago

Application template for SPAs with Phoenix, React and Redux.

hexpm 1.1k updated 6d ago

Source code for the hex package manager site built with Phoenix 1.3.

koans 249 updated 10y ago

Learn Elixir by using elixir-koans.

lolcat 7 updated 11y ago

This is the clone of busyloop/lolcat. But it does not support animation and some features of the original.

magnetissimo 3.1k updated 2y ago

Web application that indexes all popular torrent sites, and saves it to the local database.

oop 328 updated 4y ago

OOP in Elixir.

phoenix-chat-example 814 updated 22d ago

A step-by-step example/tutorial for building a Chat app in Phoenix for complete beginners. Covers testing, docs and deployment. Phoenix 1.5.3.

phoenix-ecto-encryption-example 291 updated 23d ago

A comprehensive example/tutorial showing people how to use Ecto Types to transparently encrypt/decrypt data in a Phoenix 1.4 app.

phoenix-flux-react 160 updated 11y ago

An experiment with Phoenix Channels, GenEvents, React and Flux.

phoenix-liveview-counter-tutorial 419 updated 8d ago

complete beginners step-by-step tutorial building a real time counter in Phoenix 1.5.3 and LiveView 0.14.1.

phoenix-todo-list-tutorial 212 updated yesterday

A complete beginners step-by-step tutorial for building a Todo List from scratch in Phoenix 1.5.3.

real world example app 895 (archived)

Elixir / Phoenix implementation of RealWorld.io backend specs - a Medium clone.

stranger 67 updated 10y ago

Elixir Phoenix app to chat anonymously with a randomly chosen stranger.

tilex 506 updated 4mo ago

Source code for Hashrocket's TIL website built with Phoenix 1.3.

weather 69 updated 7y ago

A command line weather app built using Elixir.

Framework Components

absinthe_plug 263 updated 10mo ago

Plug support for Absinthe.

access pass 70 updated 5y ago

Authentication framework that can be used with or outside of phoenix. Similar to Addict but geared towards API usage.(Docs).

addict 640 updated 6y ago

User authentication for Phoenix Framework.

airbrake_plug 5 updated 10y ago

Report errors in your Plug stack or whatever to Airbrake.

Backpex 826 updated today

Highly customizable administration panel for Phoenix LiveView applications. (Docs, Demo).

better_params 98 updated 7y ago

Elixir Plug for cleaner request params in web apps.

blaguth 20 updated 7y ago

Basic Access Authentication in Plug applications.

commanded 2.0k updated 13d ago

Command handling middleware for Command Query Responsibility Segregation (CQRS) applications.

cors_plug 404 updated 2y ago

An Elixir plug that adds CORS headers to requests and responds to preflight requests (OPTIONS).

corsica 535 updated 1y ago

Elixir library for dealing with CORS requests.

crudex 20 updated 11y ago

CRUD utilities for Phoenix and Ecto.

dayron 158 updated 8y ago

A repository similar to Ecto.Repo that works with REST API requests instead of a database.

ex_admin 1.2k updated 6y ago

ExAdmin is an auto administration package for Elixir and the Phoenix Framework.

exdjango 21 updated 9y ago

A few elixir libraries for working with django.

exrecaptcha

Simple reCaptcha display/verify code for Elixir applications.

filterable 106 updated 3y ago

Simple query params filtering for Phoenix framework inspired by Rails has_scope.

graphql_parser 23 updated 2y ago

An Elixir binding for libgraphqlparser.

http_router 14 updated 1y ago

HTTP Router with various macros to assist in developing your application and organizing your code.

kerosene 230 updated 1y ago

Pagination for Ecto and Phoenix.

live_vue 549 updated 2d ago

End-to-end reactivity for Phoenix LiveView and Vue.

mellon 16 updated 10y ago

An authentication module for Plug applications.

multiverse 96 updated 6y ago

Plug that allows to add version compatibility layers via API Request/Response Gateways.

params 373 updated 8mo ago

Use Ecto to enforce/validate parameters structure, akin to Rails' strong parameters.

phoenix_ecto

Phoenix and Ecto integration.

phoenix_haml 158 updated 6y ago

Phoenix Template Engine for Haml.

phoenix_html 459 updated 5mo ago

Phoenix.HTML functions for working with HTML strings and templates.

phoenix_html_sanitizer 28 updated 1y ago

HTML Sanitizer integration for Phoenix.

phoenix_html_simplified_helpers 31 updated 4y ago

Some helpers for phoenix html (truncate, timeagoinwords, numberwith_delimiter).

phoenix_linguist 18 updated 6y ago

A project that integrates Phoenix with Linguist, providing a plug and view helpers. It looks abandoned: its last commit was on 2015 and its CI runs Elixir 1.0.3.

phoenix_live_reload 328 updated 3mo ago

Provides live-reload functionality for Phoenix.

phoenix_meta_tags 31 updated 2y ago

Generate meta tags for a website.

phoenix_pubsub_postgres 28 updated 11y ago

Postgresql PubSub adapter for Phoenix apps.

phoenix_pubsub_rabbitmq 46 updated 10y ago

RabbitMQ adapter for Phoenix's PubSub layer.

phoenix_pubsub_redis 183 updated 4d ago

The Redis PubSub adapter for the Phoenix framework.

phoenix_pubsub_vernemq 25 updated 10y ago

The VerneMQ MQTT pubsub adapter for the Phoenix framework.

phoenix_slime 311 updated 2y ago

Slim template support for Phoenix.

phoenix_storybook 851 updated yesterday

A pluggable storybook for your Phoenix components.

phoenix_svg 18 updated 1y ago

Use inline SVGs in Phoenix.

phoenix_token_auth 163 updated 9y ago

Token authentication solution for Phoenix. Useful for APIs or single page apps.

phoenix_turnstile 20 updated 1y ago

Phoenix components and helpers for using CAPTCHAs with Cloudflare Turnstile.

phx_component_helpers 139 updated 1y ago

Extensible live_components, without boilerplate.

plug 3.0k updated 9d ago

A specification and conveniences for composable modules in between web applications.

plug_accesslog 31 updated 4y ago

Plug for writing access logs.

plug_and_play 15 updated 9y ago

Set up a Plug application with less boilerplate.

plug_auth 67 updated 8y ago

Collection of authentication-related plugs.

plug_canonical_host 40 updated 2y ago

Plug to ensure all requests are served from a single canonical host.

plug_checkup 74 updated 4y ago

Plug for adding simple health checks to your app.

plug_cloudflare 23 updated 4y ago

Inspired by modcloudflare, this Elixir plug parses Cloudflares CF-Connecting-IP HTTP request header into Plug.Conn's remoteip field.

plug_forward_peer 25 updated 1y ago

Very simple plug which reads X-Forwarded-For or Forwarded header according to RFC7239 and fill conn.remote_ip with the root client ip.

plug_fprof 5 updated 10y ago

A Plug that adds fprof tracing to requests, to allow for easy profiling.

plug_heartbeat 35 updated 5y ago

A plug for responding to heartbeat requests.

plug_jwt 39 updated 10y ago

Plug for JWT authentication.

plug_password 10 updated 8y ago

Plug for adding simple cookie-based authentication.

plug_rails_cookie_session_store

Rails compatible Plug session store.

plug_redirect_https 7 updated 9y ago

Plug to redirect http requests to https requests behind a reverse proxy.

plug_require_header 27 (archived)

Require and extract HTTP headers and handle missing ones.

plug_response_header 12 updated 10y ago

easy manipulation of HTTP response headers.

plug_ribbon 23 updated 10y ago

Injects a ribbon to your web application in the development environment.

plug_secex 30 updated 5y ago

Plug that adds various HTTP Headers to make Phoenix/Elixir app more secure.

plug_session_memcached 15 updated 6y ago

A very simple memcached session store for Elixir's plug.

plug_sigaws 1 updated 9y ago

AWS Signature V4 authentication protection for Phoenix/Plug Routes (Docs).

plug_statsd

A plug for automatically sending timing and count metrics to statsd.

pluggable 18 updated 12d ago

Build plug-like pipelines with your own token (instead of %Plug.Conn{}).

plugs 19 updated 1y ago

Collection of Plug middleware for web applications.

plugsnag 67 updated 7mo ago

Bugsnag notifier for Elixir's plug.

raygun

Capture bugs and send them to Raygun.

react_phoenix 509 updated 25d ago

Render React.js components in Phoenix views focusing on easy installation and Brunch compatibility.

recaptcha 113 updated 3y ago

A simple reCaptcha 2 library for Elixir applications.

resin 4 updated 7y ago

Resin is a plug that will add a configurable delay to every request that's passing through it, unless run in production.

revision_plate_ex 4 updated 7y ago

Plug application and middleware that serves endpoint returns application's REVISION.

rummage_ecto

A configurable framework to search, sort and paginate Ecto Queries.

rummage_phoenix

A support framework for searching, sorting and paginating models in Phoenix, with HTML support.

scaffold 7 updated 10y ago

A mix task for creating new projects based on templates fetched from a Git-repo.

scrivener 558 updated 4y ago

Paginate your Ecto queries.

scrivener_headers 53 updated 8d ago

Helpers for paginating API responses with Scrivener and HTTP headers.

scrivener_html 125 updated 1y ago

Helpers built to work with Scrivener's page struct to easily build HTML output for various CSS frameworks.

sentinel 104 updated 8y ago

An authentication framework for Phoenix extending guardian with routing and other basic functionality.

surface 2.1k updated yesterday

A server-side rendering component library for Phoenix.

torch 1.2k updated 9d ago

Torch is a rapid admin generator for Phoenix apps. It uses generators rather than DSLs to ensure that the code remains maintainable.

trailing_format_plug 25 updated 8y ago

An Elixir plug to support legacy APIs that use a rails-like trailing format.

webassembly 72 updated 3y ago

Web DSL for Elixir.

weebo 2 updated 10y ago

An XML-RPC parser/formatter for Elixir, with full support for datatype mapping.

HTTP

Ace 303 updated 5y ago

HTTP web server and client, supports http1 and http2.

cauldron 72 updated 8y ago

An HTTP/SPDY server as a library.

Crawler 959 updated 1y ago

A high performance web crawler in Elixir.

Crawly 1.1k updated 8mo ago

high-level web crawling & scraping framework for Elixir.

elli 659 updated 7y ago

Elli is a webserver you can run inside your Erlang application to expose an HTTP API.

etag_plug 22 updated 1y ago

A simple to use shallow ETag plug.

explode 45 updated 2y ago

An easy utility for responding with standard HTTP/JSON error payloads in Plug- and Phoenix-based applications.

exvcr 745 updated 11mo ago

HTTP request/response recording library for Elixir, inspired by VCR.

finch 1.3k updated 2d ago

An HTTP client with a focus on performance, built on top of Mint and NimblePool.

fuzzyurl 21 updated 4y ago

An Elixir library for parsing, constructing, and wildcard-matching URLs. Also available for Ruby and JavaScript.

gun 933 updated 4mo ago

HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.

hackney 1.4k updated 24d ago

Simple HTTP client written in Erlang.

http 12 updated 11y ago

HTTP server for Elixir.

http_digex 5 updated 7y ago

A module to create basic digest HTTP auth header.

http_proxy 60 updated 1y ago

Multi port HTTP Proxy.

httpoison 2.4k updated 7d ago

Yet Another HTTP client for Elixir powered by hackney.

httpotion 721 updated 3y ago

Fancy HTTP client for Elixir, based on ibrowse.

ivar 17 updated 8y ago

A lightweight wrapper around HTTPoison that provides a fluent and composable way to build http requests.

lhttpc 1 updated 10y ago

A lightweight HTTP/1.1 client implemented in Erlang.

mint 1.4k updated 1mo ago

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2.

mnemonic_slugs

A memorable, mnemonic slug generator in Elixir.

mochiweb 1.9k updated 6mo ago

MochiWeb is an Erlang library for building lightweight HTTP servers.

neuron 334 updated 3y ago

A GraphQL client for Elixir.

plug_wait1 1 updated 8y ago

Plug adapter for the wait1 protocol.

raxx 406 updated 5y ago

Interface for HTTP webservers, frameworks and clients.

req 1.3k updated 6d ago

A batteries-included HTTP client for Elixir.

river 82 updated 7y ago

An HTTP/2 client that is lightweight and lightning fast.

scrape 334 updated 5y ago

Scrape any website, article or RSS/Atom Feed with ease.

sparql_client 29 updated 6d ago

A SPARQL protocol client for Elixir.

SpiderMan 28 updated 5mo ago

A base-on Broadway fast high-level web crawling & scraping framework for Elixir.

tesla 2.1k updated 2d ago

HTTP client library, with support for middleware and multiple adapters.

Tube 12 updated 6y ago

Pure Elixir WebSocket client library.

uri_query 14 updated 2y ago

URI encode nested GET parameters and array values in Elixir.

uri_template

RFC6570 compliant URI template processor for Elixir.

web_socket 63 updated 8y ago

An exploration into a stand-alone library for Plug applications to easily adopt WebSockets.

webdriver 119 updated 6y ago

This is an implementation of the WebDriver protocol client. It currently supports PhantomJS, FireFox, ChromeDriver and remote webdriver servers (e.g. Selenium).

yuri 13 updated 6y ago

Simple struct for representing URIs.

Images

alchemic_avatar 58 updated 3y ago

Elixir library for generating letter avatar from string.

artifact 44 updated 7y ago

File upload and on-the-fly processing for Elixir.

bump 4 updated 9y ago

A BMP file writer in pure Elixir.

chunky_svg 32 updated 4y ago

A library for drawing things with SVG.

cloudex 104 updated 1y ago

Cloudex is an Elixir library that can upload image files or urls to Cloudinary.

eikon 12 updated 4y ago

An Elixir library providing a read-only interface for image files.

elixir_exif 13 updated 4y ago

Parse exif tags and thumbnail data from jpeg files.

ex_image_info 101 updated 1y ago

An Elixir library to parse images (binaries) and get the dimensions, detected mime-type and overall validity for a set of image formats.

exexif 45 updated 5y ago

Pure Elixir library to extract TIFF and EFIX metadata from jpeg files.

exfavicon 8 updated 10y ago

An Elixir library for discovering favicons.

gi

An Elixir wrapper for GraphicsMagick command line.

identicon 27 updated 9y ago

An Elixir library for generating 5x5 identicons.

imagineer 118 updated 7y ago

Image parsing in Elixir.

imgex 33 updated 1y ago

Unofficial client library for generating imgix URLs in Elixir.

mogrify 582 updated 2y ago

An Elixir wrapper for ImageMagick command line.

png 57 updated 5y ago

A pure Erlang library for creating PNG images. It can currently create 8 and 16 bit RGB, RGB with alpha, indexed, grayscale and grayscale with alpha images.

thumbnex 74 updated 1y ago

Create thumbnails from images and video screenshots.

thumbor_client 4 updated 7y ago

Client for Thumbor.

JSON

exjson 71 updated 9y ago

JSON parser and generator in Elixir.

ja_serializer 638 updated 8d ago

JSONAPI.org Serialization in Elixir.

jason 1.7k updated 7d ago

A blazing fast JSON parser and generator in pure Elixir.

jazz 60 updated 7y ago

Yet another library to handle JSON in Elixir.

joken 815 updated 1mo ago

Encodes and decodes JSON Web Tokens.

jose 334 updated 4mo ago

JSON Object Signing and Encryption (JOSE) for Erlang and Elixir.

json 219 updated 5y ago

Native JSON library for Elixir.

json_pointer 11 updated 6y ago

Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document.

json_stream_encoder 8 updated 4y ago

JsonStreamEncoder is a streaming encoder for streaming JSON to an IOish thing in Elixir.

json_web_token_ex

An Elixir implementation of the JSON Web Token (JWT) Standards Track (RFC 7519).

jsonapi 508 updated 8d ago

A project that will render your data models into JSONAPI Documents.

jsonc updated 1y ago

Utilities for working with jsonc, a superset of json.

jsx 697 updated 1y ago

An Erlang application for consuming, producing, and manipulating json.

jwalk 7 updated 6y ago

Helper module for working with Erlang representations of JSON.

jwtex 5 updated 11y ago

A library to encode and decode JWT tokens.

poison 2.0k updated 1y ago

Poison is a new JSON library for Elixir focusing on wicked-fast speed without sacrificing simplicity, completeness, or correctness.

tiny 47 updated 11mo ago

Tiny, fast and fully compliant JSON parser for Elixir.

world_json 9 updated 11y ago

topojson country and state/province collections for elixir/erlang.

Logging

bunyan 90 updated 7y ago

Bunyan: An Elixir Logger.

ecto_dev_logger 181 updated 6mo ago

An alternative logger for Ecto queries that helps in debugging.

exlager 65 updated 8y ago

Elixir binding for lager.

gelf_logger 29 updated 4mo ago

A Logger backend that will generate Graylog Extended Log Format (GELF) messages.

honeybadger 183 updated 22d ago

Send logs and custom events to Honeybadger.

json_logger 24 updated 6y ago

JSON Logger is a logger backend that outputs elixir logs in JSON format.

lager 41 updated 9y ago

A logging framework for Erlang/OTP by basho.com.

lager_logger 29 updated 6y ago

A lager backend that forwards all log messages to Elixir's Logger.

logfmt 28 updated 4y ago

Logfmt is a module for encoding and decoding logfmt-style log lines.

logger_logstash_backend 72 updated 7y ago

A backend for the Elixir Logger that will send logs to the Logstash UDP input.

logglix 10 updated 6y ago

A logger backend for posting errors to Loggly.

logster 212 updated 1y ago

Easily parsable, one-line logging for Phoenix and Plug applications, inspired by Lograge.

metrix 52 updated 1y ago

Log custom app metrics to stdout for use by Librato and other downstream processors.

mstore 11 updated 8y ago

MStore is a experimental metric store build in erlang, the primary functions are open, new, get and put.

quiet_logger 2 updated 7y ago

A simple plug to suppress health check logging (e.g.: when using Kubernetes).

rogger 10 updated 6y ago

Elixir logger to publish log messages in RabbitMQ.

rollbax 240 updated 1y ago

Exception tracking and logging to Rollbar.

slack_logger_backend 31 updated 3y ago

A logger backend for posting errors to Slack.

syslog 86 updated 1mo ago

Erlang port driver for interacting with syslog via syslog(3).

timber 211 (archived)

Structured logging platform; turns raw text logs into rich structured events.

youtrack_logger_backend 3 updated 7y ago

A logger backend that will post messages to YouTrack (an issue tracker made by JetBrains).

Macros

anaphora 18 updated 10y ago

Anaphora is the anaphoric macro collection for Elixir. An anaphoric macro is one that deliberately captures a variable (typically it) from forms supplied to the macro.

apix 12 updated 6y ago

Simple convention and DSL for transformation of elixir functions to an API for later documentation and or validation.

backports 4 updated 8y ago

Use new functions in Elixir 1.1 and 1.2.

crudry 93 updated 4y ago

Crudry is an elixir library for DRYing CRUD of Phoenix Contexts and Absinthe Resolvers.

eventsourced 104 updated 8y ago

Build functional, event-sourced domain models.

expat

Reusable, composable patterns across Elixir libraries.

guardsafe 26 (archived)

Macros expanding into code that can be safely used in guard clauses.

kwfuns 2 updated 10y ago

Macros to create functions with syntax based keyword parameters with default values.

lineo

parse transform for accurate line numbers.

matcha 91 updated 1y ago

First-class match specifications for Elixir :ets querying and function call tracing.

mdef 49 updated 6y ago

Easily define multiple function heads in Elixir.

named_args 28 updated 8y ago

Allows named arg style arguments in Elixir.

ok_jose

Pipe elixir functions that match {:ok,}, {:error,} tuples or custom patterns.

opus 370 updated 1y ago

A framework for pluggable business logic components.

pathex

Zero-dependency, blazing fast functional lenses.

pattern_tap 58 updated 8y ago

Macro for tapping into a pattern match while using the pipe operator.

pipe_here 34 updated 9y ago

Easily pipe values into any argument position.

pipes 324 updated 7y ago

Macros for more flexible composition with the Elixir Pipe operator.

pit

Transform values as they flow inside a pipe.

rebind updated 11y ago

rebind parse transform for Erlang.

rulex 13 updated 4y ago

Simple rule handler using Elixir pattern matching.

shorter_maps 235 updated 1y ago

~M sigil for map shorthand. ~M{id name} ~> %{id: id, name: name}.

then 3 updated 5mo ago

Simple way to set after-function callback.

typed_struct 768 updated 3mo ago

An Elixir library for defining structs with a type without writing boilerplate code.

typed_structor 19 updated 18d ago

A library for defining structs with types effortlessly.

unsafe 12 updated 2y ago

Generate easy unsafe (!) bindings for Elixir functions.

pathex 360 updated 7mo ago

Zero-dependency, blazing fast functional lenses.

Miscellaneous

address_us 31 updated 1y ago

Library for parsing US Addresses into their individual parts.

AlloyCI 289 updated 3y ago

AlloyCI is a Continuous Integration, Deployment, and Delivery coordinator, written in Elixir, that takes advantage of the GitLab CI Runner, and its capabilities as executor, to prepare and run your pipelines.

Apex 278 updated 2y ago

Awesome Print for Elixir.

AtomVM 2.1k updated yesterday

AtomVM allows to run Elixir/Erlang code on embedded devices such as ESP32 and STM32 microcontrollers.

bupe 87 updated 2mo ago

EPUB Generator and Parser.

charm 4 updated 11y ago

Use ANSI terminal characters to write colors and cursor positions.

codec-beam 170 updated 1y ago

Generate Erlang VM byte code from Haskell.

Countries

Countries is a collection of all sorts of useful information for every country in the ISO 3166 standard.

countriex 31 updated 7y ago

A pure elixir country data provider containing various information for every country in ISO 3166.

cubdb 644 updated 1y ago

CubDB is an embedded key-value database, written in the Elixir language. It runs locally, it is schema-less, and backed by a single file.

dye 21 updated 2y ago

A library for dyeing your terminal output.

dynamic_compile

Compile and load Erlang modules from string input.

ecto_autoslug_field 152 updated 5d ago

Automatically creates slugs for your Ecto models.

egaugex 1 updated 7y ago

Client to fetch and parse realtime data from egauge devices.

elixir-browser 108 updated 10mo ago

Browser detection for Elixir.

epub_cover_extractor

Extract cover from EPUB files.

erlang_term 33 updated 2y ago

Provide the in-memory size of Erlang terms, ignoring where these are stored.

ex2ms 201 updated 1y ago

Translates Elixir functions to match specifications for use with ets.

ex_azure_speech 4 updated 1y ago

An Elixir SDK implementation for the Microsoft Azure Speech Service.

ex_phone_number 274 updated 7d ago

Format, normalize, and validate phone numbers.

ex_rated 460 updated 3y ago

Simple and flexible rate-limiting for API's or anything.

exfcm 1 updated 9y ago

Simple wrapper for posting Firebase Cloud Messages.

exisbn 3 updated 1y ago

ISBN validation and formatting library.

exldap 59 updated 4y ago

A module for working with LDAP from Elixir.

exlibris 11 updated 11y ago

A collection of random library functions.

expool 29 updated 2mo ago

A small process pooling library for parallel tasks in Elixir.

exprint 33 updated 1y ago

A printf / sprintf library for Elixir, works as a wrapper for :io.format.

expyplot 33 updated 5y ago

Elixir interface for Plotting/Graphing library using matplotlib.pyplot.

exquisite 82 updated 6y ago

LINQ-like match_spec generation for Elixir.

exsync

Yet another Elixir reloader.

funnel 32 updated 9y ago

Streaming Elixir API built upon ElasticSearch's percolation.

gen_task 23 updated 8y ago

Generic Task behavior that helps to encapsulate worker errors and recover from them in classic GenStage's.

gimei_ex 7 updated 1y ago

Elixir port of gimei library.

growl 10 updated 8y ago

Simple wrapper for growl, the notification system for OSX.

hammer 902 updated 16d ago

A rate-limiter with pluggable storage backends, including Redis.

html_entities 87 updated 5y ago

Elixir module for decoding HTML entities in a string.

huex 64 updated 7y ago

Elixir client for Philips Hue connected light bulbs.

indicado 37 updated 3y ago

Technical indicator library for Elixir with no dependencies.

japan_municipality_key updated 6y ago

Elixir Library for Japan municipality key converting.

Jisho-Elixir 37 updated 6y ago

An API wrapper for Jisho.org, an online Japanese dictionary. Allows users to search by word, symbol, and or tags (refer to docs).

keys1value 1 updated 2y ago

Erlang set associative map for key lists.

licensir 74 (archived)

A mix task that lists the license(s) of all installed packages in your project.

mixgraph 15 updated 10y ago

An interactive dependency plotter for your Hex Package.

mixstar 12 updated 10y ago

MixStar starred GitHub repository that depends on your project.

netrc 4 updated 10y ago

Reads netrc files implemented in Elixir.

onetime 4 updated 7y ago

An onetime key-value store for Elixir.

pact 77 updated 7y ago

Better dependency injection in Elixir for cleaner code and testing.

passbook 15 updated 11mo ago

Elixir library to create Apple Wallet (.pkpass) files.

phone 107 updated 10mo ago

A parser to get useful info from telephone numbers.

porcelain 960 updated 5y ago

Porcelain implements a saner approach to launching and communicating with external OS processes from Elixir.

presentex 12 updated 10y ago

Elixir to HTML/JavaScript based presentation framework.

quarantine 4 updated 6y ago

Quarantine is a tiny OTP application for feature toggles.

ratekeeper

Rate limiter and rate-limited actions scheduler.

ratx 20 updated 8y ago

Rate limiter and overload protection for erlang application.

reprise 43 updated 2y ago

Simplified module reloader for Elixir.

spawndir 4 updated 11y ago

Spawns processes from the file system.

spotify_ex 154 updated 7mo ago

An Elixir wrapper for the Spotify Web API.

std_json_io 29 updated 6y ago

Application for managing and communicating with IO servers via JSON.

url_unroller 5 updated 8y ago

Simple URL unroller (un-shortener) in Elixir.

vessel 24 updated 5y ago

Elixir MapReduce interfaces with Hadoop Streaming integration.

weighted_random 5 updated 1y ago

Weighted random picking.

Networking

asn 16 updated 9y ago

Can be used to map from IP to AS to ASN.

chatter 30 updated 9y ago

Secure message broadcasting based on a mixture of UDP multicast and TCP.

download 33 updated 3y ago

Download files from the internet easily.

eio

Elixir server of engine.io.

ExPcap 33 updated 3y ago

PCAP parser written in Elixir.

Firezone 8.5k updated today

Open-source VPN server and egress firewall for Linux built on WireGuard. Firezone is easy to set up (all dependencies are bundled thanks to Chef Omnibus), secure, performant, and self hostable.

hades 26 updated 6y ago

A wrapper for NMAP written in Elixir.

mac 7 updated 9y ago

Can be used to find a vendor of a MAC given in hexadecimal string (according to IEEE).

pool 6 updated 10y ago

Socket acceptor pool for Elixir.

reagent 92 updated 8y ago

reagent is a socket acceptor pool for Elixir.

sise updated 4y ago

A simple to use SSDP client.

sockerl 1 updated 7y ago

Sockerl is an advanced Erlang/Elixir socket library for TCP protocols and provides fast, useful and easy-to-use API for implementing servers, clients and client connection pools.

socket 692 updated 3y ago

Socket wrapping for Elixir.

sshkit 169 updated 7mo ago

An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application.

torex 10 updated 2mo ago

Simple Tor connection library.

tunnerl 28 updated 2y ago

SOCKS4 and SOCKS5 proxy server.

wifi 33 updated 10y ago

Various utility functions for working with the local Wifi network in Elixir.

wpa_supplicant 5 updated 9y ago

Elixir interface to the wpa_supplicant.

ORM and Datamapping

amnesia 707 updated 3y ago

Mnesia wrapper for Elixir.

arbor 243 updated 3y ago

Ecto adjacency list and tree traversal.

arc_ecto

Arc.Ecto provides an integration with Arc and Ecto.

atlas 216 updated 10y ago

Object Relational Mapper for Elixir.

barrel_ex updated 6y ago

Barrel-db distributed document-oriented database REST client in Elixir.

Bolt.Sips 266 updated 2y ago

Neo4j driver for Elixir using the Bolt protocol.

boltun 135 updated 7y ago

Transforms notifications from the Postgres LISTEN/NOTIFY mechanism into callback execution.

caylir 22 updated 2d ago

Cayley driver for Elixir.

comeonin_ecto_password

Ecto custom type for storing encrypted password using Comeonin.

couchdb_connector 96 updated 7y ago

A connector for CouchDB, the Erlang-based, JSON document database.

database_url 9 updated 2y ago

Parse database URL and return keyword list for use with Ecto.

datomex 47 updated 10y ago

Elixir driver for the Datomic REST API.

ddb_client 11 updated 8y ago

DalmatinerDB client.

defql 103 updated 7y ago

Create elixir functions with SQL as a body.

dexts

Disk Elixir Terms Storage, dest wrapper.

diver 51 updated 9y ago

A HBase driver for Erlang/Elixir using Jinterface and the Asynchbase Java client to query the database.

dproto 1 updated 6y ago

Protocols for DalmatinerDB.

dqe

DalmatinerDB query engine.

ecto 6.5k updated yesterday

A database wrapper and language integrated query for Elixir.

ecto_anon 92 updated 12d ago

Simple way to handle data anonymization directly in your Ecto schemas.

ecto_cassandra 86 updated 7y ago

Cassandra DB Adapter for Ecto.

ecto_enum 570 updated 1y ago

Ecto extension to support enums in models.

ecto_facade 69 updated 1y ago

Ecto facade that allows to separate writes and reads to different databases.

ecto_fixtures 167 updated 6y ago

Fixtures for Elixir apps using Ecto.

ecto_lazy_float 7 updated 8y ago

Ecto.LazyFloat - An Ecto.Float that accepts binary and integers.

ecto_list 19 updated 6y ago

Simple ordered model management with Ecto.

ecto_migrate 35 updated 2y ago

Ecto auto migration library. It allows to generate and run migrations for initial and update migrations.

ecto_mnesia 247 updated 5y ago

Ecto adapter for Mnesia Erlang term database.

ecto_ordered 40 updated 8y ago

Ecto extension for ordered models.

ecto_paging 14 updated 6y ago

Cursor-based pagination for Ecto.

ecto_psql_extras

Ecto PostgreSQL database performance insights.

ecto_rut 114 updated 7y ago

Simple and Powerful Ecto Shortcuts to simplify and speed up development.

ecto_shortcuts 29 updated 9y ago

Shortcuts for common operations in ecto.

ecto_shortuuid 31 updated 11mo ago

Ecto type which adds support for ShortUUIDs.

ecto_validation_case 11 updated 10y ago

Simplify your Ecto model validation tests. Loosely inspired by shoulda matchers, but simpler.

ecto_watch 249 updated 2mo ago

Allows you to easily get notifications about database changes directly from PostgreSQL.

ectophile 42 updated 10y ago

Ecto extension to instantly support file uploads in models.

elastic 64 updated 4y ago

A thin-veneer over HTTPotion to help you talk to Elastic Search.

elastix 254 updated 1y ago

A simple Elastic REST client written in Elixir.

eredis 44 updated 1y ago

Erlang Redis client.

erlastic_search 166 updated 6y ago

An Erlang app for communicating with Elastic Search's rest interface.

esqlite 143 updated 6mo ago

Erlang NIF for sqlite.

eternal 102 updated 2mo ago

Keep your ETS tables alive forever, safely and easily.

ets_map

An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table.

eventstore 1.1k updated 23d ago

A CQRS EventStore using Postgres for persistence, written in Elixir.

ex_bitcask 12 updated 11y ago

Elixir wrapper of Basho's Bitcask Key/Value store.

ex_sider 6 updated 9y ago

Elixir Map/List/Set interfaces for Redis data structures (uses Redix, but that is configurable).

exleveldb 43 updated 7y ago

Elixir wrapper around Basho's eleveldb module for LevelDB.

exnumerator 65 updated 6y ago

Elixir enumerable type definition in a simple way to be used with any database.

exredis 357 updated 2y ago

Redis client for Elixir.

exseed 17 updated 5y ago

An Elixir library that provides a simple DSL for seeding databases through Ecto.

exsolr 22 updated 7y ago

A Solr wrapper written in Elixir.

extreme

An Elixir library using Eventstore for persistence of events generated by aggregates (CQRS).

exts 7 updated 9y ago

Elixir Terms Storage, ets wrapper.

github_ecto 120 updated 9y ago

Ecto adapter for GitHub API.

inquisitor 169 updated 5y ago

Composable query builder for Ecto.

isn 10 updated 9d ago

Ecto types for the postgreSQL isn extension.

kalecto 147 updated 5y ago

Glue between Kalends and Ecto for saving dates, times and datetimes.

kvs 175 updated 24d ago

Erlang Abstract Term Database.

level 5 updated 11y ago

Level for Elixir implements various helper functions and data types for working with Googles Level data store.

libsqlex 3 updated 9mo ago

Libsql driver for Elixir.

mariaex 262 updated 4y ago

MariaDB/MySQL driver for Elixir.

memento 791 updated 1y ago

Simple Mnesia Interface in Elixir.

moebius 610 updated 1y ago

A functional query tool for Elixir and PostgreSQL.

mongo

MongoDB driver for Elixir.

mongodb 568 (archived)

MongoDB driver for Elixir.

mongodb_driver 268 updated 25d ago

Alternative driver for MongoDB with support for recent versions of MongoDB and comprehensive feature list.

mongodb_ecto 380 updated 1y ago

MongoDB adapter for Ecto.

mysql 374 updated 9mo ago

MySQL/OTP – MySQL driver for Erlang/OTP.

mysqlex 8 updated 6y ago

An Ecto-compatible wrapper around the mysql-otp library.

neo4j_sips 82 updated 6y ago

Neo4j driver for Elixir.

neo4j_sips_models 6 updated 6y ago

Minimalistic Model support for the Neo4j.Sips Elixir driver.

panoramix 43 updated 21d ago

Apache Druid client for Elixir.

paper_trail 597 updated 2mo ago

Ecto plugin for tracking and recording all the changes in your database.

pillar 103 updated 7mo ago

Clickhouse HTTP based client.

postgrex 1.2k updated 6d ago

PostgreSQL driver for Elixir.

ravix 17 updated 2y ago

RavenDB Driver for Elixir.

ravix-ecto 5 updated 1y ago

RavenDB Ravix Driver adapter for Ecto.

rediscl

A minimal redis client with connection pooling and pipe query builder.

redix 1.1k updated 26d ago

Superfast, pipelined, resilient Redis driver for Elixir.

redo

Heroku's pipelining redis client for erlang.

rethinkdb 491 updated 7y ago

Rethinkdb client in pure Elixir using JSON protocol.

riak 197 updated 5y ago

A Riak client written in Elixir.

riak_ecto 30 updated 9y ago

Riak adapter for Ecto.

shards 296 updated 1y ago

Transparent and out-of-box Sharding support for Erlang/Elixir ETS tables.

sql_dust 118 updated 4y ago

Generate (complex) SQL queries using magical Elixir SQL dust.

sqlite_ecto 76 updated 9y ago

SQLite3 adapter for Ecto.

ssdb_elixir 5 (archived)

ssdb client for Elixir, with focus on performance.

tds

MSSQL / TDS Database driver for Elixir.

tds_ecto 57 updated 6y ago

MSSQL / TDS Adapter for Ecto.

timex_ecto 164 updated 4y ago

An adapter for using Timex DateTimes with Ecto.

tirexs 426 updated 4y ago

An Elixir flavored DSL for building JSON based requests to Elasticsearch engine.

triplex 505 updated 1y ago

Database multitenancy with postgres schemas for Elixir applications.

triton 82 updated 2d ago

Pure Elixir Cassandra ORM built on top of Xandra.

udpflux 4 updated 6y ago

An opinionated InfluxDB UDP only client.

walex 355 updated 8d ago

PostgreSQL Change Data Capture (CDC) events listener in Elixir.

xandra 427 updated 1mo ago

Cassandra driver built natively in Elixir and focused on speed, simplicity, and robustness.

yar 8 updated 11y ago

Yet another Redis client for Elixir.

Queue

adap 16 updated 8y ago

Create a data stream across your information systems to query, augment and transform data according to Elixir matching rules.

amqp 691 updated 5mo ago

Simple Elixir wrapper for the Erlang RabbitMQ client, based on Langohr.

broadway 2.6k updated 2mo ago

Concurrent and multi-stage data ingestion and data processing with Elixir.

conduit 128 updated 1y ago

A framework for working with message queues, with adapters for SQS and AMQP, and plugs for reusable messaging patterns.

cspex

Simple, OTP compliant, Elixir implementation of CSP channels.

dbus 5 updated 11y ago

A dumb message bus for sharing data between microservices decoupled using Redis.

ecto_job

A transactional job queue built with Ecto, PostgreSQL and GenStage.

elixir_nsq 90 updated 2y ago

NSQ client library for Elixir.

elixir_talk 19 updated 3y ago

An Elixir client for beanstalkd.

enm 118 updated 8y ago

enm is an Erlang port driver that wraps the nanomsg C library.

exdisque 17 updated 7y ago

Elixir client for Disque, an in-memory, distributed job queue.

exq 1.5k updated 12d ago

Job processing library for Elixir - compatible with Resque/Sidekiq.

exrabbit 49 updated 11y ago

RabbitMQ bindings and DSL for Elixir.

faktory_worker 39 updated 1mo ago

An Elixir library for working with Faktory, a polyglot job processing system made by the author of Sidekiq.

flume 80 updated 1y ago

A blazing fast job processing system backed by GenStage & Redis.

gen_rmq 181 (archived)

Set of behaviours meant to be used to create RabbitMQ consumers and publishers.

heapq 8 updated 10y ago

A Heap-based Priority Queue Implementation in Elixir.

honeycomb 20 updated 1y ago

Another scheduling system, focusing on the collection of results for one-time tasks.

honeydew 727 updated 2y ago

Honeydew is a worker pool library for Elixir.

kaffe 164 updated 2mo ago

Kafka client library for Elixir.

mqs

RabbitMQ client library, routing keys, RPC over MQ and other stuff.

oban 3.9k updated yesterday

Robust asynchronous job processor powered by Elixir and modern PostgreSQL.

opq

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

pqueue 172 updated 2y ago

Erlang Priority Queue Implementation.

que

Simple Background Job Processing with Mnesia.

queuex 11 updated 9y ago

Priority Queue with multiple backends.

RBMQ 21 updated 7y ago

Simple API for spawning RabbitMQ Producers and Consumers.

Rihanna

High performance postgres-backed job queue for Elixir.

task_bunny 199 updated 4y ago

background processing application written in Elixir and uses RabbitMQ as a messaging backend.

verk 728 updated 4y ago

Verk is a job processing system backed by Redis. It uses the same job definition of Sidekiq/Resque.

work_queue 40 updated 6y ago

Simple implementation of the hungry-consumer model in Elixir.

Testing

amrita 198 updated 8y ago

A polite, well mannered and thoroughly upstanding testing framework for Elixir.

apocryphal 17 updated 9y ago

Swagger based document driven development for ExUnit.

blacksmith 196 updated 3y ago

Data generation framework for Elixir.

blitzy

A simple HTTP load tester in Elixir.

bypass 994 updated 8mo ago

Bypass provides a quick way to create a mock HTTP server with a custom plug.

chaperon

An HTTP service performance & load testing framework written in Elixir.

chemistry 7 updated 7y ago

Testing Framework for Elixir.

cobertura_cover 12 updated 11y ago

Writes a coverage.xml from mix test --cover file compatible with Jenkins' Cobertura plugin.

definject 56 updated 1y ago

Unobtrusive dependency injector for Elixir.

double 49 updated 2y ago

Create stub dependencies for testing without overwriting global modules.

ecto_it 3 updated 10y ago

Ecto plugin with default configuration for repos for testing different ecto plugins with databases.

efrisby 18 updated 9y ago

A REST API testing framework for erlang.

efx

A library to declaratively write asynchronously testable effects.

elixir-auto-test

Run test when file is saved using inotify-tools.

espec 817 updated 9mo ago

BDD test framework for Elixir inspired by RSpec.

espec_phoenix

ESpec for Phoenix web framework.

ex_integration_coveralls

A library for Elixir run-time system code line-level coverage analysis. You can use it to evaluate the integration tests code coverage. Introduction article.

ex_machina

Flexible test factories for Elixir. Works out of the box with Ecto and Ecto associations.

ex_spec 99 updated 7y ago

BDD-like syntax for ExUnit.

ex_unit_fixtures 14 updated 2y ago

A library for defining modular dependencies for ExUnit tests.

ex_unit_notifier 134 updated 1y ago

Desktop notifications for ExUnit.

excheck 314 updated 7y ago

Property-based testing library for Elixir (QuickCheck style).

exkorpion

A BDD library for Elixir developers.

factory_girl_elixir

Minimal implementation of Ruby's factory_girl in Elixir.

fake_server

FakeServer is an HTTP server that simulates response and makes testing external APIs easier.

faker 1.2k updated today

Faker is a pure Elixir library for generating fake data.

faker_elixir 150 updated 3y ago

FakerElixir is an Elixir package that generates fake data for you.

fqc

FiFo Quickcheck helper, a set of helpers for running EQC.

gimei 2 updated 10y ago

Gimei is a pure Elixir library for generating Japanese fake data.

hound 1.4k updated 1y ago

Elixir library for writing integration tests and browser automation.

hypermock

HTTP request stubbing and expectation Elixir library.

ignorant 14 updated 9y ago

Partial Map comparison that ensures fields are present while ignoring their values.

katt 123 updated 5mo ago

KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.

kovacs 4 updated 6y ago

A simple ExUnit test runner.

markdown_test

A library that lets you test the Elixir code in your markdown files.

meck

A mocking library for Erlang.

mecks_unit

A package to elegantly mock module functions within (asynchronous) ExUnit tests using meck.

mix_erlang_tasks 21 updated 7y ago

Common tasks for Erlang projects that use Mix.

mix_eunit 17 updated 9y ago

A Mix task to execute eunit tests.

mix_test_interactive 128 updated 2mo ago

Interactive test runner for mix test with watch mode.

mix_test_watch 956 updated 3mo ago

Automatically run your Elixir project's tests each time you save a file.

mixunit 2 updated 11y ago

An EUnit task for Mix based projects.

mneme 136 updated 7mo ago

Assertions that know how to update themselves, otherwise known as snapshot or approval testing.

mock 690 updated 1y ago

Mocking library for the Elixir language.

mockery 94 updated 5mo ago

Simple mocking library for asynchronous testing.

mockingbird 3 updated 8y ago

A set of helpers to test code that involves http requests.

mox

Mocks and explicit contracts for Elixir.

patch 215 updated 9mo ago

Ergonomic Mocking for Elixir.

pavlov 128 updated 10y ago

BDD framework for your Elixir projects.

plug_test_helpers 10 updated 11y ago

A simple testing DSL for Plugs.

ponos 162 updated 4y ago

Ponos is an Erlang application that exposes a flexible load generator API.

power_assert

Power Assert in Elixir. Shows evaluation results each expression.

propcheck

Property based testing for Elixir.

proper

PropEr (PROPerty-based testing tool for ERlang) is a QuickCheck-inspired open-source property-based testing tool for Erlang.

setup_tag

Easily mix and match functions marked with tags to setup your test context.

shouldi 135 updated 9y ago

Elixir testing libraries with nested contexts, superior readability, and ease of use.

stream_data 934 updated 16d ago

A pure-Elixir data generation and property-based testing library.

test_selector 14 updated 1y ago

A set of test helpers that make sure you always select the right elements in your Phoenix app.

test_that_json

JSON assertions and helpers for your Elixir testing needs.

toxiproxy_ex

API client for the resilience testing tool Toxiproxy.

tuco_tuco

TucoTuco helps you test your web application by running a web browser and simulating user interaction with your application.

Walkman 54 updated 4y ago

Isolate tests from the real world, inspired by Ruby's VCR.

wallaby

Wallaby helps test your web applications by simulating user interactions concurrently and manages browsers.

white_bread

Story based BDD in Elixir using the gherkin syntax.

Text and Numbers

abacus 97 updated 1y ago

Evaluate math terms in Elixir.

base58 15 updated 5y ago

Base58 encoding/decoding for Elixir.

base58check 17 updated 6y ago

Base58Check encoding/decoding for Bitcoin.

base62

Base62 encoder/decoder in pure Elixir.

bencode 18 updated 6y ago

A Bencode encoder and decoder for Elixir. The decoder will return the checksum value of the info dictionary, if an info dictionary was found in the input.

bencoder

bencode in Elixir.

bitcoinex

Bitcoin utilities in Elixir.

brcpfcnpj 79 updated 14d ago

Number format and Validation for Brazilian documents (CPF/CNPJ).

caustic 5 updated 2y ago

Elixir cryptocurrency library for Bitcoin, Ethereum, and other blockchains. Includes cryptography, number theory (prime, congruence), and general mathematics library for exploratory math.

ccc

Character Code Converter.

chinese_translation

Translate between traditional chinese and simplified chinese based on wikipedia data, and translate chinese words/characters to pinyin (or slug with or without tone).

cidr

Classless Inter-Domain Routing (CIDR) for Elixir.

cirru_parser updated 10y ago

Cirru Parser in Elixir.

colorful

Elixir macros to decorate characters on CUI.

colors 7 updated 9y ago

Colors util written in Elixir.

convertat 17 updated 10y ago

An Elixir library for converting from and to arbitrary bases.

curtail

HTML tag-safe string truncation.

custom_base

Allow you to make custom base conversion in Elixir.

decimal

Arbitrary precision decimal arithmetic for Elixir.

eden 38 updated 2y ago

EDN encoder/decoder for Elixir.

elixilorem 10 updated 6y ago

Lorem Ipsum generator for Elixir.

elixir-range-extras

Elixir range utilities: constant-time random sampling and set operations.

elixir_bencode 8 updated 11y ago

Bencode implemented in Elixir.

erldn

EDN format parser for the Erlang platform.

event_source_encoder 4 updated 10y ago

Encode data into EventSource compliant data.

ex_brace_expansion

Brace expansion, as known from sh/bash, in Elixir.

ex_cldr 1 updated 4y ago

Cldr is an Elixir library for the Unicode Consortium's Common Locale Data Repository (CLDR).

ex_pression 11 updated 11mo ago

Evaluate user input expressions.

ex_rfc3966 1 updated 9y ago

Elixir Tel URI parser compatible with RFC3966.

ex_rfc3986

RFC3986 URI/URL parser.

ex_uc 22 updated 3y ago

Extensible Units Converter for Elixir.

exmoji 107 updated 11mo ago

Emoji encoding Swiss Army knife for Elixir/Erlang.

expletive

Profanity filter library for Elixir.

expr

An Elixir library for parsing and evaluating mathematical expressions.

haikunator

Generate Heroku-like memorable random names to use in your apps or anywhere else.

hashids

Hashids lets you obfuscate numerical identifiers via reversible mapping.

hexate

Simple module for Hex encoding / decoding in Elixir.

inet_cidr

Classless Inter-Domain Routing (CIDR) for Elixir that is compatible with :inet and supports both IPv4 and IPv6.

inflex

An Inflector library for Elixir.

kitsune

An Elixir library for transforming the representation of data.

ltsvex 10 updated 10y ago

LTSV parser implementation in Elixir.

mbcs

Wrapper for erlang-mbcs. This module provides functions for character encoding conversion.

mimetype_parser 3 updated 8y ago

parse mimetypes.

minigen 19 updated 1y ago

Random data generators for the Erlang ecosystem.

monetized 46 updated 4y ago

A lightweight solution for handling and storing money.

money 848 updated 8mo ago

Working with Money safer, easier, and fun, interpretation of the Fowler's Money pattern.

mt940 9 (archived)

MT940 (standard structured SWIFT Customer Statement message) parser for Elixir.

namor

A name generator that creates random, url-friendly slugs.

nanoid 232 updated 1y ago

Elixir port of NanoID, a secure and URL-friendly unique ID generator.

near_api 11 updated 4y ago

A NEAR API in Elixir - a library for DApps development on the NEAR blockchain platform.

neotomex

A PEG implementation with a pleasant Elixir DSL.

number 233 updated 1y ago

Number is a pretentiously-named Elixir library which provides functions to convert numbers into a variety of different formats.

numero 8 updated 1y ago

A micro library for converting non-english utf-8 digits in elixir.

palette 2 updated 11y ago

A handy library for colouring strings in Elixir.

pinyin 25 updated 9y ago

Chinese Pinyin lib for Elixir.

porterstemmer

Porter Stemmer in Elixir.

pretty_hex

A binary hex dumping library in Elixir.

quickrand

Quick Random Number Generation.

RandomStringGenerator 1 updated 6y ago

A module to generate a random string based on a given string pattern.

ref_inspector 13 updated 2d ago

Referer parser library in Elixir. Fetching info from URLs.

remove_emoji 8 updated 2y ago

Emoji text sanitizer in Elixir. It can remove any emoji symbol.

secure_random 97 updated 3y ago

Convenience library for random base64 strings modeled after my love for Ruby's SecureRandom.

sentient

Simple sentiment analysis based on the AFINN-111 wordlist.

shortuuid

Generate concise, unambiguous, URL-safe UUIDs.

simetric 63 updated 4y ago

String similarity metrics for Elixir.

slugger 160 updated 4y ago

Slugger can generate slugs from given strings that can be used in URLs or file names.

smile

Small lib for converting emoji mappers to emoji characters, like in Slack messages.

stemmer

An English (Porter2) stemming implementation in Elixir.

tau 3 updated 10y ago

Provide the famous mathematical constant, tau, τ = 6.2831....

tomlex

A TOML parser for Elixir.

transformer

Flexible type conversion lightweight library.

ua_inspector 137 updated 2d ago

User agent parser library like piwik/device-detector.

ua_parser2

A port of ua-parser2 to Elixir. User agent parser library.

unique_names_generator

Generate seeded random and unique names.

unit_fun

Attempt to add units to numbers in elixir to give some added type safety when dealing with numeric quantities.

uuid 367 updated 1y ago

UUID generator and utilities for Elixir.

uuid_erl 221 updated 10d ago

Erlang Native UUID Generation.

veritaserum 83 updated 3y ago

Sentiment analysis based on afinn-165, emojis and some enhancements.