Chapter 5: Exploring ShardingSphere Adaptors
If you have reached this chapter after reading this book in a linear fashion, you should start to feel confident in your understanding of Apache ShardingSphere and distributed database systems.
By now, you should have acquired an overview of ShardingSphere's architecture, the features that are essential for a distributed database, and the bonus features to improve security and performance.
Next, you will be diving deeper into the workings and differences between ShardingSphere-JDBC and ShardingSphere-Proxy.
In this chapter, we will cover the following topics:
- Differences between ShardingSphere-JDBC and ShardingSphere-Proxy
- ShardingSphere-JDBC
- ShardingSphere-Proxy
- Architecture introduction
By the end of this chapter, you will be fully capable of distinguishing between ShardingSphere-JDBC and ShardingSphere-Proxy and will have clarified which one better fits your requirements...