Naxis Technologies Docs
Live demo

Databases & CRM

Set up MongoDB

Connect a MongoDB database with a read-only user. Mongo has no schema catalogue, so recent documents of each collection are sampled to learn its fields; every collection becomes a searchable entry, and collections that look like registries (they carry a name-like field) also become one record per document. Read-only — only finds are ever issued.

Before you start

  1. Documents → MongoDB: paste the Connection string.
  2. Set Database only if the string doesn't already name the database at the end of the path.
  3. Only these collections narrows to specific collections; Skip these collections leaves particular ones out instead — blank on either reads every collection that isn't a system one.
  4. Choose access groups, Test, then Sync.

What comes in

DatabaseWhich database on the deployment to read — blank uses the one named in the connection string.
Only these collectionsAllow-list, one collection per line; blank reads the whole database.
Skip these collectionsThe opposite — read every collection except these.

Access

Visible only to the access groups chosen on the source — MongoDB has no per-document viewer list to mirror, so that source-wide list covers everything a collection brings in.

Sensitive fields — passwords, tokens, card numbers and the like — are never ingested, whatever collection they're in. A collection past 2,000 documents syncs only its newest 2,000 as records — its schema-level entry stays searchable regardless — and a database past 200 collections indexes only the first 200, alphabetically; both are named when they happen.

Was this page helpful?
Was this page helpful? Sign in with Google Sign in to tell us — or leave a comment.

Last updated 20 Sep 2026