https://github.com/databricks-solutions/starter-journey
Accelerate your first Databricks project
https://github.com/databricks-solutions/starter-journey
Last synced: 22 days ago
JSON representation
Accelerate your first Databricks project
- Host: GitHub
- URL: https://github.com/databricks-solutions/starter-journey
- Owner: databricks-solutions
- License: other
- Created: 2026-02-09T18:24:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-06-23T17:26:33.000Z (25 days ago)
- Last Synced: 2026-06-23T19:22:55.996Z (25 days ago)
- Language: Python
- Homepage: https://databricks-solutions.github.io/starter-journey/
- Size: 91.2 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Notice: NOTICE.md
Awesome Lists containing this project
README
# Starter Journey
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](https://docusaurus.io/) and deployed to GitHub Pages.
## How to run locally
### Prerequisites
- [Node.js](https://nodejs.org/) v20 or higher
- npm (included with Node.js)
### Install dependencies
```bash
cd docs/starter-journey
npm install
```
### Start the development server
```bash
npx docusaurus start
```
The site will be available at `http://localhost:3000`.
### Build for production
```bash
npx docusaurus build
```
### Serve the production build locally
```bash
npx docusaurus serve
```
## Project Support
The 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](https://github.com/databricks-industry-solutions/security-analysis-tool/blob/main/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.
## License
© 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 |