Skip to content

[Feature Request]: Implement MongoDB Query Language (MQL) Exec #2514

@alevarela

Description

@alevarela

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

Metadata

Metadata

Assignees

Labels

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions