Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Persistent storage #74

Closed
mariusandra opened this issue Dec 14, 2020 · 0 comments · Fixed by #87
Closed

Persistent storage #74

mariusandra opened this issue Dec 14, 2020 · 0 comments · Fixed by #87

Comments

@mariusandra
Copy link
Collaborator

The github star sync plugin needs to store state (last read page, last ingested time) somewhere.

The only thing available is cache (redis), which should not be used as persistent storage.

A solution is needed.

I wouldn't want to introduce new services and databases (mongodb, anyone?), so the easiest thing is probably a postgres-backed localStorage API that you can call from within plugins.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant