+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Single Value : There are a number of design princples that we can put in place when we design Rego, But here are the top three. Syntax : In terms is Rego syntax we have designed it to mirror those real world polices that you find in PDFs , E-Mails, So the idea of Rego statement is that it is a simple IF Statements, Something are true if the other things are true . For example , allow this request if this user is actually alice 2. Semantics : The second design principle is more symantic . The idea here was the hierarchical data JSON/YAML and so on are pervasive so we wanted Rego to support that hierarchical data in a first class way and so 3. Algorithm : OPA coould automatically optimize performance so the policy can often focus on correctness and make retain able polices Rego Overview one you wri...