Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming Gateway #1233

Closed
8 of 9 tasks
nassiharel opened this issue Apr 20, 2021 · 1 comment
Closed
8 of 9 tasks

Streaming Gateway #1233

nassiharel opened this issue Apr 20, 2021 · 1 comment
Assignees

Comments

@nassiharel
Copy link
Contributor

nassiharel commented Apr 20, 2021

  • update pipeline node descriptor - Api-Server - (@golanha)
  • add api for get gateways/jobId - Api-Server - (@golanha)
  • add new collection - mongo.db (@golanha)
  • create, delete and validate gateway using Mongo on start/stop pipeline - Api-Server - (@nassiharel)
  • make gateway kind stateful by default - Api-Server - (@nassiharel)
  • create and delete gateway service+ingress on start/stop pipeline - Algorithm-Operator - (@nassiharel)
  • new lib that includes the wrapper with our stateful algorithm and rest server - (@nassiharel)
  • add cleaner for gateways - (@golanha)
  • Implement UI, add swagger link - (@?)

https://docs.google.com/presentation/d/1GklGHKuofoadK0wbVafsf4HO-FY7hbnUQlW-M7Fs_28/edit?usp=sharing

{
    "name": "gateway-test",
    "kind":"stream",
    "nodes": [
        {
            "nodeName": "A",
            "kind": "gateway",
            "spec": {
               "name": "images-gateway",
               "description": "images streaming source",
               "cpu": 1,
               "mem": "1Gi"
            }
        },
        {
            "nodeName": "B",
            "algorithmName": "green-alg",
            "input": [ {"delay": 0.01}]
        }
    ],
     "streaming": {
        "flows": {
            "analyze": "A >> B"
        }
    }
}
@tamir321
Copy link

tamir321 commented Oct 3, 2021

tested on
systemVersion: "v2.1.88",
fullSystemVersion: "v2.1.88-1631616917808",

@tamir321 tamir321 closed this as completed Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants