Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmacaulay/ruler
https://github.com/jamesmacaulay/ruler
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesmacaulay/ruler
- Owner: jamesmacaulay
- Created: 2019-11-07T22:58:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T16:49:05.000Z (over 3 years ago)
- Last Synced: 2024-10-12T13:10:57.423Z (about 1 month ago)
- Language: Elixir
- Size: 148 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruler
**This is work-in-progress alpha software, not yet recommended for any purpose!**
Ruler is a forward-chaining rules engine built on an immutable version of the Rete algorithm.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ruler` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ruler, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ruler](https://hexdocs.pm/ruler).