Apache ShardingSphere · Example Payload

Apache Shardingsphere Sharding Rule Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Apache Shardingsphere Sharding Rule 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

nametablesbindingTables

Example Payload

Raw ↑
{
  "name": "example-name",
  "tables": [
    {}
  ],
  "bindingTables": [
    [
      "example"
    ]
  ]
}