First time here? Check out the Help page!
1 | initial version |
It's my understanding that the outputs your specify in the spreadsheet are pushed to the mongo container of the OS-server, not the SQL file? I may not be correct here. What can tell you is I've noticed that by logging into the Openstudio-server instance and getting inside of the container where mongo is deployed, you can start mongo and query it to see the specific outputs you've commanded. But I have not been able to figure out how to get inside of the container at run-time using the ruby bindings to export. I've thought that there must be some bash command you can run, but I haven't figured out how to get it to work.
So what I do is just build my own custom script as a ruby measure and scrape out everything I can find and push this to a new container somewhere else in the cloud so it can be optimized to handle throughput, a separate microservice just to store my results. I can get sneaky and also push specific outputs requested in the spreadsheet as arguments to this ruby measure, if that makes sense to you.