Sample apps built using Atlan Application SDK
Each sample app is self-contained with its own dependencies and setup instructions. This makes it easy to run individual apps without installing unnecessary dependencies.
-
Clone the repository:
git clone https://github.com/atlanhq/atlan-sample-apps.git cd atlan-sample-apps
-
Navigate to any sample app directory:
cd quickstart/hello_world # or any other app directory
-
Follow the app's README for specific setup: Each app has its own
README.md
with complete setup instructions
Note
- Each app has its own environment variables and configuration requirements
- Always check the README.md file in each app directory for specific instructions
- When switching between apps, clear your browser cache to avoid cached static files (Cmd + Shift + R)
Sample App | Description | Directory |
---|---|---|
🤖 AI Giphy | An AI-powered application that allows sending GIFs via email using natural language | quickstart/ai_giphy |
👋 Hello World | A basic example demonstrating the fundamental concepts of the Atlan Application SDK along with the use of both async and sync activities in a workflow. | quickstart/hello_world |
🤡 Giphy | An application that allows sending GIFs via email using Python and Temporal workflows | quickstart/giphy |
🗃️ MySQL | An application that extracts metadata from a MySQL database and transforms it into a standardized format | connectors/mysql |
📈 Workflows Observability | An application that retrieves and logs workflow run metadata from Atlan | utilities/workflows_observability |
📝 Asset Description Reminder | An application that helps maintain data quality by reminding asset owners to add descriptions to their assets through Slack messages | utilities/asset_descriptor_reminder |
⏰ Freshness Monitor | An application that monitors the freshness of assets in Atlan and sends notifications when assets become stale | utilities/freshness_monitor |
We welcome contributions! Please see our Contributing Guide for guidelines.
Get support through any of these channels:
- Email: [email protected]
- Issues: GitHub Issues
Have you discovered a vulnerability or have concerns about this repository? Please read our SECURITY.md document for guidance on responsible disclosure, or Please e-mail [email protected] and we will respond promptly.
This repository is licensed under the Apache-2.0 License.