Tagged Questions
0
votes
1answer
195 views
Where can I find manual and tutorial for rockmongo?
I tried to find it in google and couldn't find it.
Most just tell how to install. None tell how to use execute, for example.
1
vote
2answers
348 views
Where can I get this nice phpMyadmin features for mongodb
In phpmyadmin
Say I browse a table, or do anything.
I will be told the actual sql command that I should run to execute the query.
Say I want to do a query and then I want to do something else ...
1
vote
1answer
757 views
How to display query result in rockmongo by using execute method
I executed a command in mongo.exe
> db.tablebusiness.find({"_id": "the-simmons-paradise__41.85_-87.88"});
I got results:
Now I try similar command in rockmongo.
If I execute
...
1
vote
1answer
286 views
How to add spatial indexes through rockmongo
In rockmongo we got fields for the field name and whether we should sort by ascending or descending.
How to add spatial indexes then?