-
Notifications
You must be signed in to change notification settings - Fork 107
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
MongoDB #302
Comments
TAs will add the cloudmesh
command that allows users to easily start a DB and manage it from commandline |
Pulashti, fugang. I suggest you start looking at the cms code immediately, I do not have time, but it may no longer work and definitely needs documentation and testing. Pulashti, add documentation on MongoDB, introduction if not already in handbook, and also a discussion on pymongo |
code is at https://github.com/cloudmesh-community/cm |
The admin command is at Student developed api is at |
the configuration needs to be in ~/.cloudmesh/cloudmesh.yaml Students implemented this wrong and also used a https://github.com/cloudmesh-community/cm/blob/master/cm4/etc/mongo_copy.conf Which must be eliminated, by potentially merging that content into cloudmesh: For now cloudmesh4.yaml example contains https://github.com/cloudmesh-community/cm/blob/master/cm4/etc/cloudmesh4.yaml a mongo object. but I suggest we change this to the above |
I would like to work on this chapter if it is still available for contribution? |
In addition to pymongo see also command
loots of good stuff see the DatabaseUpdate and DatabaseAdd decorator for dicts |
there is also a long chapter about mongodb |
i think this mostly works we need to work with ms students and verify names.txt |
We have many projects using MongoDB, so we like to add a python MongoDB section to the book
The text was updated successfully, but these errors were encountered: