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

streamz integration #16

Open
canagnos opened this issue Feb 20, 2018 · 3 comments
Open

streamz integration #16

canagnos opened this issue Feb 20, 2018 · 3 comments

Comments

@canagnos
Copy link
Collaborator

No description provided.

@canagnos canagnos added this to To do in Pipelines Feb 20, 2018
@erichocean
Copy link

I assume you're referring to this: https://streamz.readthedocs.io/

What I'm wanting to do is have a WebSocket in Python that connects to a server, and then the server continuously sends metrics to dsio, and dsio sends back any anomalies it finds via the WebSocket.

@canagnos
Copy link
Collaborator Author

Yes, that's the project we are referring to. With regards to web sockets would you connect directly, or via Kafka? Do you have a reason to not want a queue in your stack? We're interested!

@erichocean
Copy link

Yeah, I would be connecting directly. We don't want/need the overhead of managing Kafka just for message queuing, we already have an orchestrator node that maintains information about the behavior of our system, and that we want to connect to the dsio library to learn the behavior of our system by feeding it data points, and then notify our orchestrator re: outliers so we can take the appropriate action(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Pipelines
  
To do
Development

No branches or pull requests

2 participants