Skip to content

Latest commit

 

History

History

experiment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Experimentr

Experimentr is a hosting/data-collection backend and module-based frontend for web-based visualization studies. See github.com/codementum/experimentr for more.

Running the server

Start redis:

redis-server redis.conf

Run the server:

node app.js

Then access the page at localhost:8000.

Getting the data

In the analysis folder, you'll find scripts like pull.sh that move data from the redis database to json files.

Installation

Testing experiments

Use debug as your "worker id" when testing experiments, so you can filter out your data later.