Opinionated schema utilities for Google Bigtable and BigQuery.
Currently only schema generation functionality exists, but full ODM support is planned as well as BigQuery schema definition file and SQL view statement generation.
Built using the Elixir Bigtable client library.
This is a work in progress and should not be used in production. Any and all functionality is subject to change or removal. The majority of functionality is not documented, and any documentation could be incorrect.
Documentation available at https://hexdocs.pm/bigtable/
The package can be installed as:
def deps do
[{:alchemy_table, "~> 0.1.3"}]
end