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 support for go-memdb #204

Closed
runabol opened this issue Oct 1, 2023 · 0 comments
Closed

Add support for go-memdb #204

runabol opened this issue Oct 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@runabol
Copy link
Owner

runabol commented Oct 1, 2023

Tork has support for an in-memory datastore to store job and task metadata.

The goal of this issue is to look into replacing this custom implementation with Hashicorp's go-memdb or something similar.

Rough outline of the implementation:

  1. Add a gomemdb.go file to the datastore packge.
  2. Implement the Datastore interface.
  3. Register the new implementation.
  4. Add tests.
@runabol runabol added the enhancement New feature or request label Oct 1, 2023
@runabol runabol closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant