Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srenatus/opa-explorer
- Owner: srenatus
- License: apache-2.0
- Created: 2022-11-21T13:19:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:09:37.000Z (5 months ago)
- Last Synced: 2024-08-03T21:01:48.617Z (4 months ago)
- Topics: compiler, opa, open-policy-agent, rego
- Language: CSS
- Homepage:
- Size: 300 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opa - opa-explorer - Visual tool for exploring the different compilation stages of the OPA topdown compiler (Tools and Utilities / Testing Blogs and Articles)
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)