PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 13th of June, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[07:31:56] <pasds> What are some situations when using mongodb is superior to using mysql? are there certain data that are more suitable for mongodb?
[07:43:47] <TechEffigy> Hi
[07:56:12] <TechEffigy> Heya
[08:42:44] <Derick> justanotheruser: hmm, not a user of pymongo (or python)
[18:22:46] <justanotheruser> I'm trying to find timestamps that aren't "on the hour" using pymongo. Here is my query: https://hastebin.com/raw/himojijodu . The issue is that I get pymongo.errors.OperationFailure: FieldPath field names may not start with '$'. Anyone know how I could fix this?