-
Notifications
You must be signed in to change notification settings - Fork 499
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
Added clickhouse state store #3598
Conversation
Signed-off-by: Mehmet TOSUN <93265833+middt@users.noreply.github.com>
3c60d3d
to
798489e
Compare
Hello @yaron2 |
This is a good PR and a great addition to Dapr! I see no issues merging it, however we are currently in the end game time of the 1.15 release and have P0 priorities for this release - so this component will make it into 1.16 |
Thank you for the positive feedback and for considering this PR as a valuable addition to Dapr @yaron2. I understand the current focus on P0 priorities for the 1.15 release. I'm glad to hear that this component will be included in the 1.16 release. If there are any further adjustments or preparations needed to ensure smooth integration in the next release cycle, please let me know. |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
ping pong |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping pong
Description
This PR adds a new state store component for ClickHouse, a column-oriented database management system. The ClickHouse state store component provides the following features:
Key implementation details:
Implementation Details
The component includes:
State store implementation (
clickhouse.go
)Tests (
clickhouse_test.go
)Configuration options:
Checklist
Testing Done
Tests were run against ClickHouse v23.8 using the official Go driver.
Additional Notes