qbicsoftware / project-manager

MIT License
0 stars 0 forks source link

Synchronize with openBIS once a night #73

Open julianspaeth opened 6 years ago

julianspaeth commented 6 years ago

The project overview database should be updated once a night.

julianspaeth commented 6 years ago

@FriederikeHanssen i think you want to implement or already implemented something similar?

FriederikeHanssen commented 6 years ago

Yes, something similar. For the statistics portlet we divided the querying and visualization into two tools. One of them is responsible for querying opens etc periodically and writing the results to a yaml file. The other takes any existing yaml file and visualises the respective data. Thus, if the queries fail for some reason, an earlier yaml can be used for visualisation as well. The periodic querying will not be done from within java. Rather the java code will be executed periodically.

See here : query tool https://github.com/qbicsoftware/statistics-data-retrieval and here: visualization portlet: https://github.com/qbicsoftware/qbic-statistics