Skip to content

Commit

Permalink
Update > Navicat > Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulSrivastav14 committed Jun 5, 2023
1 parent f0008b9 commit 33e4c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cloud/integrations/navicat.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@ Database:

[Navicat](https://navicat.com/en/download/navicat-for-postgresql) is available to use on your desktop through a free trial or by making a paid purchase.

To create a new connection, first click on `Connection` and select `PostgreSQL`. Enter the connection details, enable SSL then Click `Test Connection` to verify and Save.
To create a new connection, first click on `Connection` and select `PostgreSQL`. Enter the connection details, enable SSL,click `Test Connection` to verify, then click `Save`.

<div style={{"marginTop":"1em", "marginBottom":"1em", "width":"90%"}}>
<img src="/images/docs/cloud/navicat-connection-success.png" />
</div>

Once you're connected to Steampipe Cloud, the PostgreSQL Explorer can access the plugins and it's tables available in your workspace.
Once you're connected to Steampipe Cloud, the PostgreSQL Explorer can access the connection's tables in your workspace.

<div style={{"marginTop":"1em", "marginBottom":"1em", "width":"40%"}}>
<img src="/images/docs/cloud/navicat-navigation-bar.png" />
</div>

We use the AWS plugin and select the `aws_ec2_instance_availability` table. Navicat displays the table's schema and previews the data. You can drag the columns to organize the data and choose to export the data to a [variety of formats](https://steampipe.io/docs/reference/cli/check#output-formats).
We use the AWS plugin and select the `aws_ec2_instance_availability` table. Navicat displays the table's schema and previews the data. You can drag the columns to organize the data, and export the data to a [variety of formats](https://steampipe.io/docs/reference/cli/check#output-formats).

<div style={{"marginTop":"1em", "marginBottom":"1em", "width":"40%"}}>
<img src="/images/docs/cloud/navicat-instance-data-preview.png" />
</div>

## Create a chart with custom query

Here we will focus on creating a chart to analyze versioning status of S3 Buckets in the AWS account. To begin, click the `New Query` block and paste this query in the command palette and click `Run`.
Here we will focus on creating a chart to analyze the versioning status of S3 Buckets in the AWS account. To begin, click the `New Query` block, paste this query in the command palette, then click `Run`.

```
select
Expand Down

0 comments on commit 33e4c74

Please sign in to comment.