fnproject / flow

Fn Flow Server
Apache License 2.0
129 stars 19 forks source link

Split flow executor out as service from flow-service #105

Open zootalures opened 6 years ago

zootalures commented 6 years ago

Flow service should only operate on data by references, this means there has to be something to pass in data to (external) function calls and store results,

This should collaborate with the blob store see #84

msgodf commented 6 years ago

@owencliffe is this something you're doing as part of the work on #84? Either way, I think it's dependent on it?

zootalures commented 6 years ago

Not specifically but #84 is sufficiently hairy you can't do this till after it's done.