# Unique code of this Data Store Server. Not more than 40 characters. data-store-server-code = DSS2 data-folder = targets/playground/data # The root directory of the data store storeroot-dir = ${data-folder}/store # The directory where the command queue file is located; defaults to storeroot-dir commandqueue-dir = # Port port = 8890 use-ssl = false # Session timeout in minutes session-timeout = 720 # Path to the keystore keystore.path = ../datastore_server/dist/etc/openBIS.keystore # Password of the keystore keystore.password = changeit # Key password of the keystore keystore.key-password = changeit # The check interval (in seconds) check-interval = 5 # The time-out for clean up work in the shutdown sequence (in seconds). # Note that that the maximal time for the shutdown sequence to complete can be as large # as twice this time. # Remark: On a network file system, it is not recommended to turn this value to something # lower than 180. shutdown-timeout = 2 # If free disk space goes below value defined here, a notification email will be sent. # Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is # specified or if value is negative, the system will not be watching. highwater-mark = -1 # If a data set is successfully registered it sends out an email to the registrator. # If this property is not specified, no email is sent to the registrator. This property # does not affect the mails which are sent, when the data set could not be registered. notify-successful-registration = false # The URL of the openBIS server server-url = http://localhost:8888/openbis # The username to use when contacting the openBIS server username = etlserver # The password to use when contacting the openBIS server password = etlserver # The base URL for Web client access. download-url = http://localhost:${port} use-ssl = false # SMTP properties (must start with 'mail' to be considered). mail.smtp.host = file://targets/email mail.from = datastore_server@localhost # If this property is set a test e-mail will be sent to the specified address after DSS successfully started-up. mail.test.address = test@localhost # ---------------- Database parameters basysbio-databaseEngineCode = postgresql basysbio-basicDatabaseName = basysbio basysbio-databaseKind = dev basysbio-readOnlyGroup = basysbio_readonly basysbio-readWriteGroup = basysbio_readwrite basysbio-scriptFolder = source/sql # Define names of data sources data-sources = data-source data-source.databaseEngineCode = postgresql data-source.basicDatabaseName = basysbio data-source.databaseKind = dev # ---------------- Timing parameters for file system operations on remote shares. # Time (in seconds) to wait for any file system operation to finish. Operations exceeding this # timeout will be terminated. timeout = 60 # Number of times that a timed out operation will be tried again (0 means: every file system # operation will only ever be performed once). max-retries = 11 # Time (in seconds) to wait after an operation has been timed out before re-trying. failure-interval = 10 # The period of no write access that needs to pass before an incoming data item is considered # complete and ready to be processed (in seconds) [default: 300]. # Valid only when auto-detection method is used to determine if an incoming data are ready to be processed. quiet-period = 10 # ----------------------------------------------------------------------------- # Maintenance Plugins # maintenance-plugins = data-set-clean-up, post-registration-upload data-set-clean-up.class = ch.systemsx.cisd.etlserver.plugins.DeleteFromExternalDBMaintenanceTask data-set-clean-up.interval = 300 data-set-clean-up.data-source = data-source post-registration-upload.class = eu.basysbio.cisd.dss.PostRegistrationDatabaseUploadTask post-registration-upload.execute-only-once = true post-registration-upload.database.databaseEngineCode = ${basysbio-databaseEngineCode} post-registration-upload.database.basicDatabaseName = ${basysbio-basicDatabaseName} post-registration-upload.database.databaseKind = ${basysbio-databaseKind} post-registration-upload.database.readOnlyGroup = ${basysbio-readOnlyGroup} post-registration-upload.database.readWriteGroup = ${basysbio-readWriteGroup} post-registration-upload.database.scriptFolder = ${basysbio-scriptFolder} # ----------------------------------------------------------------------------- # Reporting Plugins # reporting-plugins = time-series-reporter, tsv-viewer, trans-tsv-viewer, demo time-series-reporter.label = Header Properties time-series-reporter.dataset-types = CHIP_CHIP, TIME_SERIES, LCA_MTP_TIME_SERIES time-series-reporter.class = eu.basysbio.cisd.dss.TimeSeriesPropertiesReportingPlugin time-series-reporter.properties-file = tsv-viewer.label = TSV View tsv-viewer.dataset-types = CHIP_CHIP, TIME_SERIES, LCA_MTP_TIME_SERIES tsv-viewer.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.TSVViewReportingPlugin tsv-viewer.properties-file = trans-tsv-viewer.label = Transposed TSV View trans-tsv-viewer.dataset-types = TIME_SERIES, LCA_MTP_TIME_SERIES trans-tsv-viewer.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.TSVViewReportingPlugin trans-tsv-viewer.properties-file = trans-tsv-viewer.transpose = true demo.label = Demo demo.dataset-types = CHIP_CHIP demo.class ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoReportingPlugin # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' inputs = main-thread main-thread.incoming-dir = ${data-folder}/incoming main-thread.incoming-data-completeness-condition = auto-detection main-thread.delete-unidentified = true main-thread.data-set-info-extractor = eu.basysbio.cisd.dss.DataSetInfoExtractor main-thread.type-extractor = ch.systemsx.cisd.etlserver.cifex.CifexTypeExtractor main-thread.storage-processor = ch.systemsx.cisd.etlserver.CifexStorageProcessor main-thread.storage-processor.keep-file-regex = .*(?