-
Currently there seems no docs about how to deploy a working cluster for development/hacking with storage? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @dragonly , currently we support local and S3 storage backend. |
Beta Was this translation helpful? Give feedback.
Hi @dragonly , currently we support local and S3 storage backend.
To run with local storage, you could take a look at our stateful test script https://github.com/datafuselabs/databend/blob/main/scripts/ci/ci-run-stateful-tests-cluster.sh.
To run with S3 storage, you could look at https://github.com/datafuselabs/databend/blob/main/scripts/ci/ci-run-stateful-tests-standalone-s3.sh, bendctl integration with S3 storage is WIP, and welcome to contribute