-
Notifications
You must be signed in to change notification settings - Fork 454
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Description
Currently, devenv.sh does not support Couchbase as a native service, which forces developers to run it via docker. However, Docker can be quite heavyweight and resource-intensive, making it an inconvenient solution for local development.
Adding native support for Couchbase in devenv.sh would significantly improve the developer experience, allowing a simple services.couchbase.enable = true; option instead of managing a separate Docker setup.
Suggested Implementation
Similar to services.clickhouse.enable = true;, the official Couchbase Docker image could be used to start the service natively.
- Official Couchbase Docker: https://hub.docker.com/r/couchbase/server
- Couchbase Documentation: https://docs.couchbase.com/server/current/introduction/intro.html
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
