th2-grpc-read-db


Nameth2-grpc-read-db JSON
Version 0.0.11rc1 PyPI version JSON
download
home_pagehttps://github.com/th2-net/th2-read-db
Summaryth2_grpc_read_db
upload_time2025-04-02 09:41:54
maintainerNone
docs_urlNone
authorTH2-devs
requires_python>=3.7
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gRPC for read-db (0.0.11)

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.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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/th2-net/th2-read-db",
    "name": "th2-grpc-read-db",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "TH2-devs",
    "author_email": "th2-devs@exactprosystems.com",
    "download_url": "https://files.pythonhosted.org/packages/73/a6/84f23345d12bee454645c6388d8ba430518119e011ebd35c22bd32d9a160/th2_grpc_read_db-0.0.11rc1.tar.gz",
    "platform": null,
    "description": "# gRPC for read-db (0.0.11)\n\nThe read-db provides you with gRPC interface for interacting with database.\nYou can:\n\n+ request data synchronously - `Execute` method. This method returns rows as stream.\n+ run data loading synchronously - `Load` method. This method returns aggregated execution report.\n+ submit pulling requests and stop them - `StartPulling` and `StopPulling` methods\n\n# Release notes:\n\n## 0.0.11\n+ updated th2 gradle plugin `0.2.4`\n+ updated grpc-common: `4.5.0` \n\n## 0.0.10\n+ updated th2 gradle plugin `0.0.8`\n\n## 0.0.9\n+ updated grpc-common: `4.5.0-dev`\n\n## 0.0.8\n+ added `Load` method\n\n## 0.0.7\n+ added execution_id to the QueryResponse\n+ added parent_event_id to the QueryRequest\n\n## 0.0.6\n+ added before_init_query_ids, after_init_query_ids, before_update_query_ids, after_update_query_ids to the DbPullRequest\n+ added before_query_ids, after_query_ids to the QueryRequest\n\n## 0.0.5\n+ added DbPullRequest.reset_state_parameters field\n\n## 0.0.4\n+ added DbPullRequest.start_from_last_read_row field\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "th2_grpc_read_db",
    "version": "0.0.11rc1",
    "project_urls": {
        "Homepage": "https://github.com/th2-net/th2-read-db"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73a684f23345d12bee454645c6388d8ba430518119e011ebd35c22bd32d9a160",
                "md5": "fe47a9b9899508d1fb4756d4327bd22a",
                "sha256": "742a348c0e237988df8301d272242b6f3383d1b443e7f0b5e33f81bee2e379ff"
            },
            "downloads": -1,
            "filename": "th2_grpc_read_db-0.0.11rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe47a9b9899508d1fb4756d4327bd22a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8674,
            "upload_time": "2025-04-02T09:41:54",
            "upload_time_iso_8601": "2025-04-02T09:41:54.652432Z",
            "url": "https://files.pythonhosted.org/packages/73/a6/84f23345d12bee454645c6388d8ba430518119e011ebd35c22bd32d9a160/th2_grpc_read_db-0.0.11rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-02 09:41:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "th2-net",
    "github_project": "th2-read-db",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "th2-grpc-read-db"
}
        
Elapsed time: 3.04622s