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.6.0"}]
end
```
## Warning!
**WORK IN PROGRESS. DOCUMENTATION MAY BE INCORRECT. DO NOT USE IN PRODUCTION.**
## Feature List
### 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