All Projects → ninenines → Live

ninenines / Live

Licence: isc
Automated module and configuration reloader.

Labels

Projects that are alternatives of or similar to Live

Device xiaomi cepheus
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Ports
Developer FreeBSD Haskell "overlay" for the mighty FreeBSD Ports Collection. Use with caution, slippery when wet, etc.
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Gitsem
a command line utility for managing semantically versioned (semver) git tags
Stars: ✭ 17 (-5.56%)
Mutual labels:  makefile
League Gothic
A revival of an old classic, Alternate Gothic #1
Stars: ✭ 887 (+4827.78%)
Mutual labels:  makefile
Pymake
A Makefile generator in Python
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Cxcore
A prebuilt Linux system use UEFI and f2fs for RaspberryPi 3B, RaspberryPi 3B+, RaspberryPi 4B
Stars: ✭ 17 (-5.56%)
Mutual labels:  makefile
Disco
decentralized infrastructure for serverless computing operations
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
New Php Project
Template for new PHP projects. Also see https://github.com/JeroenDeDauw/new-php-library
Stars: ✭ 18 (+0%)
Mutual labels:  makefile
Mesos Dns Pkg
Packaging utilities for Mesos-DNS
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Device Sony Loire
Stars: ✭ 17 (-5.56%)
Mutual labels:  makefile
Redash Kubernetes
Kubernetes setup for Redash
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Docker Release Toolkit
My personal toolkit for building releases with Docker
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Articles
Article Publish in Wechat & Toutiao
Stars: ✭ 896 (+4877.78%)
Mutual labels:  makefile
Python Mk
A Makefile that contains the seed of a python development environment.
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (+0%)
Mutual labels:  makefile
Hdpslam
The implementation of HDP SLAM
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Compiletools
Build C++ fast, with practically no configuration
Stars: ✭ 16 (-11.11%)
Mutual labels:  makefile
Docker Cdn
Script for creating and deploying a CDN (HAProxy, Registrator, Consul and Nginx)
Stars: ✭ 18 (+0%)
Mutual labels:  makefile
Emojione Color Font
End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Stars: ✭ 899 (+4894.44%)
Mutual labels:  makefile
Hdfs Spark Hive Dev Setup
This repository contains makescript and instruction on how to setup local hdfs+spark+hive setup.
Stars: ✭ 17 (-5.56%)
Mutual labels:  makefile

Live

Live is an automated module and configuration reloader.

Usage

Live is a development tool for live reloading of modules and configuration files designed to work with the erlang.mk and relx build tools. It allows you to add live reloading to a release.

Live monitors file changes based on configurable rules. By default it monitors all BEAM files found in lib/*/ebin/*.beam in the release. It can detect and load new files, reload existing files or unload deleted files.

Live can be configured to work with any kind of files in the release, as each filename match rule has an associated handler module which you can create by implementing the live_handler behavior.

This project is a work in progress. The interface to configure additional rules is currently missing.

Getting help

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].