Author: Michael Agaon
-
Using YAML instead of JSON in OPA*
While working with OPA we looked into different options for integration with the agent. For my specific use case it did make sense to use the Golang module: Adding a module does require some minor integration work, but overall you do have access to the core functionality of the OPA and flexibility when it comes
-
Rego playground
Rego is declarative in nature and was inspired by Datalog query language. Writing queries in Rego takes some practice, but definitely worth learning. Rego supports structured document model such as JSON. Before we start to dive into Rego, a basic knowledge of Open Policy Agent (OPA) will help us to understand the purpose of Rego
-
Golang as robust system-level language
Golang (Go) took the entire programming world by surprise. Go has emerged from Google where Robert Griesemer and Rob Pike were sharing an office in 2007. Rob Pike was been thinking how inappropriate C++ was, because it lacked support for the new multi-core machines, and was getting frustrated with 45 minutes compile-time pauses in C++.