Client and SDK

Cli

Now we have a simple client. Now the client only supports 3 features:
  • auto-generated account after the client is started;
  • show the basic info of the account: bill / mutation / querys / credits;
  • perform a mutation
More features will be packed.
Commands
Description
Examples
account
the detail info of the account: total bill / storage used / mutation / querys / credit
put
batch write key-value pairs into the namespace, a type of mutation .ns : namespace k : key v : value
put k1 v1 k2 v2
get
fetch once the data under the namespace
get k1 k2
del
delete the key-value pairs, a type of mutation. ns : namespace k : key v : value
del k1

SDK