Apache ShardingSphere · Example Payload

Apache Shardingsphere Data Source Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

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

Top-level fields

nameurlusernamemaxPoolSizeminPoolSizetype

Example Payload

Raw ↑
{
  "name": "example-name",
  "url": "https://example.com",
  "username": "example-name",
  "maxPoolSize": 1234,
  "minPoolSize": 1234,
  "type": "example"
}