Need a new page for Rego

edit

What is Rego? Rego was inspired by Datalog, which is a well understood, decades old query language. Rego extends Datalog to support structured document models such as JSON. Rego queries are assertions on data stored in OPA. These queries can be used to define policies that enumerate instances of data that violate the expected state of the system. unni (talk)


https://www.openpolicyagent.org/docs/latest/policy-language/