Skip to content

hou8/tablestore_protos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableStoreProtos

Alibaba TableStore Service's proto files for Elixir.

How to use:

1, Run brew install protobuf on MacOS or similar command(s) to install protobuf in local.

2, Make sure the "lib" directory of this repo is existed.

mkdir -p lib

3, Use protox as the Elixir protobuf library (protox requires ~> 1.2.4), to generate the modules from protos/*.proto files, in the root directory of this repo run the corresponding command as below:

mix protox.generate --namespace=ExAliyunOts --keep-unknown-fields=false --multiple-files --output-path=lib --include-path=protos protos/*.proto

4, The generated lib/*.ex files will be used by Alibaba TableStore Elixir SDK as a dependence.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%