Ready to get started?

Learn more or sign up for a free trial:

CData Connect Server

Create AlloyDB Dashboards in Bold BI



Use CData Connect Server to create a virtual SQL Server Database for AlloyDB data to build custom dashboards in Bold BI.

Bold BI allows you to create, share, and collaborate on interactive BI dashboards. When paired with CData Connect Server, you get instant access to AlloyDB data for visualizations, dashboards, and more. This article shows how to create a virtual database for AlloyDB and build reports from AlloyDB data in Bold BI.

CData Connect Server provides a pure SQL Server interface for AlloyDB, allowing you to easily build reports from live AlloyDB data in Bold BI — without replicating the data to a natively supported database. As you build visualizations, Bold BI generates SQL queries to gather data. Using optimized data processing out of the box, CData Connect Server pushes all supported SQL operations (filters, JOINs, etc) directly to AlloyDB, leveraging server-side processing to quickly return the requested AlloyDB data.

Create a Virtual SQL Server Database for AlloyDB Data

CData Connect Server uses a straightforward, point-and-click interface to connect to data sources and generate APIs.

  1. Login to Connect Server and click Connections.
  2. Select "AlloyDB" from Available Data Sources.
  3. Enter the necessary authentication properties to connect to AlloyDB.

    The following connection properties are usually required in order to connect to AlloyDB.

    • Server: The host name or IP of the server hosting the AlloyDB database.
    • User: The user which will be used to authenticate with the AlloyDB server.
    • Password: The password which will be used to authenticate with the AlloyDB server.

    You can also optionally set the following:

    • Database: The database to connect to when connecting to the AlloyDB Server. If this is not set, the user's default database will be used.
    • Port: The port of the server hosting the AlloyDB database. This property is set to 5432 by default.

    Authenticating with Standard Authentication

    Standard authentication (using the user/password combination supplied earlier) is the default form of authentication.

    No further action is required to leverage Standard Authentication to connect.

    Authenticating with pg_hba.conf Auth Schemes

    There are additional methods of authentication available which must be enabled in the pg_hba.conf file on the AlloyDB server.

    Find instructions about authentication setup on the AlloyDB Server here.

    Authenticating with MD5 Authentication

    This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to md5.

    Authenticating with SASL Authentication

    This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to scram-sha-256.

    Authenticating with Kerberos

    The authentication with Kerberos is initiated by AlloyDB Server when the ∏ is trying to connect to it. You should set up Kerberos on the AlloyDB Server to activate this authentication method. Once you have Kerberos authentication set up on the AlloyDB Server, see the Kerberos section of the help documentation for details on how to authenticate with Kerberos.

  4. Click Save Changes
  5. Click Privileges -> Add and add the new user (or an existing user) with the appropriate permissions.

With the virtual database created, you are ready to connect to AlloyDB data from Bold BI.

Visualize Live AlloyDB Data in Bold BI

The steps below outline connecting to CData Connect Server from Bold BI to create a new AlloyDB data source and build a simple visualization from the data.

  1. Log into your Bold BI instance, click the data sources tab, create a new data source, and choose the SQL Server connector.
  2. Choose the basic configuration and set the connection properties:
    • Name: Name your connection
    • Server name: Your Connect Server instance (CONNECT_SERVER_URL)
    • Port: 1433
    • Username: Your Connect Server username
    • Password: Your Connect Server password
    • Mode: Choose Live to query AlloyDB on-demand or choose Extract to load the data into Bold BI
    • Database: Choose the database you created from the drop-down menu (alloydbdb)
  3. Click Connect
  4. Select the table to visualize and drag it onto the workspace.
  5. Select a visualization style and add it to the report.
  6. Click the gear icon for the visualization to configure the visualization properties and assign columns to the visualization.

SQL Access to AlloyDB Data from Applications

Now you have a direct connection to live AlloyDB data from your Bold BI workbook. You can create more data sources and new visualizations, build reports, and more — all without replicating AlloyDB data.

To get SQL data access to 200+ SaaS, Big Data, and NoSQL sources directly from your applications, see the CData Connect page.