Sample apps
The atlan-sample-apps repository contains reference applications built with the Atlan Application SDK. These examples illustrate common use cases, architecture patterns and recommended practices for extending Atlan.
This document provides an overview of the available sample applications organized by category. Browse the categories below to find an example that matches your use case. Each card links to the app’s GitHub folder, which includes source code and a README covering setup, configuration, and usage.
Quick start
AI giphy
Showcase how to integrate AI with Atlan to enable natural language-driven actions, like sending context-aware GIFs via email.
Hello world
A simple starter app that demonstrates the core capabilities of the Application SDK, including both synchronous and asynchronous workflows. Perfect for first-time Atlan app builders.
Giphy
A lightweight app that sends GIFs via email using Python and Temporal workflows. Helps demonstrate workflow orchestration and external API interaction.
Polyglot
Demonstrates Python-Java integration using JPype, showcasing cross-language method invocation and JVM lifecycle management within Temporal workflows.
Connectors
Anaplan
Extracts metadata from Anaplan instances and transforms it into a standardized format. Demonstrates structured workflow orchestration for metadata extraction from enterprise planning platforms.
MySQL
Connects to a MySQL database, extracts metadata, and transforms it into a format compatible with Atlan. Great for learning how to build custom metadata ingestors.
Custom utility apps
Workflows observability
Fetches metadata about workflow executions in Atlan, helping users monitor performance, track failures, and analyze workflow activity.
Asset description reminder
Improves data quality by automatically reminding asset owners (via Slack) to add or update missing descriptions for their assets.
Freshness monitor
Continuously monitors asset freshness and alerts relevant users when assets become outdated. Supports proactive data governance.