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: 8 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:01:52.000Z (7 months ago)
- Last Synced: 2025-04-01T17:55:09.911Z (13 days ago)
- Topics: compiler, opa, open-policy-agent, rego
- Language: CSS
- Homepage:
- Size: 303 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
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

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

## 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)