db.docs.find({"authorId": {$exists: true}}).forEach(function(item) { item.author_id = "vyqyHFRZG4CpogTAG"; db.docs.save(item); })
db.docs.update({ }, { $set: { "tag_count": } }, function(err) { if (err) console.log(err); } ); })
db.docs.find({}).forEach( function(doc) { var tag_count = doc.tags.length; doc.tag_count = tag_count; db.docs.save(doc); } )
logan version
matched users take in filter find all users with tag in tag cloud from that set find all users with matching tags in tag list filter tags
todo -tags on register -active location
meet the people you want to know should be fun be undeniable
mongo --ssl --sslAllowInvalidCertificates aws-us-east-1-portal.21.dblayer.com:10444/facetdb -u -p
ih customer workflow check in with card/guest checkin view human menu at kiosk, see picture, say hi to person
DEPLOY_HOSTNAME=us-east-1.galaxy-deploy.meteor.com meteor deploy --settings settings.json facet.cloud