Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ray compute #1526

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Add ray compute #1526

merged 1 commit into from
Dec 17, 2023

Conversation

kartik4949
Copy link
Contributor

Description

#1356 fix

Related Issues

Checklist

  • Is this code covered by new or existing unit tests or integration tests?
  • Did you run make test successfully?
  • Do new classes, functions, methods and parameters all have docstrings?
  • Were existing docstrings updated, if necessary?
  • Was external documentation updated, if necessary?

Additional Notes or Comments

@kartik4949 kartik4949 requested a review from blythed December 11, 2023 07:55
@kartik4949 kartik4949 self-assigned this Dec 11, 2023
test/integration/conftest.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (34830a7) 80.33% compared to head (5075f22) 80.23%.
Report is 1318 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1526      +/-   ##
==========================================
- Coverage   80.33%   80.23%   -0.11%     
==========================================
  Files          95      111      +16     
  Lines        6602     7741    +1139     
==========================================
+ Hits         5304     6211     +907     
- Misses       1298     1530     +232     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kartik4949 kartik4949 marked this pull request as draft December 12, 2023 18:42
@fnikolai
Copy link
Collaborator

Plz Update Changelog

@kartik4949 kartik4949 requested a review from blythed December 17, 2023 17:46
@kartik4949 kartik4949 marked this pull request as ready for review December 17, 2023 17:46
@kartik4949 kartik4949 requested a review from fnikolai December 17, 2023 18:11
- "6379:6379"
environment:
SUPERDUPERDB_DATA_BACKEND: 'mongodb://superduper:superduper@mongodb:27017/test_db'
command:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't we add this to dependencies as in dask?

# Change the default value
from superduperdb.backends.ray.compute import RayComputeBackend

working_dir = Path(__file__).parents[1]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not use the client in the docker-compose?

@blythed blythed merged commit 406d3b5 into superduper-io:main Dec 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants