Skip to content

Add async Python client#83

Open
SK1PPR wants to merge 1 commit into
refactorfrom
async-python-client
Open

Add async Python client#83
SK1PPR wants to merge 1 commit into
refactorfrom
async-python-client

Conversation

@SK1PPR

@SK1PPR SK1PPR commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds AsyncVortexDB as a separate async client class
  • Uses grpc.aio for non-blocking gRPC calls
  • Mirrors the existing sync client API
  • Adds async context manager support
  • Adds async client and async connection tests
  • Adds async usage documentation and example
  • Closes Add asynchronous support to the Python client #68

Testing

  • python -m compileall vortexdb tests
  • uv run --extra dev pytest -q

@SK1PPR SK1PPR requested a review from Arshdeep54 June 9, 2026 06:45
@@ -0,0 +1,72 @@
from typing import Any, Callable

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just that a lot of repetitive code in this and connection.py, rest LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add asynchronous support to the Python client

2 participants