# Data Virtualization

The given video provides step-by-step process on how securely BDB Platform retrieves and manipulates variety of data sources to provide you with a single view of the overall data.

{% hint style="success" %}
*Check out the given walk-through on how to achieve the desired Data Virtualization for your data using the Data Center module of the BDB platform.*
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=p8N5iCJTDpE>" %}

The Data Center module focuses on data management and includes the following topics under it:

### [<mark style="color:blue;">Data Connector</mark>](https://www.youtube.com/watch?v=p8N5iCJTDpE\&t=71s)

It is a collection of pre-built data connectors to connect with various industry-standard data sources. The range of data sources can be from databases to several APIs. Data Connectors help to establish a connection between the data source and the BDB Platform for data transfer.

### [<mark style="color:blue;">Data Set</mark>](https://www.youtube.com/watch?v=p8N5iCJTDpE\&t=447s)

It is a collection of raw, processed, and contextual data which is used within a data pipeline or DS Lab for new data services, and to generate actionable insights.

### [<mark style="color:blue;">Data Store</mark>](https://www.youtube.com/watch?v=p8N5iCJTDpE\&t=837s)

It is a repository of data stored in elastic search on different data marts based on business needs. This allows business users to create dashboards and reports without any technical knowledge and with minimum support.

### [<mark style="color:blue;">Data Store Metadata</mark>](https://www.youtube.com/watch?v=p8N5iCJTDpE\&t=1372s)

It stores all metadata information and contextualizes the data for usage as part of different processing requirements.

### [<mark style="color:blue;">Data Sheet</mark>](https://www.youtube.com/watch?v=p8N5iCJTDpE\&t=1655s)

The BDB Data Sheet is a component that works like a spreadsheet where sheets can be created on the fly by the users. This provides the write-back feature in the platform & BDB Dashboards.

### [<mark style="color:blue;">Data Catalog</mark>](#data-catalog)

It empowers data consumers to quickly discover the lineage of data that can drive towards insightful decisions optimizing their business worth. Data Catalog ensures that the most trusted data is available to the Citizen Data Scientists all the time – tables, databases, saved data sets, or dashboards – all in one place.

### [<mark style="color:blue;">Data Sandbox</mark>](/bdb-documentation/data-center/data-sandbox.md)

This feature helps Data Scientists to add data files to the platform to develop and train their Models.

### [<mark style="color:blue;">Data as Service API</mark>](/bdb-documentation/data-center/data-as-api.md)

This feature exposes data to authorized end consumers and applications by providing external data access and functionality through APIs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/bdb-documentation/data-center/data-virtualization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
