Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger data should pass through MongoDB #343

Closed
JelleAalbers opened this issue Apr 13, 2016 · 1 comment
Closed

Trigger data should pass through MongoDB #343

JelleAalbers opened this issue Apr 13, 2016 · 1 comment
Assignees

Comments

@JelleAalbers
Copy link
Contributor

Currently the trigger data is just dumped to an hdf5 file. This is not readable while the run is ongoing.

We should make a separate trigger data database in mongo, with a collection for each run, where this data can temporarily reside. After the run has ended the contents should be dumped to a file, so the analyst can find it along with the ordinary raw data (zipped bson). The trigger data can then be deleted from Mongo (if it takes up a lot of space, otherwise we can just keep it a while so people can continue to browse).

@JelleAalbers
Copy link
Contributor Author

Implemented in #347

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant