layout: page title: “MongoDB Interpreter for Apache Zeppelin” description: “MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.” group: interpreter

{% include JB/setup %}

MongoDB interpreter for Apache Zeppelin

Overview

MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. This interpreter use mongo shell to execute scripts Use mongo-shell JavaScript to analyze data as you need.

Installing AND Configuration

First, you need to install mongo shell with Zeppelin in the same machine. If you use mac with brew, follow this instructions.

brew tap mongodb/brew
brew install mongodb/brew/mongodb-community-shell

Or you can follow this mongo shell Second, create mongodb interpreter in Zeppelin. MongoDB interpreter install