README.md
# Bigtable
Elixir client library for Google Bigtable.
[](https://hex.pm/packages/bigtable)
[](https://travis-ci.org/bzzt/bigtable)
[](https://codecov.io/gh/bzzt/bigtable)
[](https://codebeat.co/projects/github-com-bzzt-bigtable-master)
[](http://spacemacs.org)
## Documentation
Documentation available at https://hexdocs.pm/bigtable/
## Installation
The package can be installed as:
```elixir
def deps do
[{:bigtable, "~> 0.7.0"}]
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