Why SOLID may be useful for you in Elixir

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • SMPPEX

    ✉️ SMPP 3.4 protocol and framework implementation in Elixir

  • Even if this functionality is worth being included (and it actually is), we often want to have different "tiers" of support for our code. Our "core" code should be well tested, well documented and have wider compatibility (and in case of SMPPEX it really is: see documentation and compatibility matrix).

  • ranch

    Socket acceptor pool for TCP protocols.

  • SMPPEX is based on ranch and handles TCP connections in the following way:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • telemetry

    Dynamic dispatching library for metrics and instrumentations.

  • Once I received a PR with a reasonable suggestion: add telemetry integration.

  • voomex

    Send and receive SMPP messages via HTTP API

  • A bit later I was glad to find out that the team tried and successfully implemented this approach!

  • smppex_telemetry

    Library for tracing SMPP session events with telemetry

  • Later I implemented the solution as "batteries": savonarola/smppex_telemetry.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts