Beside my new article "Building a Mongo Browser in Pharo" [1] and the new 
Mongo Browser tool I now added support for "Spotter browsing/navigation" 
using a running Mongo DB to the project. 

Just load "MongoTalk" from config browser in Pharo 4, run you Mongo database
and then use Spotter to enter a database name.

Attached is a screenshot.

When Mongo is running locally you can easily use spotter now to directly 
browse Mongo databases, included collections and documents of a running 
MongoDB instance. 

If Mongo is not running on localhost you can also switch the default 
db instance:

  Mongo default: (Mongo host: 'myserver' port: 1234)

to browse remotely.

Thx
T.



[1] https://medium.com/@astares/building-a-mongo-browser-in-pharo-fe2104052843

Reply via email to