[09:38:24] <baptistemm> anyone tried to import google reader takeout data into mongodb ? it seems the data is one big json document, so import is failing because it is too large, but I'm not sure because the message is not clear to me.
[09:39:02] <baptistemm> during the import, these message appears thousand of times "exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '{': offset:0"
[12:27:37] <ExxKA> Hey Guys. I cant figure out what the best way is for setting a minimum length requirement on an Array in mongoose? Sorry for posting here, I have not had any luck on the mongoose channel.
[16:51:13] <baptistemm> ehershey: I'm trying to import the data from google reader, it's 7 or 8 json files
[16:51:44] <baptistemm> so there is starred.json, shared.json, ...
[16:54:15] <baptistemm> ehershey: If you have a google reader account you can get something similar there http://www.dataliberation.org/google/reader
[17:13:34] <baptistemm> ehershey: I guess there is nothing I can do, because each json is one big document, and elements inside are just list elements
[17:51:57] <paulkon> is there a way to issue a query with limit(x) and find out if there are more docs left or if I got all of them in that limited query
[17:52:23] <paulkon> this is for me to know if I have to add a "Load more comments" button on the client side
[17:52:59] <paulkon> not sure how else to do that other than adding a button by default and if there are no more left then when a user clicks on the button it'll just remove the button
[17:54:54] <kali> paulkon: it's not very satisafactory, but you can ask for one more than you need, and not display it if it comes