apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

refactor!: rename binary to ceresmeta-server #265

Closed tisonkun closed 1 year ago

tisonkun commented 1 year ago

When install the binary with go install github.com/CeresDB/ceresmeta/cmd/meta@latest, the result is meta which is too general to conflict with other binaries and easily misleading.

Rename the binary with a clear long name ceresmeta-server.

Note that we should adjust ceresdb repo's usage accordingly. If this change gets accepted, I'll handle that.

cc @jiacai2050

ZuLiangWang commented 1 year ago

CeresDB also needs to compile CeresMeta to complete the cluster integration test. Maybe we need to adapt this file: https://github.com/CeresDB/ceresdb/blob/main/integration_tests/build_meta.sh

tisonkun commented 1 year ago

Yes. Let me preapre a patch for ceresdb today.

tisonkun commented 1 year ago

FYI - https://github.com/CeresDB/ceresdb/pull/1287