Apache ShardingSphere · Example Payload

Apache Shardingsphere Sharding Table Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

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

Top-level fields

logicTableactualDataNodesdatabaseStrategytableStrategy

Example Payload

Raw ↑
{
  "logicTable": "example",
  "actualDataNodes": "example",
  "databaseStrategy": {},
  "tableStrategy": {}
}