Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srenatus/opa-explorer

Graphical user interface showcasing the different stages of Rego compilation in OPA
https://github.com/srenatus/opa-explorer

compiler opa open-policy-agent rego

Last synced: about 1 month ago
JSON representation

Graphical user interface showcasing the different stages of Rego compilation in OPA

Awesome Lists containing this project

README

        

# opa-explorer

![OPA v0.68.0](https://openpolicyagent.org/badge/v0.68.0)

Graphical user interface to showcase the different stages of Rego compilation in OPA.

![screenshot](/assets/screenshot.png?raw=true "OPA explorer")

## Usage

To run the web app:

```shell
go run cmd/explorer/main.go
```

Then browse to the URL printed in the console, [http://127.0.0.1:9000](http://127.0.0.1:9000)