<Header icon={<img src="/docs/logos/mongodb.svg" className="w-9 h-9 inline" />}>MongoDB</Header>

MongoDB is a cross-platform NoSQL document-oriented database. Jitsu supports both self-hosted Mongo and MongoDB Atlas.

## Features

| Feature                     | Supported |
|-----------------------------|-----------|
| [Stream Mode](#stream-mode) | ✅         |

## Configuration

<DestinationConfiguration type="mongodb" />

## Advanced: Implementation Details

### Stream Mode

This implementation uses `insertOne` for each event.