Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introducing bulk read API through Batcher #99

Merged
merged 7 commits into from Jan 16, 2020

Commits on Jan 13, 2020

  1. feat: introducing bulk read API through Batcher

    This change introduces BulkReadAPI on BigtableDataClient. This operation
    accepts row keys in a batch mode and behind the scene fetch rows based
    on configurable batches.
    rahulKQL committed Jan 13, 2020
    Copy the full SHA
    554f174 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    864ace6 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Address feedback comments

    rahulKQL committed Jan 14, 2020
    Copy the full SHA
    3415b8c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    522d38b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    003867b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9af359f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Copy the full SHA
    29b59cb View commit details
    Browse the repository at this point in the history