What You’ll Accomplish
By completing this quickstart, you will:- Connect your first database: Add credentials and verify connectivity
- Discover your data assets: Scan your database to catalog tables and views
- Set up your first alert: Get notified when something changes
- Create your first metric: Track data quality with anomaly detection
Prerequisites
Before you begin, make sure you have:An AnomalyArmor account
An AnomalyArmor account
If you don’t have an account yet, sign up here. You’ll get a free trial to explore all features.
Database access
Database access
You’ll need access to one of our supported databases:
- PostgreSQL (version 12+)
- Databricks (with Unity Catalog)
- ClickHouse (any recent version)
Read-only credentials
Read-only credentials
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.
Network access
Network access
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
| Step | Description | Time |
|---|---|---|
| 1 | Connect database | ~5 minutes |
| 2 | Run discovery | ~3 minutes |
| 3 | Set up alert | ~5 minutes |
| 4 | Create metric | ~5 minutes |
| Total | ~18 minutes |
Before You Start
Gather Your Connection Details
Have these ready before starting:- PostgreSQL
- Databricks
- ClickHouse
| Field | Value |
|---|---|
| Host | your-db.abc123.us-east-1.rds.amazonaws.com |
| Port | 5432 |
| Database | production |
| Username | anomalyarmor_reader |
| Password | (your secure password) |
Allowlist AnomalyArmor IPs
If your database has IP restrictions, add our IPs to your allowlist:34.xxx.xxx.xxx/3234.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
