https://github.com/open-policy-agent/opa-sdk-demos
Collection of demos for the OPA SDKs
https://github.com/open-policy-agent/opa-sdk-demos
demos nestjs opa open-policy-agent react sdk springboot
Last synced: 3 months ago
JSON representation
Collection of demos for the OPA SDKs
- Host: GitHub
- URL: https://github.com/open-policy-agent/opa-sdk-demos
- Owner: open-policy-agent
- License: apache-2.0
- Created: 2024-07-17T11:16:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-16T10:27:14.000Z (10 months ago)
- Last Synced: 2025-09-16T10:27:31.698Z (10 months ago)
- Topics: demos, nestjs, opa, open-policy-agent, react, sdk, springboot
- Language: Java
- Homepage:
- Size: 2.08 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# OPA SDK Demos
This repository collects our demos for using OPA's SDKs in various languages and frameworks.
## [OPA Sprint Boot SDK](opa-springboot-demo)
This is a simple demonstration application for the OPA Spring Boot SDK.
The application presents a simple REST based object store implemented using Spring Boot.
## [OPA React Demo](opa-react-demo)
This demo app serves as an example of some [`@open-policy-agent/opa-react`](https://www.npmjs.com/package/@open-policy-agent/opa-react) features, like batching.
## [NestJS demo](nestjs-demo)
This demo app shows how [`@open-policy-agent/opa`](https://www.npmjs.com/package/@open-policy-agent/opa) can be used in a NestJS backend service.