#hex My public Hex Packages

Posted on Sep 21, 2025

Today I stumbled upon my old Github repository called hexpack-examples. It demonstrates the usage of several useful Elixir hex packages. Let’s take a closer look at them.

The repository provides examples for the following packages:

  1. data_source: This package provides a unified way to access data from various sources.
  2. bucketier: A simple and effective rate-limiter.
  3. timewrap: A package to handle time-related operations.
  4. exconfig: A package to manage application configuration. (deprecated)

The repository is a great resource for learning how to use these packages in a real-world scenario. The examples are well-tested and provide a good starting point for integrating these packages into your own projects.

I highly recommend checking out the hexpack-examples repository and exploring the packages mentioned. They can be a great addition to your Elixir toolbox.