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

How can i extend amidst to accept data from a custom source #79

Closed
srijiths opened this issue Feb 12, 2017 · 3 comments
Closed

How can i extend amidst to accept data from a custom source #79

srijiths opened this issue Feb 12, 2017 · 3 comments

Comments

@srijiths
Copy link

srijiths commented Feb 12, 2017

Is it possible to extend amidst to a custom data source other than file and hdfs ? If so which classes to visit/consider ? It would be grateful if some one point me.

@andresmasegosa
Copy link
Contributor

andresmasegosa commented Feb 15, 2017

Yes sure! Anything that implements eu.amidst.core.datastream.DataStream interface can be used to feed the toolbox.
But if you give me more details, I will give a more specific answer.

Thanks for your interests,
AMIDST Team

@srijiths
Copy link
Author

srijiths commented Feb 15, 2017

@andresmasegosa Thanks for the reply. I was thinking to have a Kafka source with AMIDST. So that i can use AMIDST as part of my stream processing framework ( flink ) . Is it a feasible request ?

@andresmasegosa
Copy link
Contributor

andresmasegosa commented Feb 16, 2017

This is indeed a nice request. But we would need to look into that. My first feeling is this is not straightforward. The starting point would be in the flink-link module, in the interface eu.amidst.flinklink.core.data.DataFlink

I have open a new issue for that #80.

Of course, you are welcome to contribute, :).

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

2 participants