-
Notifications
You must be signed in to change notification settings - Fork 230
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
WIP : DNM : Kinesis Integration #254
base: master
Are you sure you want to change the base?
Conversation
working on similar code :) should have opened a pull request |
@Gauravshah I'm happy to close this one and contribute to yours? |
Thanks. I’ll add to your pull request. Mine works but requires lot of
cleanup.
…On Sun, 15 Oct 2017 at 10:14 PM, boneill42 ***@***.***> wrote:
@Gauravshah <https://github.com/gauravshah> I'm happy to close this one
and contribute to yours?
Or if you want to merge into this one, have at it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#254 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAl4D-_ECz2RB4tJMzfB9q2Nu3UBN6dRks5ssjaAgaJpZM4P0znl>
.
|
@boneill42 please have a look at https://github.com/druid-io/tranquility/compare/master...GoshPosh:kinesis?expand=1 , should give some directions if you need something. |
@boneill42 is this still WIP or are you ready for review? |
Still WIP... i have the rest of the code, just didn't push it up yet. Give me until the end of the weekend (10/29). |
No rush, was just curious |
I am looking for kinesis to druid connectors. Is there any way possible / any documents to ingest data into druid from Kinesis data streams? |
Ugh. We have one... I've been trying to find time to open source it for over a year.
Ping me directly. I can maybe hand off to you what I have.
([email protected] <mailto:[email protected]>)
…-brian
--
Brian O'Neill
CTO @ Monetate
m: 215.588.6024
[email protected] <mailto:[email protected]>
On Jan 18, 2018, at 12:51 PM, Rahul Gupta ***@***.***> wrote:
I am looking for kinesis to druid connectors. Is there any way possible / any documents to ingest data into druid from Kinesis data streams?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#254 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA2wzTOBejo7uZWWtdjj72Fw5OTVO4_qks5tL4SagaJpZM4P0znl>.
|
Awesome! thank you. Sent you an email. |
@gianm should we consider building something similar to http://druid.io/docs/0.9.1.1/development/extensions-core/kafka-ingestion.html for kinesis instead of doing it on tranquility ? |
@Gauravshah I believe that's the plan (pull vs. push model), which is honestly why I haven't spent a ton of time getting this in a stage to merge. The pull model is the way to go. |
Just putting this up as a place holder for now. I may have time to hack on this over the next couple days, and will try to fold in the work we've done.