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

🔥 Couchbase Database Support #1739

Open
nmdaniil opened this issue Feb 18, 2025 · 2 comments
Open

🔥 Couchbase Database Support #1739

nmdaniil opened this issue Feb 18, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@nmdaniil
Copy link

nmdaniil commented Feb 18, 2025

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.

Image

@nmdaniil nmdaniil added the enhancement New feature or request label Feb 18, 2025
@sandydoo
Copy link
Member

couchbase would first need to be packaged in nixpkgs: NixOS/nixpkgs#118510

P.S. The hamsters in the previous edit gave me a good laugh. Thanks 😂

@nmdaniil
Copy link
Author

couchbase would first need to be packaged in nixpkgs: NixOS/nixpkgs#118510

P.S. The hamsters in the previous edit gave me a good laugh. Thanks 😂

Thanks for the helpful response and for pointing me in the right direction!
The hamsters will make their way to nixpkgs then 🐹

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

No branches or pull requests

2 participants