Skip to content

feat: add standalone datastore server service#56

Open
vsaravind01 wants to merge 3 commits intomainfrom
split/pr1a-datastore-server
Open

feat: add standalone datastore server service#56
vsaravind01 wants to merge 3 commits intomainfrom
split/pr1a-datastore-server

Conversation

@vsaravind01
Copy link
Copy Markdown
Collaborator

Description

Added the standalone datastore server package and runtime entrypoints including HTTP API, auth validation, Dockerfile and server tests. Also updated CI to run datastore service tests in core-pytests.

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 HTTP service package with API/auth layers, runtime entrypoint, and service tests, and add CI coverage for datastore service tests.
- Add missing deepchem_server/services/__init__.py so pytest correctly
  resolves sys.path to the repo root (fixes ModuleNotFoundError)
- Remove directory entries from list_data() so it returns only file keys,
  matching the expected behaviour in test_list_data

Made-with: Cursor
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