Skip to content

Update README.md with installation instructions - #5

Merged
yongtang merged 1 commit into
tensorflow:masterfrom
yongtang:12082018-README-update
Dec 9, 2018
Merged

Update README.md with installation instructions#5
yongtang merged 1 commit into
tensorflow:masterfrom
yongtang:12082018-README-update

Conversation

@yongtang

Copy link
Copy Markdown
Member

Update README.md to include installation instructions.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

Update README.md to include installation instructions.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

@terrytangyuanterrytangyuan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@yongtang
yongtang merged commit b22c9a1 into tensorflow:masterDec 9, 2018
@yongtang
yongtang deleted the 12082018-README-update branch December 9, 2018 04:18
yongtang pushed a commit that referenced this pull request Jan 27, 2022
* feat: reading from bigtable (#2)
Implements reading from bigtable in a synchronous manner.
* feat: RowRange and RowSet API.
* feat: parallel read (#4)
In this pr we make the read methods accept a row_set reading only rows specified by the user.
We also add a parallel read, that leverages the sample_row_keys method to split work among workers.
* feat: version filters (#6)
This PR adds support for Bigtable version filters.
* feat: support for other data types (#5)
* fix: linter fixes (#8)
* feat docs (#9)
* fix: building on windows (#12)
* fix: refactor bigtable package to api folder (#14)
moved bigtable to tfensorflow_io.python.api
* fix: tests hanging (#30)
changed path to bigtable emulator and cbt in tests
moved arguments' initializations to the body of the function in bigtable_ops.py
fixed interleaveFromRange of column filters when using only one column
* fix: temporarily disable macos tests (#32)
* disable tests on macos
Co-authored-by: Kajetan Boroszko <kajetan@unoperate.com>
Co-authored-by: Kajetan Boroszko <kajetan.boroszko@gmail.com>
zheolong pushed a commit to zheolong/io-1 that referenced this pull request Jul 24, 2025
* feat: reading from bigtable (tensorflow#2)
Implements reading from bigtable in a synchronous manner.
* feat: RowRange and RowSet API.
* feat: parallel read (tensorflow#4)
In this pr we make the read methods accept a row_set reading only rows specified by the user.
We also add a parallel read, that leverages the sample_row_keys method to split work among workers.
* feat: version filters (tensorflow#6)
This PR adds support for Bigtable version filters.
* feat: support for other data types (tensorflow#5)
* fix: linter fixes (tensorflow#8)
* feat docs (tensorflow#9)
* fix: building on windows (tensorflow#12)
* fix: refactor bigtable package to api folder (tensorflow#14)
moved bigtable to tfensorflow_io.python.api
* fix: tests hanging (tensorflow#30)
changed path to bigtable emulator and cbt in tests
moved arguments' initializations to the body of the function in bigtable_ops.py
fixed interleaveFromRange of column filters when using only one column
* fix: temporarily disable macos tests (tensorflow#32)
* disable tests on macos
Co-authored-by: Kajetan Boroszko <kajetan@unoperate.com>
Co-authored-by: Kajetan Boroszko <kajetan.boroszko@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@yongtang@terrytangyuan