Sample apps
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.
Hello world
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
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
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
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