ShardingSphere-Scaling(Alpha)

1. Rule Configuration

Edit %SHARDINGSPHERE_SCALING_HOME%/conf/server.yaml. Please refer to Configuration Manual for more details.

2. Import Dependencies

If the backend database is PostgreSQL, there’s no need for additional dependencies.

If the backend database is MySQL, please download mysql-connector-java-5.1.47.jar and put it into %SHARDINGSPHERE_SCALING_HOME%/lib directory.

3. Start Server

sh %SHARDINGSPHERE_SCALING_HOME%/bin/start.sh

4. Create Migration Job

Use HTTP interface to manage the migration jobs.

Please refer to Configuration Manual for more details.