joelkuiper / patavi

A distributed system for wrapping R as a web service
patavi.com
Other
3 stars 9 forks source link

Figure out exact requirements #13

Open joelkuiper opened 10 years ago

joelkuiper commented 10 years ago

List of MUST features

gertvv commented 10 years ago

This is the old list, but here you go:

Notes

The R instances need some isolation, but probably not that much, as we control the code that goes on them.

The multi-part / binary data would be the easiest to compromise on. I do not have big problems with embedding such data with MIME encoding e.g.

The latency is not a very hard constraint, it could also be < 50ms (but for a no-op 10ms seems reasonable).

Multiple channes with a single broker is definitely a very nice to have.