Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

[OLD]Why MRC was create

padewitte edited this page Nov 6, 2014 · 1 revision

MongoDB already provide a simple REST interface. This interface could be quite sufficient for queries but do not provide any save or update operations. After testing all solutions listed by MongoDB website, I did not find a open source solution available to expose all simple MongoDB operations in REST. I also notice MongoDB Java Rest Server as a interesting solution but licence does not fit my needs (GPL for only none commercial usage) and I did not want to expose the name and the username password of my database in my javascript code. After a quick read of Camel MongoDB documentation idea of Mongo Rest Camel was born.

Clone this wiki locally