bigtable
bigtable copied to clipboard
Elixir client library for Google Bigtable
Bigtable
Elixir client library for Google Bigtable.
Documentation
Documentation available at https://hexdocs.pm/bigtable/
Installation
The package can be installed as:
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