Skip to content

DRAFT: add standalone datastore service and client library#58

Draft
vsaravind01 wants to merge 1 commit intomainfrom
split/pr1-datastore-service
Draft

DRAFT: add standalone datastore service and client library#58
vsaravind01 wants to merge 1 commit intomainfrom
split/pr1-datastore-service

Conversation

@vsaravind01
Copy link
Copy Markdown
Collaborator

@vsaravind01 vsaravind01 commented Feb 27, 2026

Description

Added a standalone datastore service and client package under deepchem_server/services/datastore, including service API/auth layers and client HTTP/datastore abstractions. Also added tests and updated CI (core-pytests) to run deepchem_server/services/datastore/tests/.

  • Follow-up PRs will wire core runtime paths to this client/service.

Type of change

Please check the option that is related to your PR.

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • In this case, we recommend to discuss your modification on GitHub issues before creating the PR
  • Documentations (modification for documents)

Checklist

  • Run lint.sh and ensure that it passes (Use ./lint.sh --fix to fix formatting issues automatically)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

Introduce the datastore microservice with server/client packages and service tests, plus CI coverage for datastore tests, to decouple storage from the core runtime.
@vsaravind01 vsaravind01 marked this pull request as draft February 27, 2026 16:53
@vsaravind01 vsaravind01 changed the title feat: add standalone datastore service and client library DRAFT: add standalone datastore service and client library Feb 27, 2026
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.

1 participant