Skip to content

Commit

Permalink
docs: add profiling from databases
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamspsantos authored and aquemy committed Jul 31, 2023
1 parent 2468c0b commit b718fb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ YData-profiling can be used to deliver a variety of different use-case. The docu
| [Handling sensitive data](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/sensitive_data.html ) | Generating reports which are mindful about sensitive data in the input dataset |
| [Dataset metadata and data dictionaries](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/metadata.html) | Complementing the report with dataset details and column-specific data dictionaries |
| [Customizing the report's appearance](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/custom_report_appearance.html ) | Changing the appearance of the report's page and of the contained visualizations |
| [Profiling Databases](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/profiling_databases.html) | For a seamless profiling experience in your organization's databases, check [YData Fabric Data Catalog](https://ydata.ai/products/data_catalog), which allows to consume data from different types of storages such as RDBMs (Azure SQL, PostGreSQL, Oracle, etc.) and object storages (Google Cloud Storage, AWS S3, Snowflake, etc.), among others.

### Using inside Jupyter Notebooks

Expand Down
1 change: 1 addition & 0 deletions docsrc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:hidden:

pages/use_cases/big_data
pages/use_cases/profiling_databases
pages/use_cases/sensitive_data
pages/use_cases/comparing_datasets
pages/use_cases/metadata
Expand Down
14 changes: 14 additions & 0 deletions docsrc/source/pages/use_cases/profiling_databases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
==================
Profiling Databases
==================

.. NOTE::
**Want to run data profiling directly from your databases?**
For a seamless profiling experience in your organization's databases,
check `YData Fabric Data Catalog <https://ydata.ai/products/data_catalog>`_, which allows you to consume data
from different types of storages such as RDBMs (Azure SQL, PostGreSQL, Oracle, etc.),
object storages (Google Cloud Storage, AWS S3, Snowflake, etc.), among others.
From single profiling to a trustable and scalable Data Catalog for data teams.

To learn more about YData Fabric Catalog, check this `blogpost <https://ydata.ai/resources/unlocking-the-power-of-a-data-catalog-for-your-business>`.

0 comments on commit b718fb1

Please sign in to comment.