Skip to main content

Document stores

After mapping records, write them to a document database or search index. Install the matching Python driver first; datacrafter check reports missing packages.

destination:
type: mongodb
connstr: "${MONGO_URI}"
dbname: mydb
tablename: mydata
TypeTypical keysPackage
mongodbconnstr, dbname, tablenamepymongo
arangodbconnstr, dbname, tablenamepython-arango
couchdbconnstr, dbnamepycouchdb
meilisearchhost / API key fields used by the destinationmeilisearch

Keep secrets in the environment. See Security.

For a file that MongoDB tools can ingest without a live server, use type: file-bson instead.