Apache ShardingSphere · Example Payload

Apache Shardingsphere Database Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

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

Top-level fields

namedataSources

Example Payload

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