Skip to main content
This guide walks you through setting up AnomalyArmor from scratch. By the end, you’ll have a fully functional data observability setup with your first database connected and alerts configured.

What You’ll Accomplish

By completing this quickstart, you will:
  1. Connect your first database: Add credentials and verify connectivity
  2. Discover your data assets: Scan your database to catalog tables and views
  3. Set up your first alert: Get notified when something changes
  4. Create your first metric: Track data quality with anomaly detection
Quickstart Journey: Step 1 Connect Database (~5 min) → Step 2 Discover Assets (~3 min) → Step 3 Alert Setup (~5 min) → Step 4 Metric Setup (~5 min)

Prerequisites

Before you begin, make sure you have:
If you don’t have an account yet, sign up here. You’ll get a free trial to explore all features.
You’ll need access to one of our supported databases:
  • PostgreSQL (version 12+)
  • Databricks (with Unity Catalog)
  • ClickHouse (any recent version)
We recommend creating a dedicated read-only user for AnomalyArmor. You’ll need:
  • Hostname or IP address
  • Port number
  • Database name
  • Username and password
See Security Best Practices for creating a secure read-only user.
AnomalyArmor needs to reach your database. This means either:
  • Your database is publicly accessible (with IP allowlisting)
  • You’ve configured VPC peering (Enterprise)
  • You’re using a cloud database with proper security group rules

Time Estimate

StepDescriptionTime
1Connect database~5 minutes
2Run discovery~3 minutes
3Set up alert~5 minutes
4Create metric~5 minutes
Total~18 minutes
Most users complete the quickstart in under 20 minutes. If you get stuck, check the troubleshooting section at the bottom of each page.

Before You Start

Gather Your Connection Details

Have these ready before starting:
FieldValue
Hostyour-db.abc123.us-east-1.rds.amazonaws.com
Port5432
Databaseproduction
Usernameanomalyarmor_reader
Password(your secure password)

Allowlist AnomalyArmor IPs

If your database has IP restrictions, add our IPs to your allowlist:
  • 34.xxx.xxx.xxx/32
  • 34.xxx.xxx.xxx/32
View the current IP list in your AnomalyArmor dashboard under Settings → Security.

Let’s Get Started

Step 1: Connect

Add your database connection

Step 2: Discover

Scan and catalog your assets

Step 3: Alert

Configure notifications

Step 4: Metric

Track data quality

Need Help?

Connection Issues

Troubleshoot database connectivity

Contact Support

Get help from our team