You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tracardi-mongodb-connector

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tracardi-mongodb-connector

The purpose of this plugin is to connect to mongo and retrieve data.

0.6.0
pipPyPI
Maintainers
1

Mongo connector

This plugin connects to mongo and queries this database.

Configuration

{
  "source": {
    "name": "MongoDB",
    "id": "fbabb00e-a724-40bf-b889-bd8d6a7f25e2"
  },
  "database": "my_database",
  "collection": "my_collection",
  "query": "{}"
}
  • database - database name.
  • collection - mongodb collection.
  • query - mongodb query.

Input

This node does not process input payload.

Output

Query result.

Keywords

tracardi

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts