Frequently Asked Questions (FAQs)¶
How can I access the DSClient downstream data?¶
The DSClient stores data in a standard SQL database with a fixed schema.
This means that any standard SQL client, graphical interface or any tool/programming language with corresponding connectors can be used to access, process and integrate the stored data.
Instant JChem is a desktop application for scientists to search, visualize, and analyze chemical data.
IJC can directly connect to the DSClient downstream database to browse and search registered compounds and can also natively work with a database running a JChem Base cartridge/extension.
How can I improve the processing performance of large volumes of messages?¶
The DSClient can be configured to perform parallel processing of messages.
The DSClient can batch process messages (default: 100) in groups which have different parent ids.
Messages with the same parent id will be processed sequentially
This feature is enabled in the dsclient.env file and specifies the number of parallel processes that can run simultaneously.
HTTP polling only
This approach is not compatible with ActiveMQ (JMS) based messaging.