Ready to get started?

Learn more or sign up for a free trial:

CData Connect Server

Create SingleStore Dashboards in Bold BI



Use CData Connect Server to create a virtual SQL Server Database for SingleStore 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 SingleStore data for visualizations, dashboards, and more. This article shows how to create a virtual database for SingleStore and build reports from SingleStore data in Bold BI.

CData Connect Server provides a pure SQL Server interface for SingleStore, allowing you to easily build reports from live SingleStore 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 SingleStore, leveraging server-side processing to quickly return the requested SingleStore data.

Create a Virtual SQL Server Database for SingleStore 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 "SingleStore" from Available Data Sources.
  3. Enter the necessary authentication properties to connect to SingleStore.

    The following connection properties are required in order to connect to data.

    • Server: The host name or IP of the server hosting the SingleStore database.
    • Port: The port of the server hosting the SingleStore database.
    • Database (Optional): The default database to connect to when connecting to the SingleStore Server. If this is not set, tables from all databases will be returned.

    Connect Using Standard Authentication

    To authenticate using standard authentication, set the following:

    • User: The user which will be used to authenticate with the SingleStore server.
    • Password: The password which will be used to authenticate with the SingleStore server.

    Connect Using Integrated Security

    As an alternative to providing the standard username and password, you can set IntegratedSecurity to True to authenticate trusted users to the server via Windows Authentication.

    Connect Using SSL Authentication

    You can leverage SSL authentication to connect to SingleStore data via a secure session. Configure the following connection properties to connect to data:

    • SSLClientCert: Set this to the name of the certificate store for the client certificate. Used in the case of 2-way SSL, where truststore and keystore are kept on both the client and server machines.
    • SSLClientCertPassword: If a client certificate store is password-protected, set this value to the store's password.
    • SSLClientCertSubject: The subject of the TLS/SSL client certificate. Used to locate the certificate in the store.
    • SSLClientCertType: The certificate type of the client store.
    • SSLServerCert: The certificate to be accepted from the server.

    Connect Using SSH Authentication

    Using SSH, you can securely login to a remote machine. To access SingleStore data via SSH, configure the following connection properties:

    • SSHClientCert: Set this to the name of the certificate store for the client certificate.
    • SSHClientCertPassword: If a client certificate store is password-protected, set this value to the store's password.
    • SSHClientCertSubject: The subject of the TLS/SSL client certificate. Used to locate the certificate in the store.
    • SSHClientCertType: The certificate type of the client store.
    • SSHPassword: The password that you use to authenticate with the SSH server.
    • SSHPort: The port used for SSH operations.
    • SSHServer: The SSH authentication server you are trying to authenticate against.
    • SSHServerFingerPrint: The SSH Server fingerprint used for verification of the host you are connecting to.
    • SSHUser: Set this to the username that you use to authenticate with the SSH server.
  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 SingleStore data from Bold BI.

Visualize Live SingleStore Data in Bold BI

The steps below outline connecting to CData Connect Server from Bold BI to create a new SingleStore 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 SingleStore on-demand or choose Extract to load the data into Bold BI
    • Database: Choose the database you created from the drop-down menu (singlestoredb)
  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 SingleStore Data from Applications

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

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