Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/styrainc/opa-sdk-demos
Collection of demos for the Styra-supported OPA SDKs
https://github.com/styrainc/opa-sdk-demos
demos nestjs opa open-policy-agent react sdk springboot
Last synced: 15 days ago
JSON representation
Collection of demos for the Styra-supported OPA SDKs
- Host: GitHub
- URL: https://github.com/styrainc/opa-sdk-demos
- Owner: StyraInc
- License: apache-2.0
- Created: 2024-07-17T11:16:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:53:27.000Z (3 months ago)
- Last Synced: 2024-10-25T11:54:51.581Z (3 months ago)
- Topics: demos, nestjs, opa, open-policy-agent, react, sdk, springboot
- Language: Java
- Homepage:
- Size: 944 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [`@styra/opa-react`](https://www.npmjs.com/package/@styra/opa-react) features, like batching.
## [NestJS demo](nestjs-demo)
This demo app shows how [`@styra/opa`](https://www.npmjs.com/package/@styra/opa) can be used in a NestJS backend service.