A step-by-step guide for people getting started on Databricks. Whether you're setting up your first workspace, connecting to data, building pipelines, or exploring AI/ML, this guide walks you through each stage from foundations to production-ready workflows.
Built with Docusaurus and deployed to GitHub Pages.
- Node.js v20 or higher
- npm (included with Node.js)
cd docs/starter-journey
npm installnpx docusaurus startThe site will be available at http://localhost:3000.
npx docusaurus buildnpx docusaurus serveThe code in this project is provided for exploration purposes only and is not formally supported by Databricks under any Service Level Agreements (SLAs). It is provided AS-IS, without any warranties or guarantees.
Please do not submit support tickets to Databricks for issues related to the use of this project.
The source code provided is subject to the Databricks LICENSE. All third-party libraries included or referenced are subject to their respective licenses set forth in the project license.
Any issues or bugs found should be submitted as GitHub Issues on the project repository. While these will be reviewed as time permits, there are no formal SLAs for support.
© 2025 Databricks, Inc. All rights reserved. The source in this notebook is provided subject to the Databricks License [https://databricks.com/db-license-source]. All included or referenced third party libraries are subject to the licenses set forth below.
| library | description | license | source |
|---|---|---|---|
| Docusaurus | Static site generator for documentation websites | MIT | https://github.com/facebook/docusaurus |