-
Notifications
You must be signed in to change notification settings - Fork 265
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
feat: third party app support in EVADB #1033
feat: third party app support in EVADB #1033
Conversation
I'd like to understand the context of this PR better. We discussed the Slack chatbot use case yesterday, and I believe that it can be a standalone app without changing EvaDB internally or adding third-party integrations. Is this PR going to facilitate some other new use cases? If so, could you give some detailed examples here and also explain a bit about how it will interact with EvaDB? Thank you! |
That's a big PR, @kaushikravichandran! Nice job, let's wrap it up. |
If it is good to merge, let's do that. Students working on application integrations will require the handler inferface. |
I will take care of the PR. |
Thanks. I have resolved the latest set of conflicts now. |
@kaushikravichandran Please add docs for the app handler interface soon as students will need it. |
Any reason the unfortunately repeated conflict merging on this PR. @xzdandy @kaushikravichandran |
@kaushikravichandran is reducing the size of this PR. |
This PR introduces a generic interface to support 3rd party apps in EVADB. As an example. the template for integrating slack has been added. In a subsequent PR the integration with slack will be completed.