Open elmisback opened 2 months ago
We need to save at least the input spec, the sample, any expressions considered, and the analysis data for those expressions for each tool.
We could also potentially load analysis state from this server?
Need to discuss with Edward more on what we need to do to accomplish this.
systemd
-- these examples run binaries, but you will just run a Node process that handles loggingCreated an express server listning on port 8003 which gets data: sessionID, expression and timestamp. We can now log data for both expressions landing page and add button expressions. Below is a file where we are logging now.
Added more logging like:
Looking forward to get as much as data we can get from user through logs.
In order to replace the Herbie demo, the most important missing feature is input-output logging. We can accomplish this through a logging server that all input expressions, alternatives, and sampling info are sent to. We should try to avoid data duplication to the extent that we can, but the priority is having something that runs.