Skip to content

I'm a little framework to collect data from Pharo and publish it on server.

Notifications You must be signed in to change notification settings

pharo-contributions/EventRecorder

Repository files navigation

EventRecorder Build Status

I'm a little framework to collect data (user actions, status, systems...) from Pharo and its tools and publish it on server.

This framework has been developed by the GT team (probably T. Girba, A. Chis and others). Since this is a cool framework to support user experiences and collect information that for tool builders can use to write nice research articles, I decided to invest in it and repackage it to avoid to have everything in a single package.

Migration steps done:

  • ported the client part to Pharo8
  • ported the server part from smalltalkhub to github
  • renamed classes (GT* to ER*) and packages to avoid clash
  • added a little spec2 UI to avoid dependency with the old brick widget
  • rescued tests (removed duplicated tests some were already included into System-Identification-Tests)
  • split packages to have better structure .. EventRecorder .. EventRecorder-Inspector .. EventRecorder-Fuel .. EventRecorder-Server .. EventRecorder-Help

Installation

Load into Pharo 8 and 9:

Metacello new 
  baseline: 'EventRecorder'; 
  repository: 'github://pharo-contributions/EventRecorder/';
  load.

About

I'm a little framework to collect data from Pharo and publish it on server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •