README.md

# Bigtable

Elixir client library for Google Bigtable.

[![Hex.pm](https://img.shields.io/hexpm/v/bigtable.svg)](https://hex.pm/packages/bigtable)
[![Build Status](https://travis-ci.org/bzzt/bigtable.svg?branch=master)](https://travis-ci.org/bzzt/bigtable)
[![codecov](https://codecov.io/gh/bzzt/bigtable/branch/master/graph/badge.svg)](https://codecov.io/gh/bzzt/bigtable)
[![codebeat badge](https://codebeat.co/badges/6203650d-db88-4c48-9173-948cc3404145)](https://codebeat.co/projects/github-com-bzzt-bigtable-master)
[![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org)

## Documentation

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

## Installation

The package can be installed as:

```elixir
def deps do
 [{:bigtable, "~> 0.6.1"}]
end
```

## Warning!

**WORK IN PROGRESS. DOCUMENTATION MAY BE INCORRECT. DO NOT USE IN PRODUCTION.**

## Feature List


### Data API

#### Operations:

- [x] Check And Mutate Row
- [x] Mutate Row
- [x] Mutate Rows
- [x] Read Modify Write Row
- [x] Read Rows
- [x] Sample Row Keys

#### Mutations:

- [x] Delete From Column
- [x] Delete From Family
- [x] Delete From Row
- [x] Set Cell

#### Row Sets:

- [x] Row Keys
- [x] Row Ranges

#### Row Filters:

- [x] Block All
- [x] Cells Per Column Limit
- [x] Cells Per Row Limit
- [x] Cells Per Row Offset
- [x] Chain
- [x] Column Qualifier Regex
- [x] Column Range
- [x] Family Name Regex
- [x] Pass All
- [x] Row Key Regex
- [x] Strip Value Transformer
- [x] Timestamp Range
- [x] Value Regex
- [ ] Apply Label Transformer
- [ ] Condition
- [ ] Interleave
- [ ] Row Sample
- [ ] Value Range

### Admin API

#### Table Admin
- [x] Create Table
- [x] Delete Table
- [x] Get Table
- [x] List Tables
- [ ] Check Consistency
- [ ] Drop Row Range
- [ ] Generate Consistency Token
- [ ] Modify Column Families