Elixir wrapper for the Tiqets V2 API
Faker is a Elixir package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML document...
A simple way to create Ecto Queries. Clean up and declutter your query modules by only writing out the necessary code - or no code at all.
Unique, time based ID generation inspired by Twitter's Snowflake.
Exfits provides Elixir bindings to the CFITSIO library for working with FITS (Flexible Image Transport System) files, commonly used in as...
An Elixir wrapper around the Erlang optimized `queue` that supports the FIFO, first-in first-out, pattern. This is useful is when you ca...
LiteFS-aware Ecto middleware for automatic write forwarding in distributed SQLite clusters.
Leverage Ecto associations to deep clone db records & do other helpful stuff
Useful Ecto extensions: search, sort, paginate, validators
Markup Language Expressions for LFE: creating XML/HTML with S-expressions on the Erlang VM
Monadic, softly-typed, extensible effect handling in Elixir.
ExLSH calculates a locality sensitive hash for text. It can be used for near-dupclicate detection for text.
High-performance MaxSim (Maximum Similarity) scoring using BLAS GEMM operations. Elixir bindings for the maxsim-cpu Rust library with SIM...
Bindings over Telegram's TDLib, allowing to act as a full-fledged Telegram client.
Erlang CQRS/Event Sourcing framework built on erl-esdb
Elixir wrapper for Eredis pub/sub functionality
Seasonal-trend decomposition for Elixir using STL
Elixir vector database: collections, points (upsert/get/delete), exact k-NN (cosine, L2, dot product), optional DAZO index (HNSW-style + ...
Execute and inline code at compile time.
ExTealPages is a ExTeal tool for managing static copy on pages
A precision fault-injection tool for Elixir/OTP designed to simulate Grey Failures (Process Suspension).
Echonest api wrapper for Elixir
An Elixir library for Amazon Ion.
Lightweight 3D physics engine for Gleam game development
Convert the character encoding
A simple kademlia implementation
Ex Saga is an NServiceBus Saga implementation in Elixir, while being abstracted away from storage and transport.
Your entrypoint to create a Shopify Application in Elixir.
A simple expression language for elixir
A collection of random library functions I use across multiple projects: pipe_while_ok: Create pipelines that terminate early if any ste...