-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hosting Mongo server for data for this week challenge #3
Comments
cc: @CSCI-4830-002-2014/students |
Thanks Ian! This is great. Also I just used
to access it, the -h flag brought up help for my windows machine. |
Good call! Updating post now. |
It was working moments ago just as
I think the update must have changed something. Are you sure the IP stayed the same? |
I just upgraded mongo, for some reason the Debian package was at 2.0, now we at 2.6. Should be good now. Can you confirm it works? |
👍 Thanks! |
Awesome stuff! |
you da best |
Thank you! |
👍 |
Can't...
|
@dawsonbotsford Try throwing a |
You could always limit it to comments from one particular day in the dataset. This'll add potential biases that you can think about and find ways to get around (maybe redo the calculation for different days and check that the conclusions are approximately the same) |
Where do I find the weather data on this server? |
I don't believe anyone had uploaded that yet. Feel free to do so in a new collection, though. |
Peyman added it in JSON format in collection |
How are we supposed to convert the csv to json? Peyman and I are dead in the water |
Import it as CSV using --type CSV and --headerline
|
Do we need to build our own headerline? |
If you look at the file, the first line is a header... http://docs.mongodb.org/manual/reference/program/mongoimport/ is what I referenced. |
So I ended up booting an instance with 32CPUs and 32GB of memory to deal with these queries....
|
Due to the size of the data in this challenge, I figured some people would have some issues getting it indexed/hosted in Mongo in a reasonable time. I went ahead and started a Mongo server with all of the data hosted.
You can access it like so:
$ mongo --host 198.199.113.194
The text was updated successfully, but these errors were encountered: