2 min read

Database Integrations

Vantage supports 7 database adapters for connecting to your existing data stores. Once connected, databases can be used as data sources for dashboard tiles and workflow nodes.


Supported Databases

DatabaseTypeDefault Port
PostgreSQLRelational5432
MySQLRelational3306
Microsoft SQL ServerRelational1433
MongoDBDocument/NoSQL27017
Amazon DynamoDBKey-ValueN/A (AWS API)
Google FirestoreDocument/NoSQLN/A (GCP API)
RedisKey-Value/Cache6379

Connection Setup

Relational Databases (PostgreSQL, MySQL, MSSQL)

  1. Go to Integrations page.
  2. Find your database type.
  3. Click "Connect".
  4. Enter:
    • Host — Server hostname or IP
    • Port — Server port
    • Database — Database name
    • Username — Database user
    • Password — Database password
  5. Click "Save".

Cloud Databases (DynamoDB, Firestore)

Redis


Workflow Nodes

NodePurpose
Database QueryExecute read queries (SELECT)
Database WriteExecute write operations (INSERT, UPDATE, DELETE)
Query RunnerExecute custom queries with parameters

For More Details

See individual database integration pages in the Platform Integrations reference: