TracecatHQ / tracecat

The open source Tines / Splunk SOAR alternative.
https://tracecat.com
GNU Affero General Public License v3.0
2.34k stars 162 forks source link

feat(integration): Add mongodb doc find one getter #380

Closed benacumen closed 1 week ago

benacumen commented 1 week ago

Description

This PR adds an integration for MongoDB. This integration allows you to query a MongoDB instance.

By supplying a database name, collection name, search field and search value, you can return either the entire resulting document, or by supplying a comma-separated list of fields, you can return specific fields from the document.

Related Tickets & Documents

Screenshots/Recordings

Steps to QA

  1. Verify code is accurate
  2. Verify functionality of integration (MongoDB can be trialed for free)

[optional] What gif best describes this PR?