Kyle Ellrott
Kyle Ellrott
The `timestamp` method should show when underlying database has changed. Currently mongo driver only watches changes that it makes, but if two arachne servers point at the same mongo db,...
Add query functions for string comparisons, such as `startswith` and `endswith`.
Enable query that could do something like ``` where( eq( "$field1", "$field2") ) ``` there the two parameters represent field names and the values in the elements are compared.
Adding resource request element for max job wall time
One of the more complex issue about getting workflow engines deployed is that many of them have to read the contents of at least one file to proceed. For CWL,...
Based on #41
Adding driver to allow jobs API to use OpenSearch for storage