User Portlet User Portlet

Discussions
Hello all. Is there support for "Change Streams" in MongoLink? https://www.mongodb.com/docs/manual/changeStreams/ I would like to monitor for changes in a MongoDB database within Mathematica. I am currently able to do so with CouchDB because it...
Oh, it's brillant. Thanks! For the upper case letter, it's just a convention, not an obligation :P.
What you may be looking for there is logical Or for that pair of equalities, double vertical pipe, ||[code]In[ ]:= Cases[Range[1, 100], x_ /; (Mod[x, 2] == 0 || Mod[x, 3] == 0)] Out[ ]= {2, 3, 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, \...