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

Equalize data store backends #320

Closed
glensc opened this issue Sep 4, 2020 · 2 comments
Closed

Equalize data store backends #320

glensc opened this issue Sep 4, 2020 · 2 comments
Milestone

Comments

@glensc
Copy link
Contributor

glensc commented Sep 4, 2020

We have been merging changes that gradually added support for PDO databases. However recently the changes have been shifting towards PDO: #305 supports only PDO.

We should track the differences somehow, so both support can be improved.

Please leave a comment on what you know is missing from one type of data store and I'll update this table.


Feature MongoDB PDO
Prometheus exporter
Searcher::latest()
Searcher::query() #384
Searcher::get()
Searcher::getForUrl() #436
Searcher::getPercentileForUrl() #436
Searcher::getAvgsForUrl() #384
Searcher::getAll(sort) #436
Searcher::getAll(direction) #436
Searcher::delete()
Searcher::truncate()
Searcher::saveWatch() #435
Searcher::getAllWatches() #435
Searcher::truncateWatches() #435
Searcher::stats() ✗ (#305)
@glensc
Copy link
Contributor Author

glensc commented Sep 15, 2020

Probably here's up to date checklist what could be missing:

@glensc
Copy link
Contributor Author

glensc commented Jan 18, 2022

even asked in issue body, so far nobody has left a comment to update the compatibility matrix, so I'm going to close this, the table moved to readme #461

@glensc glensc closed this as completed Jan 18, 2022
@glensc glensc added this to the 0.20.1 milestone Jan 18, 2022
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

1 participant