couchbaselabs / quarkus-couchbase

Quarkus Couchbase Extension
Apache License 2.0
7 stars 3 forks source link

Couchbase Light should get integrated here also maybe #6

Open frank-dspeed opened 2 years ago

frank-dspeed commented 2 years ago

I am not sure if quarkus-couchbase-light is needed or if it should get directly integrated here as it has the same requirements as the cb cpp client.

daschl commented 2 years ago

@frank-dspeed I'm curious what would be the use case to integrate couchbase mobile with quarkus?

frank-dspeed commented 2 years ago

@daschl it would replace sqlite3 in my desktop apps and it would also be good for embedded processing of some workloads that run multiple hours without getting collected (microservice workers)

programmatix commented 2 years ago

@frank-dspeed thank you for raising this. I think if we took this on it would be a separate project and extension as Couchbase Lite is its own entity separate from the main Couchbase Server that this extension is designed to interface with.

To set expectations we're not committing to a Couchbase Lite Quarkus integration at this time, but I'll leave the ticket open so we can track user interest in this and possibly reconsider that in future. And of course if you or anyone else wanted to take it on yourselves, we'll be happy to help out on any questions etc.