Popularity
3.0
Growing
Activity
0.0
Stable
13
5
2
Monthly Downloads: 10
Programming language: Elixir
License: MIT License
Tags:
Macros
rulex alternatives and similar packages
Based on the "Macros" category.
Alternatively, view rulex alternatives based on common mentions on social networks and blogs.
-
apix
Simple convention and DSL for transformation of elixir functions to an API for later documentation and or validation. -
Bang
Bang simply adds dynamic bang! functions to your existing module functions with after-callback.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of rulex or a related project?
Popular Comparisons
README
Rulex
This application allows to do very simple rule handler using Elixir pattern matching :
- declare rules as function clause.
- Create a function
apply_rules
which apply recursively your function until no more match, ensuring that each function execution happened only once.
Usage
See in in code documentation