ShardingSphere only includes the implementation of the core SPI by default, and there is a part of the SPI that contains third-party dependencies in Git Source Implemented plugins are not included. Retrievable at https://central.sonatype.com/.
SPI and existing implementation classes of SPI corresponding to all plugins can be retrieved at https://shardingsphere.apache.org/document/current/cn/dev-manual/.
All the built-in plugins for ShardingSphere-Proxy are listed below in the form of ‘groupId:artifactId’.
org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd
, etcd implementation of persistent definition of cluster mode configuration informationorg.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper
, the zookeeper implementation of the persistent definition of cluster mode configuration informationorg.apache.shardingsphere:shardingsphere-jdbc
, JDBC moduleorg.apache.shardingsphere:shardingsphere-db-protocol-core
, database protocol coreorg.apache.shardingsphere:shardingsphere-mysql-protocol
, the MySQL implementation of the database protocolorg.apache.shardingsphere:shardingsphere-postgresql-protocol
, the PostgreSQL implementation of the database protocolorg.apache.shardingsphere:shardingsphere-opengauss-protocol
, the OpenGauss implementation of the database protocolorg.apache.shardingsphere:shardingsphere-proxy-frontend-core
, used by ShardingSphere-Proxy to parse and adapt the protocol for accessing the databaseorg.apache.shardingsphere:shardingsphere-proxy-frontend-mysql
, a MySQL implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the databaseorg.apache.shardingsphere:shardingsphere-proxy-frontend-postgresql
, a PostgreSQL implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the databaseorg.apache.shardingsphere:shardingsphere-proxy-frontend-opengauss
, an openGauss implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the databaseorg.apache.shardingsphere:shardingsphere-proxy-backend-core
, the backend core for ShardingSphere Proxyorg.apache.shardingsphere:shardingsphere-standalone-mode-core
, the persistence definition core of single-machine mode configuration informationFor the core org.apache.shardingsphere:shardingsphere-jdbc
,Its built-in plugins referenceShardingSphere-JDBC Optional Plugins.
If ShardingSphere Proxy needs to use optional plugins, you need to download the JAR containing its SPI implementation and its dependent JARs from Maven Central.
All optional plugins are listed below in the form of groupId:artifactId
.
org.apache.shardingsphere:shardingsphere-standalone-mode-repository-jdbc
, JDBC based persistenceorg.apache.shardingsphere:shardingsphere-transaction-xa-narayana
, XA distributed transaction manager based on Narayanaorg.apache.shardingsphere:shardingsphere-infra-expr-espresso
,Row Value Expressions that uses the Groovy syntax based on GraalVM Truffle’s Espresso implementationorg.apache.shardingsphere:shardingsphere-infra-database-testcontainers
, Adaptation of jdbcURL for JDBC support
of testcontainers-java
In addition to the above optional plugins, ShardingSphere community developers have contributed a number of plugin implementations. These plugins can be found in ShardingSphere Plugins repository. Plugins in ShardingSphere Plugin repository would remain the same release plan with ShardingSphere, they can be retrieved at https://central.sonatype.com/, and install into ShardingSphere.