th2-grpc-read-db


Nameth2-grpc-read-db JSON
Version 0.0.8rc1 PyPI version JSON
download
home_pagehttps://github.com/th2-net/th2-read-db
Summaryth2_grpc_read_db
upload_time2024-03-20 12:06:13
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.8)

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.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/04/44/e9b4bb65a8c860bb70bf2385d9571804292028e0e0da1a8dcc6223dc81ba/th2_grpc_read_db-0.0.8rc1.tar.gz",
    "platform": null,
    "description": "# gRPC for read-db (0.0.8)\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.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",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "th2_grpc_read_db",
    "version": "0.0.8rc1",
    "project_urls": {
        "Homepage": "https://github.com/th2-net/th2-read-db"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0444e9b4bb65a8c860bb70bf2385d9571804292028e0e0da1a8dcc6223dc81ba",
                "md5": "1e6ddf87c589d4d7892cc979feac9832",
                "sha256": "4d62f6edea0dd7bea10dda3ac0f8bda4ff4ea30f308570e1e60099c720ed3556"
            },
            "downloads": -1,
            "filename": "th2_grpc_read_db-0.0.8rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "1e6ddf87c589d4d7892cc979feac9832",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8310,
            "upload_time": "2024-03-20T12:06:13",
            "upload_time_iso_8601": "2024-03-20T12:06:13.415824Z",
            "url": "https://files.pythonhosted.org/packages/04/44/e9b4bb65a8c860bb70bf2385d9571804292028e0e0da1a8dcc6223dc81ba/th2_grpc_read_db-0.0.8rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 12:06:13",
    "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: 0.26820s