Support For Apache Pinot #2386
Replies: 6 comments
-
Hey @hdulay , Thanks for the suggestion! We're currently reworking our project to allow "pluggable" connectors, and I think pinot is a really good candidate for this. Context: currently, when we add connectors, we have to add them to the core library. This makes maintaining them a pain, as we (Evidence team) do not always have instances of these DBs to test. This new architecture will mean it's much easier for people to contribute and maintain these without being held back by the bandwidth of our team! If you're open to it, I can update here once the new architecture is live (hopefully pretty soon!) |
Beta Was this translation helpful? Give feedback.
-
Yes I look forward to it. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hey @archiewood I'm also really interested in a Pinot connector! |
Beta Was this translation helpful? Give feedback.
-
Hey sorry for the delay! We have totally re-architected Evidence since this issue was opened, and Evidence is indeed now "pluggable", meaning you can write your own connectors, publish them, and use them with Evidence. Here are some resources that may help:
If you do write a Pinot plugin,
|
Beta Was this translation helpful? Give feedback.
-
Awesome thanks a lot @archiewood! |
Beta Was this translation helpful? Give feedback.
-
hey @cyrilou242 just heard from another user asking about pinot - did you ever look at this? |
Beta Was this translation helpful? Give feedback.
-
What do you use this database for?
Real-Time analytical queries. Apache Pinot is an RTOLAP database (real-time online analytical process).
Are there any popular and well-maintained clients for this database?
https://socket.dev/npm/package/pinot-client
Are you interested in contributing this database connector?
yes, I'm new to this project. Any instructions for building connectors would be great. Thanks
Beta Was this translation helpful? Give feedback.
All reactions