Skip to main content

Supported Sources

Autonify provides comprehensive database connectivity for enterprise data integration. Our platform includes standard connectors for popular databases and the ability to request support for additional systems through our extended connector library.

Standard Connectors

The following connectors are included in the platform and can be configured immediately:

SourceType
PostgreSQLDatabase
MySQLDatabase
SQL ServerDatabase
Oracle DBDatabase
DatabricksCloud Platform

Additional Connectors Available

We can provide connectivity to 200+ additional database systems through our extended connector library. These connectors require professional setup and may involve additional licensing.

Analytics & BI Platforms (25+ connectors)
  • Amazon Athena
  • Apache Druid
  • Apache Pinot
  • ClickHouse
  • Dremio
  • Elasticsearch
  • IBM Db2
  • Presto/Trino
  • Apache Kylin
  • Vertica
Time-Series Databases (15+ connectors)
  • InfluxDB
  • TimescaleDB
  • Prometheus
  • Apache IoTDB
  • OpenTSDB
  • KairosDB
  • QuestDB
  • VictoriaMetrics
Graph Databases (10+ connectors)
  • Neo4j
  • Amazon Neptune
  • ArangoDB
  • TigerGraph
  • JanusGraph
  • OrientDB
  • Dgraph
Data Lake Formats (10+ connectors)
  • Apache Iceberg
  • Delta Lake
  • Apache Hudi
  • Apache Parquet
  • ORC files
  • Avro files
  • JSON/CSV files
Streaming Platforms (15+ connectors)
  • Apache Kafka
  • Amazon Kinesis
  • Azure Event Hubs
  • Google Pub/Sub
  • Apache Pulsar
  • RabbitMQ
  • Redis Streams
Enterprise Databases (30+ connectors)
  • SAP HANA
  • SAP Sybase
  • Teradata
  • Informix
  • Greenplum
  • Netezza
  • Exasol
  • MemSQL/SingleStore
  • CockroachDB
  • YugabyteDB
Cloud Storage (20+ connectors)
  • Amazon S3
  • Azure Blob Storage
  • Google Cloud Storage
  • MinIO
  • Wasabi
  • Backblaze B2
  • Digital Ocean Spaces
Other Data Sources (70+ connectors)
  • Salesforce
  • ServiceNow
  • SharePoint
  • Google Sheets
  • Excel files
  • REST APIs
  • GraphQL endpoints
  • SOAP/XML services
  • FTP/SFTP servers
  • And many more...

Connection Requirements

Network Requirements

  • Firewall Rules: Ensure Autonify's IP addresses are whitelisted
  • Port Access: Standard database ports must be accessible
  • SSL/TLS: Recommended for all production connections
  • VPN/PrivateLink: Supported for enhanced security

Authentication Methods

MethodSupported SourcesNotes
Username/PasswordPostgreSQL, MySQL, SQL Server, Oracle, DatabricksBasic authentication
SSL/TLSPostgreSQL, MySQLEncrypted connections

Required Permissions

For optimal functionality, database users should have the following minimum permissions:

  • SELECT on all tables/views to scan
  • SHOW DATABASES/SCHEMAS for catalog discovery
  • DESCRIBE/INFORMATION_SCHEMA access for metadata
  • EXECUTE for stored procedures (if applicable)

Request Additional Connectors

Need a connector that's not in the standard list? Contact us to discuss adding support for your specific database system.

How to Request Support

Contact: support@autonify.ai

Information to Provide:

  • Database type and version
  • Connection requirements
  • Use case description
  • Security/compliance requirements

Security & Compliance

All database connections support:

  • Encryption in Transit: TLS 1.2+ for all connections
  • Encryption at Rest: For cached metadata
  • Audit Logging: Complete connection audit trail
  • Role-Based Access: Granular permission controls

Performance Considerations

Optimization Tips

  1. Use Read Replicas: Connect to read replicas for scanning when possible
  2. Schedule Off-Peak: Run intensive scans during low-usage periods
  3. Connection Pooling: Utilize connection pools for better resource management
  4. Selective Scanning: Configure specific schemas/databases to scan

Connection Health Monitoring

StatusDescriptionAction Required
ActiveConnection working properlyNone
WarningConnection experiencing issuesReview logs
FailedCannot establish connectionCheck credentials/network
InactiveNot configuredComplete setup
ScanningCatalog scan in progressWait for completion

Additional Resources