A "connection string" provides the parameters necessary to initiate the connection to a specific data source on the Cloud for analysis, enrichment, matching, or whatever data function from Interzoid is selected for use.
If you need to whitelist our connecting IP address, use: 35.168.55.37
Contact us at support@interzoid.com if you need assistance with these or other connections not listed.
Postgres
postgres://user:password@domain/database?sslmode=disable
MySQL
root:password@tcp(domain)/database
Snowflake
user:password@zwa55555/database/public
AWS Aurora Postgres
postgres://user:password@sampledb.cluster-abebbas4sta.us-east-1.rds.amazonaws.com/database?sslmode=disable
Microsoft Azure SQL and SQL Server
server={servername}.database.windows.net;user
id={youruserid};password={yourpassword};port=1433;database=mysample;
Google Cloud SQL Postgres
postgres://postgres:password@{instance-ipaddress}/database?sslmode=disable
CockroachDB
postgres://user:password@free-tier.gcp-us-central1.cockroachlabs.cloud:12345/defaultdb?sslmode=require&options=--cluster=word-ball-123
MariaDB
root:password@tcp(domain)/database