> For the complete documentation index, see [llms.txt](https://docs.dataplex-consulting.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataplex-consulting.com/databricks-access/getting-started.md).

# Getting Started with Databricks

Access Dataplex data products through Databricks Delta Sharing, the industry's first open protocol for secure data sharing. Integrate directly with Unity Catalog and query using familiar SQL.

{% hint style="info" %}
**Using Snowflake?** See our [Snowflake Marketplace guide](/snowflake-access/snowflake.md) instead.
{% endhint %}

## Choose Your Path

| Option                                                                                                                                           | Best For                                                    | Time to Access    |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | ----------------- |
| [**Free Trial**](/databricks-access/getting-started/request-trial.md)                                                                            | Evaluating data quality and coverage before purchase        | 5-10 minutes      |
| [**Full Subscription**](/databricks-access/getting-started/purchase-subscription.md)                                                             | Production use with complete data access                    | 5-10 minutes      |
| [**Databricks Marketplace**](https://marketplace.databricks.com/provider/50cda399-2999-4ead-84e7-6433ed15c0bc/Dataplex-Consulting-Data-Products) | Existing Databricks users who prefer marketplace purchasing | No login required |

{% hint style="success" %}
**Two connection methods available.** If you have a Databricks sharing identifier, provide it during signup for instant workspace-to-workspace sharing. Otherwise, you'll receive an activation file to import. See [Activate Your Databricks Share](/databricks-access/getting-started/activate-databricks-share.md) for details on both methods.
{% endhint %}

## Quick Start Guides

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Request a Free Trial</strong></td><td>Start your 14-day evaluation with sample data access</td><td><a href="/pages/VtZIAHsEPHI04Nkj1VH8">/pages/VtZIAHsEPHI04Nkj1VH8</a></td></tr><tr><td><strong>Activate Your Share</strong></td><td>Step-by-step guide to importing your data share</td><td><a href="/pages/UbnYsMbDqgvbnrsHMUzc">/pages/UbnYsMbDqgvbnrsHMUzc</a></td></tr><tr><td><strong>Purchase Full Access</strong></td><td>Subscribe to complete data products for production use</td><td><a href="/pages/f2fojvYC2ld3cdJCCOww">/pages/f2fojvYC2ld3cdJCCOww</a></td></tr></tbody></table>

## Why Databricks Delta Sharing?

| Benefit                       | Description                                                           |
| ----------------------------- | --------------------------------------------------------------------- |
| **Unity Catalog Integration** | Data shares appear natively in your catalog alongside your other data |
| **No Data Movement**          | Query data in place with no copying, syncing, or ETL required         |
| **Open Protocol**             | Access from any platform supporting Delta Sharing                     |
| **14-Day Free Trial**         | Evaluate data quality before committing                               |

## What Happens After Signup

**If you provided a Databricks sharing identifier:**

1. **Instant Sharing**: Data shared directly to your workspace within minutes
2. **Find in Catalog**: Go to **Delta Sharing > Shared with me** to see your shares
3. **Query Immediately**: Create a catalog from the share and start querying

**If you didn't provide a sharing identifier:**

1. **Instant Email**: Receive your activation file within minutes
2. **Import to Databricks**: Upload the credential file to your workspace
3. **Query Immediately**: Data appears in Unity Catalog, ready to use

## Available Data Products

| Product                                                                   | Description                                                                                      | Records     |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ----------- |
| [CDC Open Data Product](/data-catalog/cdc-open-data-product.md)           | Public health datasets                                                                           | 1.7B+       |
| [CMS Data Feeds Dataset](/data-catalog/cms-data-feeds-dataset.md)         | Medicare/Medicaid data, providers, drug spending                                                 | 74B+        |
| [CMS NPPES Provider Dataset](/data-catalog/cms-nppes-provider-dataset.md) | Raw NPI registry with contact info, addresses, taxonomy                                          | 8M+         |
| [FDA AEMS Adverse Events Dataset](/data-catalog/fda-aems-dataset.md)      | Unified drug + device adverse events with built-in signal detection (supersedes FAERS and MAUDE) | 23M+ events |
| [NPPES Provider Golden Record](/data-catalog/nppes-validated-dataset.md)  | Deduped, USPS-validated, geocoded NPI golden records                                             | 9.5M+       |

See the full [Data Catalog](/data-catalog/data-catalog.md) for complete product details.

## Need Help?

* **Email:** <support@dataplex-consulting.com>
* **Response Time:** Within 24 hours

{% hint style="success" %}
**Ready to start?** [Request your free trial](/databricks-access/getting-started/request-trial.md) or [purchase full access](/databricks-access/getting-started/purchase-subscription.md) today.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dataplex-consulting.com/databricks-access/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
