Apache ShardingSphere · Example Payload

Apache Shardingsphere Sharding Strategy Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Apache Shardingsphere Sharding Strategy Example is an example object payload from Apache ShardingSphere, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeshardingColumnshardingAlgorithmName

Example Payload

Raw ↑
{
  "type": "standard",
  "shardingColumn": "example",
  "shardingAlgorithmName": "example-name"
}