package realm

// set of supported data source types
const (
	ServiceTypeCluster  = "mongodb-atlas"
	ServiceTypeDatalake = "datalake"
)

// default names for data source types
const (
	DefaultServiceNameCluster = "mongodb-atlas"
)
