Introducing the Adapter for MongoDB

MongoDB is an open source NoSQL database. This is a document-oriented database designed to store extremely large amounts of data.

MongoDB stores documents consisting of name/value pairs, arrays, and other structures found in JSON (JavaScript Object Notation). Documents are organized in collections. Collections and documents are similar to tables and rows in a relational database.

NoSQL is sometimes defined as Not Only SQL, but MongoDB does not provide a SQL client or API. Unlike relational databases, MongoDB does not use pre-defined schemas.

The MongoDB Connector for BI is the JDBC driver available with MongoDB Enterprise Edition. This driver acts as a translation layer between the database and the reporting tool.

WebFOCUS

Feedback