[11:30:49] <Steve973> Hello. In the java driver, if I want to get the sum of a numeric field in whatever documents are returned from a match, do I do something like Aggregates.project(fields(computed("total", "whatgoeshere???")))
[11:31:46] <Steve973> new DBObject("$sum, "$fieldToSum) <-- is this what goes there?
[11:31:56] <Steve973> with a closing quote, of course
[11:47:52] <dalu> are change streams possible without replica sets?
[12:46:23] <Gestahlt> Well usually the key file is different from access rights than the cert file.. at least at our infrastructure
[12:46:51] <Gestahlt> We use FreeIPA to manage auth and certs and i wanted to use it to manage the mongodb certs
[12:47:28] <Gestahlt> Private key and public cert are seperated and now i have to merge them seems so wrong
[12:53:33] <Derick> I'm sorry, but I don't know enough about this to make a qualified comment. If you have any concerns about this, feel free to submit a ticket at https://jira.mongodb.org/browse/SERVER
[17:53:23] <ac_slater> hey guys, newbie here. I have a mongo server with --dbpath set to an XFS formatted SSD. I want to have a backup but I don't want RAID. I think I want a replicaset. Is it stupid to have a replicaset going to a slower disk than the main disk?