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

Update Bacalhau to use RPC interface (instead of shell commands) #195

Open
walkah opened this issue Jun 26, 2024 · 2 comments
Open

Update Bacalhau to use RPC interface (instead of shell commands) #195

walkah opened this issue Jun 26, 2024 · 2 comments
Assignees

Comments

@walkah
Copy link
Collaborator

walkah commented Jun 26, 2024

Bacalhau > v1.4 deprecated the commands that we use to run jobs: https://docs.bacalhau.org/references/cli-reference/command-migration

Also, using the CLI to run jobs requires bacalhau installed locally (which means bundling bacalhau inside our RP docker container).

@hunjixin
Copy link
Contributor

hunjixin commented Jul 1, 2024

bacalhau has a lib to do this. things became more stable with this api.

https://github.com/bacalhau-project/bacalhau/tree/main/pkg/publicapi/client

@bgins
Copy link
Contributor

bgins commented Aug 27, 2024

We should consider removing the Bacalhau executor integration out of pkg/data into pkg/executor/bacalhau alongside the executor. At the time of writing, we also use Bacalhau for it's embedded IPFS, so some parts of the code may be more appropriate in directory or storage package.

@walkah walkah assigned kelindi and unassigned walkah Oct 31, 2024
@walkah walkah assigned walkah and unassigned kelindi Dec 18, 2024
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

No branches or pull requests

4 participants