intro
Self-built data synchronization instruction document
v1.0
Overview
Users can deploy a data synchronization server by following the operational instructions in this document, and then set the relevant parameters of the synchronization server on the client side, FinalTerm, to achieve the goal of synchronizing server data on their own.
Preparation conditions
- Database (required)
- Host server (required)
- SSL certificate (optional) (required for deployment on external domain names)
Processing flow
database Please install database software, such as MySQL, on the host server. Configure the database as follows:
Database Name: syncdb
Character Set: utf8mb4
Collation: utf8mb4_general_ci
After installing the database, download the following SQL files and execute them on syncdb to import the database tables. Download the SQL file executed by the database
Implementation
-
Colleagues with development capabilities can refer to the API definition description in the document and implement synchronous docking with FinalTerm software using their own familiar programming language according to the document instructions.
-
You can also refer to or use the official open-source code SyncService for free deployment.
-
After setting up the server, you can proceed with the configuration on the FinalTerm software to achieve synchronization.