All Projects → danielberkompas → Immortal

danielberkompas / Immortal

Licence: mit
Helper modules for OTP applications

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to Immortal

Gortas
Gortas is an API based authentication service, allows adding authentication to your site or service with minimum efforts.
Stars: ✭ 48 (-70%)
Mutual labels:  otp
Exnn
An Elixir Evolutive Neural Network framework à la G.Sher
Stars: ✭ 93 (-41.87%)
Mutual labels:  otp
Yubikey Manager Qt
Cross-platform application for configuring any YubiKey over all USB interfaces.
Stars: ✭ 137 (-14.37%)
Mutual labels:  otp
Mnesiac
Mnesia autoclustering made easy!
Stars: ✭ 62 (-61.25%)
Mutual labels:  otp
Totp Cli
A cli-based pass-backed TOTP app
Stars: ✭ 76 (-52.5%)
Mutual labels:  otp
Cloak
A Command Line OTP Authenticator application.
Stars: ✭ 112 (-30%)
Mutual labels:  otp
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+538.13%)
Mutual labels:  otp
Android Otp Extractor
Extracts OTP tokens from rooted Android devices
Stars: ✭ 147 (-8.12%)
Mutual labels:  otp
Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (-44.37%)
Mutual labels:  otp
Otpauth
One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Stars: ✭ 135 (-15.62%)
Mutual labels:  otp
Jsotp
Javascript One-Time Password module.
Stars: ✭ 71 (-55.62%)
Mutual labels:  otp
Exrm deb
Create a deb for your elixir release with ease
Stars: ✭ 75 (-53.12%)
Mutual labels:  otp
Thegorgeousotp
Phone number authentication + OTP login page built with @flutter 😍
Stars: ✭ 116 (-27.5%)
Mutual labels:  otp
Lager
A logging framework for Erlang/OTP
Stars: ✭ 1,060 (+562.5%)
Mutual labels:  otp
Aegis
A free, secure and open source app for Android to manage your 2-step verification tokens.
Stars: ✭ 2,692 (+1582.5%)
Mutual labels:  otp
Privacyidea
🔐 multi factor authentication system (2FA, MFA, OTP Server)
Stars: ✭ 1,027 (+541.88%)
Mutual labels:  otp
Freeradius Server
FreeRADIUS - A multi-protocol policy server.
Stars: ✭ 1,379 (+761.88%)
Mutual labels:  otp
Flutter pinput
🔥🚀 Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations
Stars: ✭ 157 (-1.87%)
Mutual labels:  otp
Gen rmq
Elixir AMQP consumer and publisher behaviours
Stars: ✭ 146 (-8.75%)
Mutual labels:  otp
Phpotp
Php Implementation of the OTP algorythm
Stars: ✭ 125 (-21.87%)
Mutual labels:  otp

Immortal

Build Status

Immortal is a small collection of helper modules intended to make it easier to build a fault-tolerant OTP application. Each module tries to solve a common problem in the most concise possible way.

Included Modules:

  • Immortal.ETSTableManager: Keep your ETS tables alive while your process is rebooted by your supervisor.

  • Immortal.Ghost: Create processes which remain alive for a set period after a target process dies.

Installation

Get it from Hex:

def deps do
  {:immortal, "~> 0.2.2"}
end

Or from Github:

def deps do
  {:immortal, github: "danielberkompas/immortal"}
end

Then run mix deps.get.

Contributing

Check out the Contributing Guidelines.

License

MIT. See the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].