Using MongoDB with Helix
Helix can summarise MongoDB collections and plot results just by describing the data you want.
Connection string example:
mongodb://user:password@host:27017/dbname?authSource=admin
Example requests:
- "Histogram of product prices from
products" - "Table of top customers from
orders"
Helix creates aggregation pipelines behind the scenes and displays clear charts.