Skip to content

Add asynchronous support to the Python client #68

@peopleig

Description

@peopleig

Implemented as a separate async client class (e.g. AsyncVortexDB) rather than modifying the existing API
Required, as db calls are I/O heavy - blocking threads

Implementation -
Use grpc.aio
Only need to mirror the existing client
Also, provide async context manager support

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions