summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcolin99d <colin99delahunty@gmail.com>2024-04-02 13:25:12 -0400
committercolin99d <colin99delahunty@gmail.com>2024-04-02 13:25:12 -0400
commit96edf036f215202b5a7511ce2e32cc0962efb2c4 (patch)
tree5bd5f0d562aa4c82799c04fa4e547d8fbe6fe7cc
parentbc77e071b7dcd73e18b3387ebba36bdebe6430fc (diff)
Moved the data connectors to their own file
-rw-r--r--website/content/pro/data-connectors/integrate-your-own-backend.md9
-rw-r--r--website/content/pro/data-connectors/native-integrations.md13
2 files changed, 6 insertions, 16 deletions
diff --git a/website/content/pro/data-connectors/integrate-your-own-backend.md b/website/content/pro/data-connectors/integrate-your-own-backend.md
index 8befe8cee9b..d249bb6ac87 100644
--- a/website/content/pro/data-connectors/integrate-your-own-backend.md
+++ b/website/content/pro/data-connectors/integrate-your-own-backend.md
@@ -52,15 +52,6 @@ The language-agnostic API approach offers flexibility by allowing you to use the
3. **Connect widgets to your API**: Once your API is up and running, users can add the custom widgets using the Terminal Pro interface. They just need to input the endpoint details, and the widget will fetch and display the data from your API.
-## Using OpenBB Native Integrations
-
-The OpenBB native integrations allows you to connect to Snowflake, MySQL, or SQLite databases directly. You can run any query against your database directly from our terminal.
-
-1. **Install our Client**: Reach out to us [here](mailto:colin.delahunty@openbb.finance?subject=Data%20Connector) to receive your free client.
-
-2. **Run the Client**: Simply click on our app and type in the port you would like to use. If you are unsure of a good port, feel free to select `Recommend Port`.
-
-3. **Connect inside the Terminal Pro**: Once your client is up and running, click [here](https://pro.openbb.co/app/data-connectors) to enable the connectors. Now feel free to enter login credentials for any Snowflake, MySQL, or SQLite database and begin to analyze your data inside of our terminal.
### Quick Start with Python and FastAPI
diff --git a/website/content/pro/data-connectors/native-integrations.md b/website/content/pro/data-connectors/native-integrations.md
index 99529f6c430..1ec53ade9dd 100644
--- a/website/content/pro/data-connectors/native-integrations.md
+++ b/website/content/pro/data-connectors/native-integrations.md
@@ -4,7 +4,6 @@ sidebar_position: 3
description: Get in-depth documentation on Native Integrations provided by OpenBB
Terminal Pro including API key connections to data providers and database/warehouse
connections for an enhanced data analysis experience.
-draft: true
keywords:
- Native Integrations
- API key
@@ -12,6 +11,7 @@ keywords:
- Data Warehouse
- Database Connections
- SQL queries
+- Snowflake queries
- Data Analysis
---
@@ -19,13 +19,12 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
<HeadTitle title="Native Integrations | OpenBB Terminal Pro Docs" />
-WORK IN PROGRESS.
+## Using OpenBB Native Integrations
-OpenBB Terminal Pro will allow seamless integration with two types of third-party data providers.
-## API Key Connections
+The OpenBB native integrations allows you to connect to Snowflake, MySQL, or SQLite databases directly. You can run any query against your database directly from our terminal.
-To access certain data providers and their associated widgets, you'll need an API key obtained directly from the data provider. We provide step-by-step instructions for each use case to guide you through this process.
+1. **Install our Client**: Reach out to us [here](mailto:colin.delahunty@openbb.finance?subject=Data%20Connector) to receive your free client.
-## Data Warehouse/Database Connections
+2. **Run the Client**: Simply click on our app and type in the port you would like to use. If you are unsure of a good port, feel free to select `Recommend Port`.
-For a more robust integration, OpenBB Terminal Pro offers connections to your data warehouse or database. Simply use your login credentials to access your warehouse or database, and swiftly run SQL queries. The queried data can then be rendered as a table within the Terminal Pro interface, providing you with a powerful tool for data analysis.
+3. **Connect inside the Terminal Pro**: Once your client is up and running, click [here](https://pro.openbb.co/app/data-connectors) to enable the connectors. Now feel free to enter login credentials for any Snowflake, MySQL, or SQLite database and begin to analyze your data inside of our terminal.