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.
Connectors
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.