Doradus Configuration and Operation : doradus.yaml Configuration Parameters : storage_services Parameter

storage_services Parameter
The storage_services parameter defines which storage services are initialized when Doradus is started as a standalone application (e.g., as a service or console app). At least one storage service must be defined. The first storage service listed becomes the default for new applications created without explicitly declaring a storage service. Example:
storage_services:
- com.dell.doradus.service.spider.SpiderService
- com.dell.doradus.service.olap.OLAPService
This initializes both the Spider and OLAP services, making the Spider service the default for new applications.