From 1abde972b9bf52e289e601263aab3e4df5170eb8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 21 Jun 2024 15:34:52 +0200 Subject: [PATCH 1/3] Added new fetch providers --- documentation/docs/fetch-providers.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/fetch-providers.mdx b/documentation/docs/fetch-providers.mdx index cfb96d0c6..011ceb207 100644 --- a/documentation/docs/fetch-providers.mdx +++ b/documentation/docs/fetch-providers.mdx @@ -9,6 +9,8 @@ title: Available Fetch Providers | **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) | +| **MongoDB** | [View here](https://github.com/treedomtrees/opal-fetcher-mongodb) | [`@OancaAndrei`](https://github.com/OancaAndrei)| +| **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 From 5ed148eb38e3c75c5c1a5a9b29dc2df0ad9f1ede Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:12:15 +0200 Subject: [PATCH 2/3] Update fetch-providers.mdx Added company names --- documentation/docs/fetch-providers.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/docs/fetch-providers.mdx b/documentation/docs/fetch-providers.mdx index 011ceb207..0ec0f9a8b 100644 --- a/documentation/docs/fetch-providers.mdx +++ b/documentation/docs/fetch-providers.mdx @@ -2,15 +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) | -| **MongoDB** | [View here](https://github.com/treedomtrees/opal-fetcher-mongodb) | [`@OancaAndrei`](https://github.com/OancaAndrei)| -| **MySQL** | [View here](https://github.com/bhimeshagrawal/opal-fetcher-mysql) | [`@bhimeshagrawal`](https://github.com/bhimeshagrawal)| +| 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 From 7b0cf715a7e300fa0c08ad0aa00778ea1b6a9e72 Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:24:40 +0200 Subject: [PATCH 3/3] Update fetch-providers.mdx Fixed table --- documentation/docs/fetch-providers.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/docs/fetch-providers.mdx b/documentation/docs/fetch-providers.mdx index 0ec0f9a8b..72664472f 100644 --- a/documentation/docs/fetch-providers.mdx +++ b/documentation/docs/fetch-providers.mdx @@ -2,15 +2,15 @@ title: Available Fetch Providers --- -| 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)| | +| 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