Prerequisites
Create a read-only user
- Create a read-only user in your database
- Grant the user access to the tables that you want to sync with Togai
- Make sure that the user has access to the tables that you want to sync with Togai
Connection URI
Maria DB
The connection URI for Maria DB is as follows:MS SQL Server
The connection URI for MS SQL Server is as follows:MySQL DB
The connection URI for MySQL DB is as follows:Oracle DB
The connection URI for Oracle DB is as follows:Flows
Sync customer from Database to Togai
- The flow will be available to be triggered on demand from the Togai dashboard
- It will execute a SQL query to fetch all the customers from Database
- It will then create the customers in Togai using the
CustomersAPI
Sync events from Database to Togai
- The flow will be available to be triggered on demand from the Togai dashboard
- It will execute a SQL query to fetch all the events from Database
- It will then create the events in Togai using the
Event IngestionAPI
