databendlabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.81k stars 743 forks source link

Usercase: is is possible for deploy meta in local and oss in cloud? #6796

Open aseaday opened 2 years ago

aseaday commented 2 years ago

Summary I am developping a tool which could read distance from billions of corpus in NLP. I think databend with OSS is a good idea for me. We don't have too much transaction but only write to the db and load some data according to the ML task. We also need to add some column like sentence embedding, sentence source and sentence category in the corpus store. We may want deploy meta in local cluster and the actual storage OSS in cloud. Is it possible?

BohuTANG commented 2 years ago

We may want deploy meta in local cluster and the actual storage OSS in cloud. Is it possible?

That's ok, please see https://databend.rs/doc/deploy/deploying-databend

aseaday commented 2 years ago

Thank you, let me have a trial. The bandwidth is the key bothered me. I will share my experience after trial.

BohuTANG commented 1 month ago

@dosu can you help me?