Template
single collection
multiple collections
mgodatagen
update
indexe
explain
Stage
Database
bson
mgodatagen
[{firstName:"Jimmy",lastName:"John"}]
Query
db.collection.aggregate([{$project:{fullName:{$concat:["$firstName"," ","$lastName"]}}}])
Result