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

Storage backend implementation using git #2

Open
trevex opened this issue Aug 6, 2020 · 0 comments
Open

Storage backend implementation using git #2

trevex opened this issue Aug 6, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@trevex
Copy link
Member

trevex commented Aug 6, 2020

The basic storage interface is outlined here:
https://github.com/kubism/smorgasbord/blob/master/pkg/storage/storage.go

The git implementation was started but has to be finished:
https://github.com/kubism/smorgasbord/blob/master/pkg/storage/git/git.go

The save-routine will be most critical the core idea is that multiple replicas of the server are possible as changes (commits) will conflict and will have to be reapplied (essentially compare and swap).

Implement the git storage backend and test it.

@trevex trevex added the enhancement New feature or request label Aug 6, 2020
@trevex trevex added this to the MVP milestone Aug 6, 2020
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