Interesting, it looks like Cue has quite some things in common with Rego.
FYI, I’m looking into Rego, because I would like to have an access-control/policy language I can use in Erlang.
Interesting, it looks like Cue has quite some things in common with Rego.
FYI, I’m looking into Rego, because I would like to have an access-control/policy language I can use in Erlang.
Yes I’ve been looking at OPA/Rego too but I preferred my (not open/not finished Datalog implementation and CUE would be compatible with that). But I agree that’s another válida option to look at.
My hunch is that Cue is even be better for policies than Rego, and because it is based on lattices maybe even for delegation. Thanks for the rabbit hole .
I think GitHub - k32/Lee: Model-driven configuration for Erlang and Elixir can fulfill most of requirements.
We’re using this library for GitHub - emqx/emqttb: A scriptable autotuning load generator for MQTT , which has tons of tweakable parameters, and it works fine so far.