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

I want to be able to visualize streaming data, e.g. from the Streaming Analytics service #321

Closed
natashadsilva opened this issue May 4, 2017 · 6 comments
Assignees
Milestone

Comments

@natashadsilva
Copy link
Contributor

Expected behavior

I have an incoming stream of data, such as a stream of patient vital signs as described in this notebook .

I'd like to use PixieDust to display this data such that the graph is continuously updated : image

Actual behavior

I don't see how this is possible using PixieDust at the moment, it seems to only support displaying a static Spark or Pandas DataFrames.

Steps to reproduce the behavior

@DTAIEB
Copy link
Member

DTAIEB commented May 4, 2017

@natashadsilva do you know who we can easily simulate this streaming data? this would be helpful to build the corresponding pixiedust plugin

@natashadsilva
Copy link
Contributor Author

@DTAIEB I created this DSX notebook for that purpose.
https://github.com/natashadsilva/samples/blob/master/Visualize%20data%20from%20Streams%20in%20PixieDust.ipynb
It demonstrates my use case.
You just need to create an instance of the streaming analytics service on Bluemix, and run the cells.

@natashadsilva
Copy link
Contributor Author

@DTAIEB any outlook or comments for this feature?

@DTAIEB
Copy link
Member

DTAIEB commented Jun 7, 2017

@natashadsilva hasn't made it to the top of the pile yet mostly due to resources, but it's getting there. Rough outlook would be mid July

@jinxuan
Copy link

jinxuan commented Jun 7, 2017

So will it run on spark structure streaming right? Is mid-July scheduled as an expected time to release this version?

@DTAIEB
Copy link
Member

DTAIEB commented Sep 7, 2017

@jinxuan This item is covering low level interfaces, defining how PixieDust will interact with Streaming data. The first commit (targeted at PixieDust 1.0.11) will include a few implementations: Kafka, IBM Streams and regular rest end point. Spark structure streaming will come later, however, you should be able to create your own PixieDust Streaming Adapter right away.

@DTAIEB DTAIEB self-assigned this Sep 7, 2017
@DTAIEB DTAIEB added this to the 1.0.11 milestone Sep 7, 2017
DTAIEB pushed a commit that referenced this issue Sep 7, 2017
covers #321 ticket: I want to be able to visualize streaming data, e.g. from the Streaming Analytics service
@DTAIEB DTAIEB closed this as completed Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants