Skip to main content

17 docs tagged with "apps-framework"

View all tags

App structure

Standardized folder structure for Atlan applications to support consistency and maintainability.

Application Architecture

Understand the core technologies and layered architecture of applications built with the Atlan Application SDK.

Apps framework

Understand the Atlan apps framework and how it enables custom application development within the Atlan ecosystem.

Build UI

Understand how setup forms provide structured, user-friendly interfaces for configuring applications using config maps

Config maps

Complete technical reference for config map schema and implementation in the Atlan App Framework

Credential

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.

Input

Use the input widget to collect plain-text values—such as hostnames, usernames, or schema names—in your app's setup form.

Manage credentials

Understand how Atlan manages authentication data throughout the application lifecycle using GUID references and secure storage.

Password

Use the password widget to collect sensitive values—such as passwords or client secrets—while keeping them masked in your app's setup form.

Radio

Use the radio widget to let users choose one option from a fixed set of mutually exclusive choices in your app's setup form.

Retry strategies

Understand retry strategies, timeouts, and heartbeats in the Application SDK to build resilient apps that handle failures gracefully.

SecretStore

Use SecretStore to retrieve credentials during workflow execution.

SQLTree

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.

UI widgets

Create intuitive user interfaces for your Atlan applications using the framework's UI components and design system

Widget props

Reference for shared properties available across all UI widgets in the Atlan App Framework