MongoDB (from "humongous") is a scalable, high-performance, open source NoSQL database. Liberty profile provides configuration support for MongoDB Java driver Version 2.10.0 or later.
Liberty profile provides a mongo-2.0 feature that you can use to configure MongoDB instances and associated database connections for your applications. Access to MongoDB connections is available either by Java Naming and Directory Interface (JNDI) lookup or resource injection, as with other product resources. All actual database manipulation is performed by the native com.mongodb API.
The MongoDB server and client MongoDB driver are not available with the product. You must download, install, and configure the MongoDB database servers and client drivers.