Dashboard
On this page
The Dashboard provides a central screen to monitor the overall status of the Ingest instance.
-
Dashboard provides quick access to configure Ingest, including the following:
-
Source Database
-
Destination Database
-
Tables
-
Schedule Tasks
-
-
The Checklist gives the summary of the steps that are needed to complete to start an Ingest job.
-
The graph summary displays the number of records transferred.
-
When Hourly is selected, you can view transfer statistics for the past 24 hours.
-
When Daily is selected, the monthly statistics are shown.
-
The bar graph illustrates the process status:
-
Initial Extract is represented by blue.
-
Inserts are represented by green.
-
Updates are represented by yellow.
-
Deletes are represented by red.
-
-
Hovering over the bar graph shows the exact number of records transferred.
-
-
You can view the log for Source and Destination database at the bottom.
Source Database
You can configure the following databases as a source: Oracle, Microsoft SQL Server, MySQL, and PostgreSQL.
To configure the source database, navigate to Dashboard > Source, and then select the gear icon.
Destination Database
You can configure SingleStore databases as a destination.
-
In the Destination Database dialog, select SingleStore from the Destination Database list.
-
In the SingleStore tab, enter the following configuration details:
-
Host Name: Enter the IP address or hostname of the database server.
-
Port: Enter the port number on which the database server is listening (default port for SingleStore is 3306).
-
Database Name: Enter the name of your database.
-
User Id: Enter a valid SingleStore user ID to be used with Ingest.
-
Password: Enter the password and confirm it by re-entering it in the Confirm Password field.
Note: Passwords are encrypted within Ingest.
-
JDBC Options (Optional): JDBC options are optional and can be used to extend the JDBC URL for accessing the database.
-
-
Select the Advanced Options tab.
Enter the following configuration details: -
Max Updates (Default maximum update is 4)
-
Load Threads
-
Add Database Prefix
-
Truncate table instead of drop
-
Schema for all tables
-
Ignore database name in schema
-
Schema for staging tables
-
Retain staging tables
Refer to Appendix for more information.
-
-
Select Test to verify the connectivity.
-
Select Apply to confirm and save the details.
Last modified: January 29, 2025