App structure
Standardized folder structure for Atlan applications to support consistency and maintainability.
Standardized folder structure for Atlan applications to support consistency and maintainability.
Understand the core technologies and layered architecture of applications built with the Atlan Application SDK.
Understand the Atlan apps framework and how it enables custom application development within the Atlan ecosystem.
Understand how setup forms provide structured, user-friendly interfaces for configuring applications using config maps
Complete technical reference for config map schema and implementation in the Atlan App Framework
Use the credential widget to collect and vault-encrypt connection credentials in your app's setup form. Stored secrets can't be retrieved in plain text after submission.
Use the input widget to collect plain-text values—such as hostnames, usernames, or schema names—in your app's setup form.
Understand how Atlan manages authentication data throughout the application lifecycle using GUID references and secure storage.
Reference guide for configuring cloud object storage connections in Atlan apps
Use the password widget to collect sensitive values—such as passwords or client secrets—while keeping them masked in your app's setup form.
Use the radio widget to let users choose one option from a fixed set of mutually exclusive choices in your app's setup form.
Understand retry strategies, timeouts, and heartbeats in the Application SDK to build resilient apps that handle failures gracefully.
Use SecretStore to retrieve credentials during workflow execution.
Security and compliance requirements for apps in the Atlan App Marketplace.
Use the SQLTree widget to let users browse and select databases, schemas, or other objects from a live SQL data source in your app's setup form.
Create intuitive user interfaces for your Atlan applications using the framework's UI components and design system
Reference for shared properties available across all UI widgets in the Atlan App Framework