| ArangoDB Release in 2012 | MongoDB first release in 2009 |
| ArangoDB is an example of Multi-Model database management system | MongoDb is one of the most poular document store Database example |
| ArangoDB support declarative query language like AQL | We generally use JSON syntax for queries in MongoDB |
| ArangoDB and MongoDB both support JSON | ArangoDB and MongoDB both support JSON |
| ArangoDB will support JSON and VelocyPack data formats | MongoDB support JSON and BSON data formats |
| We can use scale joins over different collections and instances | scale of joins over different collections and instances is not supported |
| ArangoDB have both Web Based and Cluster firendly GUI | MongoDB doesnot have this feature |
| ArangoDB have different Features like Elastic Scalability, Zero Configuration and Native Apache Mesos support | MongoDB doesnot have this feature |
| FOr licence Apacahe 2/ Commercial | For licence AGPLv3 / Commercial |
| As we know its a Multi Model so this support document, graphs and key-pair values
| This support only document model |