Istemi Ekin Akkus

Results 24 comments of Istemi Ekin Akkus

Thanks for writing this up! Good summary of discussion topics. Just a small correction: The function workers are actually written in one language (python), which listen to the local message...

@manuelstein , @paarijaat , @ruichuan, any thoughts?

No, I mean for the end users to configure how their workflows could be deployed (i.e., with what kind of container resources). This would be similar to the way AWS...

Yes, that is true. I forgot to consider that the users shouldn't have to reason about the resource usage of their functions. I think it would be good if we...

See commit [f347d3eb986f4a340340fe149e017a220060731e](https://github.com/knix-microfunctions/knix/commit/f347d3eb986f4a340340fe149e017a220060731e) for the management functionality that allows this configuration for kubernetes environments. Once we have the corresponding changes in the following, we can close this issue. - SDK...

As an alternative to the above solution, one could utilize Redis as a caching layer in front of Riak. See https://riak.com/products/riak-kv/redis-integration/index.html. In this alternative, the DataLayerService would become a translation...

As far as I can tell, the data layer service is only used by sandboxes (including management) and the storage frontend, which is going to be removed (see #28). After...

Would this PR also address #11 ? Is the branch [feature/GPU_support](https://github.com/knix-microfunctions/knix/tree/feature/GPU_support) still valid? Does this branch [feature/GPU_support_extended](https://github.com/knix-microfunctions/knix/tree/feature/GPU_support_extended) include all the changes in the other one?

I am not sure whether we should actually spend the effort on making the DLService scale as such. We might end up putting it into the sandbox, depending on the...

These need to be done in the [feature/GPU_support_extended branch](https://github.com/knix-microfunctions/knix/tree/feature/GPU_support_extended), right?