You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ sources:
38
38
39
39
:::tip
40
40
41
-
When collecting multiple accounts, the `role` and `scrape_org` options instruct Cloud2SQL to fetch the list of all organization accounts and specify a role to assume. Alternatively, you can specify the list of accounts to collect using the `profiles` option if those profiles have been defined in your [AWS CLI config file](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html).
41
+
When collecting multiple accounts, the `role` and `scrape_org` options instruct Cloud2SQL to fetch the list of all organization accounts and specify a role to assume.
42
+
43
+
Alternatively, you can specify the list of accounts to collect using the `profiles` option if those profiles have been defined in your [AWS CLI config file](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html).
Copy file name to clipboardExpand all lines: docs/index.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,8 @@ title: Documentation
9
9
10
10
```mdx-code-block
11
11
import AsciinemaPlayer from '@site/src/components/AsciinemaPlayer';
12
-
/* import DocCardList from '@theme/DocCardList'; */
13
-
/* import {useDocsSidebar} from '@docusaurus/theme-common/internal'; */
14
12
```
15
13
16
14
Cloud2SQL is a tool based on [Resoto](https://resoto.com)'s collector plugins that allows you to collect data from various cloud infrastructure sources and export it to a database (like [Snowflake](https://snowflake.com), [PostgreSQL](https://postgresql.org), [MariaDB](https://mariadb.org), or [MySQL](https://mysql.com)) or write it as [Parquet](https://parquet.apache.org), [SQLite](https://sqlite.org), or [<abbrtitle="comma-separated values">CSV</abbr>](https://en.wikipedia.org/wiki/Comma-separated_values) files for ingestion in your data lake.
Copy file name to clipboardExpand all lines: docs/installation.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The installation process will take a couple of minutes.
28
28
## Python pip (Linux, Windows, macOS) {#pip}
29
29
30
30
<Tabs>
31
+
31
32
<TabItemvalue="user"label="User">
32
33
33
34
The below command will install the `cloud2sql` command to `~/.local/bin/` on Linux, `~/Library/Python/3.<version>/bin/` on macOS, or `%APPDATA%\Python\bin\` on Windows. (Make sure those directories are part of your `PATH` environment variable.)
@@ -43,6 +44,7 @@ If you are unsure where pip installs user packages, you can run `python3 -m site
The following set of commands will install the `cloud2sql` command to the `cloud2sql-venv` virtual environment, which can be activated using `source cloud2sql-venv/bin/activate`.
0 commit comments