What would you like to happen?
It would be desirable to have a Mongo database action similar to Cassandra Exec CQL to execute one or more MongoDB Query Language (MQL) statements on a Mongo cluster.
Example:
use users-[parameter]
db.createCollection("Metadata")
db.createCollection("Permission")
use admin
db.grantRolesToUser("writer", [{role:"readWrite", db:"users-[parameter]"}])
Issue Priority
Priority: 3
Issue Component
Component: Actions
What would you like to happen?
It would be desirable to have a Mongo database action similar to Cassandra Exec CQL to execute one or more MongoDB Query Language (MQL) statements on a Mongo cluster.
Example:
Issue Priority
Priority: 3
Issue Component
Component: Actions