Skip to content
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

driver: add couchbase support #197

Open
Dentrax opened this issue Jul 17, 2023 · 1 comment
Open

driver: add couchbase support #197

Dentrax opened this issue Jul 17, 2023 · 1 comment

Comments

@Dentrax
Copy link

Dentrax commented Jul 17, 2023

It'd be fun and easy to implement. If the maintainers say OK, it's ready to go.

Library is: https://github.com/couchbase/gocb

Dropping the idea here as good-first-issue so we don't forget.

@brandond
Copy link
Contributor

brandond commented Jul 17, 2023

I think this would probably be fairly non-trivial to implement this, as couchbase is itself a key-value store and isn't a good fit for the row-based semantics that Kine's sql backends expect. It might be possible to implement a more low-level adapter, similar to what was done for NATS Jetstream, but it would probably have to come from someone with a better understanding of couchbase's document storage model than our team currently has available.

in short - I don't think we're going to do it ourselves, but we'd welcome a PR from the community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants