rain icon indicating copy to clipboard operation
rain copied to clipboard

Framework for large distributed pipelines

Results 38 rain issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.1 to 1.4.7. Commits 0cde3dc [dist] 1.4.7 96662a3 [pkg] Update querystringify and other deps (#176) 1809266 chore(package): update nyc to version 14.0.0 (#174) c3b3485 [test] Fix test...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

A document to track the directions from 0.3, replacing #26. Our mid- and long-term goals, their *[priority]*, (asignee) and any sub-tasks. *Any help is welcome with mentoring available for most...

enhancement
meta

TODO: - check Python package build - fix DataObject destructor in Python client - use better defaults for listen addr/port - run websockets on same port as HTTP (or switch...

Introduce optional task/data object groups and names for better monitoring and possibly debugging. Currently, the data objects have a `label` indicating the role it plays in the producer task (e.g....

enhancement
python API
server

Improve the online monitoring to: * Show session list summary with more info * Show more statistics and graphs, e.g. aggregation by task type or group (proposed in #32) *...

enhancement
help wanted
client

@all hi all: I have read the doc on https://substantic.github.io/rain/docs/index.html. The example given in `get-started` as below ```python3 from rain.client import Client, tasks, blob # Connect to server client =...

This PR introduces a Rust client for the cluster with a synchronous API that mirrors the Python client. The client is used to implement a stop command for the cluster....