Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new fetch providers #599

Merged
merged 3 commits into from
Jun 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions documentation/docs/fetch-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
title: Available Fetch Providers
---

| Type of OPAL Fetcher | Link to GitHub Project | Authors |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------ |
| **Postgres** | [View here](https://github.com/permitio/opal-fetcher-postgres) | [`@asafc`](https://github.com/asafc) |
| **LDAP** | [View here](https://github.com/phi1010/opal-fetcher-ldap) | [`@phi1010`](https://github.com/phi1010) |
| **CosmosDB** | [View here](https://github.com/avo-sepp/opal-fetcher-cosmos) | [`@avo-sepp`](https://github.com/avo-sepp) |
| **FastAPI RPC** | [View here](https://github.com/permitio/opal/blob/master/packages/opal-common/opal_common/fetcher/providers/fastapi_rpc_fetch_provider.py) | [`@orweis`](https://github.com/orweis) |
| **HTTP** | [View here](https://github.com/permitio/opal/blob/master/packages/opal-common/opal_common/fetcher/providers/http_fetch_provider.py) | [`@orweis`](https://github.com/orweis) |
| Type of OPAL Fetcher | Link to GitHub Project | Authors | Company |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- |----------------------------------------|
| **Postgres** | [View here](https://github.com/permitio/opal-fetcher-postgres) | [`@asafc`](https://github.com/asafc) | [Permit.io](https://permit.io/) |
| **LDAP** | [View here](https://github.com/phi1010/opal-fetcher-ldap) | [`@phi1010`](https://github.com/phi1010) | |
| **CosmosDB** | [View here](https://github.com/avo-sepp/opal-fetcher-cosmos) | [`@avo-sepp`](https://github.com/avo-sepp) | |
| **FastAPI RPC** | [View here](https://github.com/permitio/opal/blob/master/packages/opal-common/opal_common/fetcher/providers/fastapi_rpc_fetch_provider.py) | [`@orweis`](https://github.com/orweis) | [Permit.io](https://permit.io/) |
| **HTTP** | [View here](https://github.com/permitio/opal/blob/master/packages/opal-common/opal_common/fetcher/providers/http_fetch_provider.py) | [`@orweis`](https://github.com/orweis) | [Permit.io](https://permit.io/) |
| **MongoDB** | [View here](https://github.com/treedomtrees/opal-fetcher-mongodb) | [`@OancaAndrei`](https://github.com/OancaAndrei) | [Treedom](https://www.treedom.net/en) |
| **MySQL** | [View here](https://github.com/bhimeshagrawal/opal-fetcher-mysql) | [`@bhimeshagrawal`](https://github.com/bhimeshagrawal)| |

:::tip
**We are always looking for new custom OPAL fetchers providers to be created**. We love the help of our community, so if you
Expand Down
Loading