Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Sep 15, 2022
1 parent 3a3b44d commit b8feee5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,10 @@ Do you know about any of the following topics? If so, I'd love to hear from you!
* Grafana - Sample dashboards using the sample datasets
* All three - Investigating implementing a graphical query builder.
* Github - Implementing automated releases

## Acknowledgements

Thank you to the following individuals/groups

* [James Osgood](https://github.com/JamesOsgood/) for writing the original plugin which inspired this one
* [Nikolay Stankov](https://github.com/nstankov-bg/) for PRs [1](https://github.com/meln5674/grafana-mongodb-community-plugin/pull/1)
5 changes: 4 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
* Switch to non-legacy input controls
* More test datasets and queries
* Add "debounce" to query editor so query doesn't fire on every keystroke
* Support query variables
* Support optional fields
* Schema inference
* Schema backtracking
* Translate integration test job to use python requests isntead of curl, parse and verify output
* Translate golang time format to mongodb format, use it for auto-sort and auto-clamp
* Add a way to do a variable query for databases and collections
* Find suggestions for database and collection fields
* Do a 1-limit query to list all fields in an aggregation pipeline, use it to do suggestions for timestamp/label/value field fields

0 comments on commit b8feee5

Please sign in to comment.