Some NoSQL database systems support primitives that enable the stored data to be analyzed. For example, MongoDB currently provides a series of aggregation primitives as well as a proprietary Map Reduce framework to analyze data, whereas other NoSQL databases, such as Cassandra and HBase, connect to Hadoop directly, leveraging Hadoop MapReduce and other execution frameworks such as Apache Tez to analyze data.