in src/main/java/org/apache/sdap/ningester/configuration/DatasourceConfig.java [69:73]
public DataStore dataStore() {
log.warn("Default dataStore configured. All tiles generated will not be saved to persistent storage! Enable a profile to configure data storage (e.g. activating the 'cassandra' profile will save metadata to Solr)");
return nexusTiles -> {
};
}