Replies: 2 comments 1 reply
-
This was discussed with @robambalu
|
Beta Was this translation helpful? Give feedback.
1 reply
-
WIP starting on a separate pure-python adapter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Moved from #35 to better facilitate back-and-forth.
We haven't yet decided whether we want to push for adapters to all be part of
csp
proper, or if we want/expect adapters to be maintained independently. Regardless, we currently have C++-basedparquet
andkafka
adapters, python-baseddb
,csv
,perspective
,websocket
,symphony
, andslack
adapters, with plans for C++-basedredis
, andwebsocket
adapters, so it seems likely that we will have a reliance on lots of python libraries.We will want to establish a (better) pattern for optional dependency sets, at the very least moving optional dependencies to their own extras blocks in
pyproject.toml
, and having a more graceful handling at runtime when dependencies are missing.Beta Was this translation helpful? Give feedback.
All reactions