jovany-wang / metable

A distributed table-like metadata service for managing your large scale cluster with highly performance.
7 stars 8 forks source link

Submit CreateTable RPC #45

Closed dzh-cmd closed 2 years ago

dzh-cmd commented 2 years ago

Add a service to create tables between clients and servers. When the client calls this RPC, the client needs to pass in the table name and field description, and the server will store the information of the table as metadata.