Skip to content
virtix edited this page Sep 13, 2010 · 13 revisions

This is the MongoDB wrapper for ColdFusion Wiki. General usage, installation, and tips will be here. The API docs are in the distribution.

Current version is pre Alpha and is the 0.9 branch.

Overview

MongoDB is a document-oriented, distributed, schema-free database that combines the performance of key-value stores and features of relational databases to provide an efficient way to store and retrieve data. MongoDB is a great alternative to traditional RDBMs for storing many kinds of data.

*The goal of CFMongoDB is to deliver a super simple, lightning fast, and free method for storing objects created in ColdFusion. *

Even though the primary goal is simplicity, developers will be able to reach under the hood to access lower level driver details and functionality.

CFMongoDB is free, open-source and runs on both Abobe ColdFusion and Railo Server.