summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Delahunty <72827203+colin99d@users.noreply.github.com>2024-03-20 13:18:49 +0000
committerGitHub <noreply@github.com>2024-03-20 13:18:49 +0000
commitf994395a1bc17ccce3dacc63a70e4b285d30107b (patch)
treef6fcd745365dff8336ce1d6757cbb8a4f9ab2aa3
parent7b0a8e2f15ee8e7d4f4f4fa29ccb7b34c60a2cbe (diff)
Add Native Integrations Documentation (#6241)
* Add Native Integrations Documentation * Update integrate-your-own-backend.md * Update integrate-your-own-backend.md
-rw-r--r--website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md b/website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md
index a315d7206f9..8befe8cee9b 100644
--- a/website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md
+++ b/website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md
@@ -52,6 +52,16 @@ 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
Our team has created several examples that you can use to quickly get started with Python and FastAPI. For more information, check [this open source repository](https://github.com/OpenBB-finance/backend-for-terminal-pro/tree/main) for examples.