Designing High-Performance and Scalable API Services
Directus itself is a NodeJS-based API server. The TPS it can support depends on multiple factors such as the database system and API query design. This article provides some architectural considerations to enable Directus applications to scale with business growth by adding hardware, thereby improving system processing capacity and achieving good scalability in performance. 1. How to Plan a Scalable Directus Application Directus focuses on two aspects for handling high load scenarios: ...