Skip to content

ObjectProfile/pharo-mongo-client-monitor

Repository files navigation

Pharo MongoClientMonitor

Build Status

A visual monitor for the Pharo client of Mongodb.

⚠️ WORK IN PROGRESS ⚠️

Installation

  1. Download a Pharo 8 with latest headless vm:
curl https://get.pharo.org/64/80+vmHeadlessLatest | bash
  1. Evaluate the following script:
Metacello new
    baseline: 'MongoClientMonitor';
    repository: 'github://tinchodias/pharo-mongo-client-monitor';
    load.

It will load Mongo client and Roassal3 as dependencies.

  1. Install a recent version of mongodb, such as 4.0, and evaluate:
MongoTestServer mongodPathString: '<PATH_TO_MONGODB>/bin/mongod'.

About

A visual monitor the Pharo client for Mongodb

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published