-
Notifications
You must be signed in to change notification settings - Fork 105
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
Question: Use in NoSQL ( MongoDB ) queries #66
Comments
Hi, it's great to know that query-exporter is being used! It would be nice to know how the project was forked to support mongodb. I guess to support mongo you actually had to extend the |
Actually we forked from 1.8.1 version (yes...we're quite outdated) and after a couple of fixes that you guys provided in the meantime we though: "Well, maybe if the feature we want was official we didn't need to backport anything" So, based in your question. yes, we extended
|
Could you please also provide an example config.yaml for mongodb? |
The
For simples queries (count):
As you can see we use Python formatting for Mongo queries, as the default (JS) is not supported |
@albertodonato @lantier is it possible to merge the code to support mongo ? I'm using query-exporter to query Postgres currently. It's really a nice tool. But we'll move to mongo soon. Hopefully, mongo queries could be supported by query-exporter as well. |
@albertodonato This is a good idea, But I think it should be use another repo to do this. Relational database and non relational database are still different |
@albertodonato Any update? |
Hey.
Here in our company we have been forking this project for a year to extend queries to being used in MongoDB Databases as simple queries and aggregation pipelines.
The project owners and actual contributors have any interests in officially extend the app to this point? We can contribute with our modifications as a start.
The text was updated successfully, but these errors were encountered: