XLEN Syntax Return Example XLEN Syntax XLEN key Time Complexity: O(1) ACL categories: @read, @stream, @fast Returns the number of entries inside a stream. If the spec...
XLEN Syntax Return Example XLEN Syntax XLEN key Time Complexity: O(1) ACL categories: @read, @stream, @fast Returns the number of entries inside a stream. If the spec...
Decision Log Service API Local Decision Logs Masking Sensitive Data Rate Limiting Decision Logs OPA can periodically report decision logs to remote HTTP servers, using custom ...
Getting Started Test Format Test Discovery Test Results Data Mocking Coverage Profiling Sort criteria for the profile results Example Policy Example: Display ALL profile r...
XLEN Syntax Return Example XLEN Syntax XLEN key Time Complexity: O(1) Returns the number of entries inside a stream. If the specified key does not exist the command ret...
High Performance Policy Decisions Linear fragment Use objects over arrays Use indexed statements Equality statements Glob statements Early Exit in Rule Evaluation Comprehensi...
Creating entity instances Creating entity instances Now, let’s create five objects that describe three persons and two cars, and save this information in the database: >>> p1 ...
EdgeDB Go Driver Usage Example EdgeDB Go Driver Package edgedb is the official Go EdgeDB driver. https://www.edgedb.com Typical usage looks like this: package main impo...