
## Sample apps

URL: https://docs.atlan.com/product/capabilities/build-apps/references/sample-apps

> Reference applications built with the Atlan App Framework.

Real apps built with the Atlan App Framework. Each one is a complete, deployable application—each card links to the app's GitHub repository, which includes source code and a README covering setup, configuration, and usage.

 The minimal starting template for an Atlan app. Two chained tasks, a Pkl-driven input schema, and a full test suite—clone it and replace the toy logic with your real connector. Repository: `atlan-hello-world-app`

 } title="OpenAPI spec loader">
 Loads assets from OpenAPI specifications. Good starting point for connectors that process file-based inputs, particularly from any object store. Repository: `atlan-openapi-app`

 } title="MySQL">
 Loads relational assets from MySQL and mines queries for lineage in Atlan. Good starting point for connectors crawling and mining SQL stores. Repository: `atlan-mysql-app`

 } title="Metabase">
 Loads dashboards and questions from Metabase into Atlan. Good starting point for connectors crawling BI tools and other API-based sources. Repository: `atlan-metabase-app`

---
