Sample Apps
Oso built the following sample apps to provide reference and inspiration for using Oso Cloud in your application.
Reference apps:
- Google Drive-like file-sharing (opens in a new tab)
- Electronic medical records (opens in a new tab)
- Customer relationship manager (opens in a new tab)
Each of these apps uses:
- Microservice-like architecture
- Centralized authorization data to manage access control across services
- Local Authorization + PostgreSQL
- TypeScript + React w/ NodeJS via Next.js
- Orchestrated deployment via Docker Compose
List filtering (opens in a new tab) using:
- Local Authorization + PostgreSQL (local)
- Ruby on Rails (local)
- This is a very complex application often used for demos; its
main
branch is not always in a runnable state. - View the documentation here: GitCloud: End-to-End Example (opens in a new tab)