Developer's Guide🔗
This section is for developers integrating DSX scanning into applications and services.
In this guide🔗
Typical integration patterns🔗
- Backend service scans files from disk after upload or ingestion.
- Web/API backend scans upload bytes or streams before persistence.
- Worker jobs scan files in parallel with bounded concurrency.
Design goals🔗
- Reuse SDK clients/sessions for connection pooling efficiency.
- Keep concurrency in the application layer (bounded and observable).
- Standardize request headers, auth, and error handling through SDKs.