codementum / experimentr

Backend (Node.js, redis), frontend (js), and analysis (R) for web-based visualization studies.
29 stars 16 forks source link

Add JSON option to backend #48

Closed codementum closed 8 years ago

codementum commented 11 years ago

Add option to save to directly JSON rather than Redis. Note: this means we can no longer save multiple times during an experiment, so we have to check for that.

codementum commented 10 years ago

@connorgr, I think this is what you were asking for.

This requires a few things:

(Let me know if I missed anything obvious.)

codementum commented 8 years ago

Better to stick to redis for now