Istemi Ekin Akkus

Results 9 issues of Istemi Ekin Akkus

Currently, the TriggersFrontend will trigger a workflow execution associated with an external event. The external event's data is used as the trigger message's content. This scheme works well with stateless...

feature_request
improvement
env/all

Currently, the resources assigned to an application container in Kubernetes are static and defined in [`deploy/helm/microfunctions/values.yaml`](https://github.com/knix-microfunctions/knix/blob/8d3f0ed3b8a09e62b7d5098b10851b9fa42d7ce1/deploy/helm/microfunctions/values.yaml#L46-L57). I think these values should be configurable, so that during the workflow deployment the...

feature_request
improvement
env/kubernetes

When functions execute, they create backups of the output they produce (i.e., the input(s) to the next function(s)) when they are finished executing (i.e., checkpointing). These backups should be used...

feature_request
help wanted
design
env/all

Currently, the riak and DLService components cannot scale automatically due to their static configuration: when the DLService is started, it is passed the riak nodes as well as other DLService...

improvement
env/all

The management service was written at a time when the data layer was a simple key-value store. As a result, many data structures regarding the users, functions and workflows utilize...

improvement
env/all

The javadocs for the Java API are missing. The API methods reflect the same logic as in the Python API, such that much text can be borrowed from there.

documentation
good first issue
env/all

Currently, the management service and GUI offer a signup functionality (#6). It would be useful, if we could also support a third party authentication solution.

feature_request
improvement
env/all

[Environment]: Kubernetes, bare metal [Known affected releases]: master (includes all releases) It'd be great to have an 'admin dashboard'. This dashboard could provide functionality for disabling/deleting users as well as...

feature_request
design

OS: Ubuntu 20.04 Redis 6.0.7, built from source. Redisgears master (commit: 8c5660c4b626d72301354dea87d26908e84c5e05) When running redis with redisgears module (with and without python plugin), the command `RG.NETWORKTEST` returns `OK`, but crashes...

bug