Y
Hacker News
new
|
ask
|
show
|
jobs
by
minxomat
1320 days ago
In modern contexts (outside of compilers): policy evaluation, see e.g. OPA's ReGo which uses Datalog enhanced with structured data support.
1 comments
nerdponx
1320 days ago
Would you want to use a Prolog/Datalog for things like authorizing users in a RBAC system? I give the engine a bunch of rules and properties of things, and the engine figures out whether or not the user is authorized to perform some specific action.
link
minxomat
1320 days ago
That's exactly what OPA does.
link