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

proposal: convert searcher into an interface to allow database storage #460

Open
adamdecaf opened this issue Nov 15, 2022 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@adamdecaf
Copy link
Member

Running multiple instances of Watchman can run into state issues where one restarts/refreshes data out of sync from other instances. Instead we should open up the possibility for Watchman to store (and search) list data inside a database.

It's probably safe to say a NoSQL datastore makes more sense as the query fields across lists can vary and their format isn't always stable. Setting up SQL tables for each list feels over-engineered to me.

@adamdecaf adamdecaf added enhancement New feature or request help wanted Extra attention is needed labels Nov 15, 2022
@adamdecaf adamdecaf added this to the v0.25.0 milestone Nov 15, 2022
@adamdecaf adamdecaf removed this from the v0.26.0 milestone Nov 15, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant