From f8187ab76d294886c53df72cacdd94b65d1a96fa Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Mon, 24 Jun 2024 10:05:36 -0500 Subject: [PATCH] Docs: Updates for SE team PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10902 GitOrigin-RevId: 4093ac7fec9338fdd1d7269e7b85f8d27f43f2a5 --- docs/docs/databases/mysql/cloud.mdx | 7 +++++++ docs/docs/deployment/performance-tuning.mdx | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/docs/databases/mysql/cloud.mdx b/docs/docs/databases/mysql/cloud.mdx index 08e1e312fc0..6597426ce8a 100644 --- a/docs/docs/databases/mysql/cloud.mdx +++ b/docs/docs/databases/mysql/cloud.mdx @@ -95,6 +95,13 @@ database's driver's documentation. ::: +:::info Running MySQL locally? + +If so, remember that your database will only be accessible to the outside internet if you tunnel your connection using a +service like [ngrok](https://ngrok.com). + +::: + ### Step 3: Track tables and run GraphQL API queries Now that you have successfully connected your MySQL database to Hasura, you can track tables and use Hasura to diff --git a/docs/docs/deployment/performance-tuning.mdx b/docs/docs/deployment/performance-tuning.mdx index 32846307e4f..e1124ecf1d9 100644 --- a/docs/docs/deployment/performance-tuning.mdx +++ b/docs/docs/deployment/performance-tuning.mdx @@ -49,9 +49,8 @@ database nodes too. Currently, read-replica connections use one setting for all specific values for each node. Therefore, you need to be aware of the total number of connections when scaling Hasura to multiple nodes. -With Read replicas, Hasura can route queries and subscriptions to multiple -databases. However, you will need to balance connections between database nodes -too. +With Read replicas, Hasura can route queries and subscriptions to multiple databases. However, you will need to balance +connections between database nodes too. #### `HASURA_GRAPHQL_LIVE_QUERIES_MULTIPLEXED_REFETCH_INTERVAL` @@ -110,7 +109,7 @@ Observability tools help us track issues, alert us to errors, and allow us to mo is critical in production. There are many open-source and commercial services. However, you may have to combine many tools because of the architectural complexity. For more information, check out our [observability section](/observability/overview.mdx) and our -[observability best practives](/observability/observability-best-practices.mdx). +[observability best practices](/observability/observability-best-practices.mdx). ## Software architecture and best practices