Skip to content

Commit

Permalink
docs: add new profiling databases use-case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiana Clemente authored and aquemy committed Jul 31, 2023
1 parent b718fb1 commit 24c294a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docsrc/source/pages/use_cases/profiling_databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
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.
``ydata-profiling`` provides overall metrics and statistics for your datasets. However, data is often not stored in a single table but rather across multiple tables in a database.

To learn more about YData Fabric Catalog, check this `blogpost <https://ydata.ai/resources/unlocking-the-power-of-a-data-catalog-for-your-business>`.
Databases consist of schemas, each composed of several tables. Being able to profile the relationships between tables, such as primary keys and foreign keys relationships,
while being able to combine it with detailed statistics and metrics per table is crucial to ensure data integrity , effective data management and avoid anomalies.

`YData Fabric Data Catalog <https://ydata.ai/products/data_catalog>`_ delivers detailed databases data quality insights and profiling metrics combined with built-in connectors
for easy integration with existing data architectures. With a Fabric Data Catalog, you can:

* Connect to existing data architecture through built-in data connectors
* Manage data connections and dataset ownership
* Organize data on a project basis
* Analyze the schema and profile referential integrity
* View detailed statistics and plots per table
* Experience an interactive interface that supports tables with hundreds of columns through distributed computing

`Learn more about the benefits of adopting Data Catalogs. <https://ydata.ai/resources/unlocking-the-power-of-a-data-catalog-for-your-business>`_.

0 comments on commit 24c294a

Please sign in to comment.