Skip to content

Opinionated framework for working with Bigtable and BigQuery

Notifications You must be signed in to change notification settings

bzzt/alchemy_table

Repository files navigation

Alchemy Table

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.

Hex.pm Build Status codecov codebeat badge Built with Spacemacs

Warning!

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

Documentation available at https://hexdocs.pm/bigtable/

Installation

The package can be installed as:

def deps do
 [{:alchemy_table, "~> 0.1.3"}]
end