You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mongolab.com supports free online mongodb service upto 500MB. This is useful to test mongodb's functionality.
For example, we simply access to mongodb like, mongodb_uri = 'mongodb://username:password@localhost:27017/dbname'
I added in the fab file the installation of mongodb locally, which is good for testing
it is however only osx, we may want to add conditional local installs for linux
this is currently collect available ip addresses and compute nodes from openstack India.
mongolab database
mongolab.com supports free online mongodb service upto 500MB. This is useful to test mongodb's functionality.
For example, we simply access to mongodb like,
mongodb_uri = 'mongodb://username:password@localhost:27017/dbname'
—
Reply to this email directly or view it on GitHub.
discussion isse with fugang hyungroo, jklingensmith
We want to set up a mongodb server that includes all information so that flask can query mongo db to present information easily
this requires to think about how we do collections and representations
strategy a) each vm is in a single collection no matter which cloud
strategy b) each vm is in its collection based on the cloud name
strategy c) each vm is in collection based on project
strategy c) each vm is in collection based on experiment
problem with mongodb is that it requires complex setup. we do not have this with any other tool in cloudmesh ...
Shoudl there be an absraction layer that introduces the queries and oand can chose if they want to use mongodb or just the dict ?
The text was updated successfully, but these errors were encountered: