Chapter 10: Testing Frequently Encountered Application Scenarios
This chapter will guide you through all the possible application scenarios you may encounter, thus proving to be not only a useful introductory guide to you now as a first-time user but also a long-term reference. You will start with distributed databases and work your way through the remaining major scenarios for which you might need Apache ShardingSphere. In this chapter, we will cover the following topics:
- Testing distributed database scenarios
- Scenario-based testing for database security
- Synthetic monitoring
- Database gateways
By the end of the chapter, you'll be equipped to handle testing every single one of the aforementioned scenarios, from preparation work to deployment and report analysis. The following section will teach you how to distribute database traffic to multiple databases to increase services' stability and reliability, how to distribute database traffic between production...