Metadata-Version: 2.4
Name: th2_grpc_read_db
Version: 0.0.13.dev22136190225
Summary: th2_grpc_read_db
Home-page: https://github.com/th2-net/th2-read-db
Author: TH2-devs
Author-email: th2-devs@exactprosystems.com
License: Apache License 2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: grpcio-tools<2,>=1.75.1
Requires-Dist: th2-grpc-common<5,>=4.7.5
Requires-Dist: mypy-protobuf<6,>=3.6
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# gRPC for read-db (0.0.13)

The read-db provides you with gRPC interface for interacting with database.
You can:

+ request data synchronously - `Execute` method. This method returns rows as stream.
+ run data loading synchronously - `Load` method. This method returns aggregated execution report.
+ submit pulling requests and stop them - `StartPulling` and `StopPulling` methods

# Release notes:

## 0.0.13
+ updated th2 grpc plugin `0.3.14`
  + grpc-common: `4.7.5`
  + grpcio-tools: `1.75.1`
  + mypy-protobuf: `3.6`

## 0.0.12
+ updated th2 gradle plugin `0.3.10`
+ updated grpc-common: `4.7.2`

## 0.0.11
+ updated th2 gradle plugin `0.2.4`
+ updated grpc-common: `4.5.0` 

## 0.0.10
+ updated th2 gradle plugin `0.0.8`

## 0.0.9
+ updated grpc-common: `4.5.0-dev`

## 0.0.8
+ added `Load` method

## 0.0.7
+ added execution_id to the QueryResponse
+ added parent_event_id to the QueryRequest

## 0.0.6
+ added before_init_query_ids, after_init_query_ids, before_update_query_ids, after_update_query_ids to the DbPullRequest
+ added before_query_ids, after_query_ids to the QueryRequest

## 0.0.5
+ added DbPullRequest.reset_state_parameters field

## 0.0.4
+ added DbPullRequest.start_from_last_read_row field
