Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.