Connect to your data sources.

Native database connectors, SaaS integrations, and a flexible REST API. Your data, your way.

Database

PostgreSQL analytics.

Turn your PostgreSQL data into interactive dashboards in minutes, without writing any code.

PostgreSQL logo

Secure, direct connection

Connect directly to your production or replica PostgreSQL databases using read-only credentials.

Setting up a PostgreSQL connection involves creating a dedicated read-only user and optionally whitelisting our static IP addresses in your firewall (like AWS Security Groups or Google Cloud VPC). This ensures that dashrendr can securely query your data to render charts without exposing your cluster to risk.

Why connect PostgreSQL?

  • Native support

    Full support for standard PostgreSQL data types and operators.

  • SSL Encryption

    All connections enforce SSL mode to keep data secure in transit.

  • IP Whitelisting

    Restrict access strictly to our dedicated rendering IP addresses.

How it works

1

Create Read-Only User

Run a simple SQL script to create a user with read access to specific schemas.

2

Add Connection

Enter your host, port, database name, and credentials into dashrendr.

3

Build Dashboards

Start mapping your Postgres tables to charts and tables instantly.

Frequently asked questions

Database

MySQL dashboards.

Visualize your MySQL and MariaDB data with drag-and-drop ease.

MySQL logo

Fast, reliable MySQL connection

Whether you use MySQL 5.7, 8.0, or MariaDB, our native connector gets you up and running instantly.

Connecting MySQL requires a simple read-only user creation. We support standard TCP connections over SSL. If your database is hosted on AWS RDS, DigitalOcean, or PlanetScale, you just plug in the connection string and we handle the connection pooling to keep queries fast and reliable.

Why connect MySQL?

  • Broad compatibility

    Works seamlessly with MySQL, MariaDB, and AWS Aurora MySQL.

  • Secure access

    Support for SSL certificates and IP whitelisting.

  • Visual mapping

    Map tables and views directly without writing SQL.

How it works

1

Provision User

Create a database user with SELECT permissions on the tables you need.

2

Whitelist IP

Allow dashrendr's static IP to access your database port (default 3306).

3

Connect

Enter the connection details and start visualizing your data.

Frequently asked questions

Data Warehouse

BigQuery analytics.

Turn terabytes of data into lightning-fast embedded dashboards.

Google BigQuery logo

Analyze at warehouse scale

Connect directly to Google Cloud Platform to query vast amounts of data using BigQuery's scalable infrastructure.

BigQuery integration uses a Google Cloud Service Account. You provide a JSON key file with the `BigQuery Data Viewer` and `BigQuery Job User` roles. dashrendr routes all dashboard queries through this service account, allowing you to leverage BQ's massive caching and processing power directly in your customer-facing product.

Why connect BigQuery?

  • Petabyte scale

    Handle massive event logs and analytics data without crashing.

  • Service Account Auth

    Secure, credential-based authentication using Google Cloud IAM.

  • Cost control

    Our caching layer helps reduce BigQuery query costs.

How it works

1

Create Service Account

In Google Cloud Console, create a service account with Data Viewer roles.

2

Download Key

Generate a JSON key file for the service account.

3

Upload to dashrendr

Upload the key file and select your Google Cloud Project ID.

Frequently asked questions

SaaS

Google Analytics 4 dashboards.

Build custom GA4 dashboards and share them with clients easily.

Google Analytics logo

Escape the GA4 UI

GA4 is powerful but notoriously difficult for non-technical clients to understand. Use dashrendr to build simplified, beautiful traffic dashboards.

We connect to the official Google Analytics Data API. You authenticate via OAuth, select your GA4 Property, and our visual builder automatically maps the complex Dimensions and Metrics into an easy-to-use dropdown interface. This is perfect for marketing agencies who need to provide white-labeled traffic reports to clients.

Why connect Google Analytics?

  • One-click Auth

    Sign in with Google to securely connect your properties.

  • Simplified UI

    We translate complex GA4 API metrics into human-readable dropdowns.

  • Client reporting

    Ideal for agencies building automated monthly traffic reports.

How it works

1

Sign in with Google

Authenticate your Google account via OAuth.

2

Select Property

Choose the specific GA4 Property you want to pull data from.

3

Build Reports

Use the visual builder to create traffic, source, and event charts.

Frequently asked questions

Spreadsheet

Google Sheets dashboards.

Turn your spreadsheets into professional, interactive dashboards in seconds.

Google Sheets logo

The world's easiest database

For simple projects, a spreadsheet is all you need. Connect a Google Sheet and turn rows and columns into live charts.

Sometimes you just need to visualize manual targets, budgets, or simple data sets. Connect your Google account, paste the URL of your Google Sheet, and dashrendr will parse the first row as headers and the rest as data. Whenever you update the spreadsheet, the dashboard updates automatically.

Why connect Google Sheets?

  • Zero technical setup

    No databases to provision. Just a spreadsheet.

  • Live updates

    Edit a cell in Google Sheets and watch the chart update.

  • Familiar interface

    Manage your data in the tool you already know.

How it works

1

Sign in with Google

Grant read-only access to your Google Drive.

2

Paste URL

Paste the link to your Google Sheet.

3

Visualize

The sheet is instantly converted into a table ready for charting.

Frequently asked questions

NoSQL

MongoDB analytics.

Visualize your NoSQL document data without complex ETL pipelines.

MongoDB logo

Unlock your NoSQL data

Connect directly to your MongoDB clusters, including MongoDB Atlas, and build dashboards straight from your collections.

NoSQL databases are notoriously difficult for traditional BI tools to handle. dashrendr connects directly to your MongoDB cluster. You can write Aggregation Pipelines to flatten your nested document structures into 2D tables, which our charting engine then visualizes beautifully.

Why connect MongoDB?

  • Native Atlas support

    Connect seamlessly to MongoDB Atlas cloud clusters.

  • Aggregation Pipelines

    Use MongoDB's powerful aggregation framework to shape data.

  • Flatten nested data

    Easily extract keys from nested JSON documents.

How it works

1

Get Connection String

Copy your MongoDB URI (e.g., from Atlas).

2

Whitelist IP

Allow dashrendr's IPs in your Atlas Network Access settings.

3

Write Aggregation

Write a quick pipeline to flatten the data for charting.

Frequently asked questions

API

API-first dashboards.

Push data via REST API. Keep your database entirely private.

JSON REST API icon

Developer-first data push

Don't want to give us database credentials? No problem. Use our REST API to push JSON arrays from your own backend directly to a dashboard.

For teams with strict compliance requirements (like HIPAA or SOC2), granting external database access is impossible. Our REST API solves this. You write the queries on your own backend, aggregate the data, and HTTP POST a simple JSON array to our endpoint. We store the temporary payload and render the chart. Your database remains 100% untouched by us.

Why connect REST API?

  • Ultimate security

    We never touch your database. You push the data to us.

  • Keep business logic internal

    Perform complex calculations in your code, not in SQL.

  • Framework agnostic

    Trigger the API push from Node, Python, Go, or any language.

How it works

1

Create API Key

Generate a secure Bearer token in the dashrendr portal.

2

Format Data

Format your backend data into a simple array of JSON objects.

3

POST Payload

Send an HTTP POST request to our `/v1/data/push` endpoint.

Frequently asked questions

File

Excel & CSV dashboards.

Turn your offline static spreadsheets into professional, interactive dashboards in seconds.

Excel and CSV logo

The fastest way to visualize offline data

Have a static data export from a legacy system? Just upload the CSV or Excel file directly into dashrendr.

While live databases are ideal, many businesses still run on CSV exports and Excel spreadsheets. dashrendr allows you to upload these files directly. We parse the headers and data types automatically, turning your static file into a fully queryable data source for your dashboards.

Why connect Excel & CSV?

  • Instant upload

    Drag and drop your file and start building charts immediately.

  • Auto-parsing

    We automatically detect numbers, dates, and text columns.

  • Secure storage

    Your files are stored securely and encrypted at rest.

How it works

1

Export File

Export your data as a standard .csv or .xlsx file.

2

Upload

Drag and drop the file into the dashrendr connection wizard.

3

Visualize

The file is converted into a table ready for charting.

Frequently asked questions

Accounting

Xero dashboards.

Turn your accounting data into interactive dashboards in minutes.

Xero logo

Financial reporting made easy

Connect your Xero organization via secure OAuth and automatically sync your invoices, contacts, and transactions.

Our Xero integration uses official Xero OAuth 2.0. By authenticating with your Xero account, dashrendr securely reads your organization's data, allowing you to build financial performance dashboards without writing complex API scripts.

Why connect Xero?

  • Instant connections

    One-click OAuth means no API keys or complex setups.

  • Key financial endpoints

    Ready-to-use tables for Invoices, Contacts, Accounts, and Payments.

  • Secure access

    Read-only access ensures your accounting data cannot be modified.

How it works

1

Authenticate

Sign in to your Xero account and grant read-only access.

2

Select Organization

Choose the Xero organization to pull data from.

3

Start Building

Use the visual builder to map your financial data to charts.

Frequently asked questions

The analytics your customers deserve.

14-day free trial. No credit card required.

14-day free trial · No credit card required · Cancel anytime