Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objectprofile/pharo-mongo-client-monitor
A visual monitor the Pharo client for Mongodb
https://github.com/objectprofile/pharo-mongo-client-monitor
mongodb pharo
Last synced: 5 days ago
JSON representation
A visual monitor the Pharo client for Mongodb
- Host: GitHub
- URL: https://github.com/objectprofile/pharo-mongo-client-monitor
- Owner: ObjectProfile
- License: mit
- Created: 2020-04-23T00:29:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T16:58:16.000Z (over 4 years ago)
- Last Synced: 2024-11-18T13:40:33.877Z (2 months ago)
- Topics: mongodb, pharo
- Language: Smalltalk
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo MongoClientMonitor
[![Build Status](https://travis-ci.org/tinchodias/pharo-mongo-client-monitor.png)](http://travis-ci.org/tinchodias/pharo-mongo-client-monitor)
A visual monitor for the [Pharo client](https://github.com/pharo-nosql/mongotalk) of [Mongodb](https://www.mongodb.com/).
:warning: WORK IN PROGRESS :warning:
# Installation
1. Download a Pharo 8 with latest headless vm:
~~~
curl https://get.pharo.org/64/80+vmHeadlessLatest | bash
~~~2. Evaluate the following script:
~~~Smalltalk
Metacello new
baseline: 'MongoClientMonitor';
repository: 'github://tinchodias/pharo-mongo-client-monitor';
load.
~~~
It will load Mongo client and Roassal3 as dependencies.3. Install a recent version of mongodb, such as 4.0, and evaluate:
~~~Smalltalk
MongoTestServer mongodPathString: '/bin/mongod'.
~~~