You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crazy idea, but it would be useful, at least for a server, if refgenie could be backed by a database rather than just a yaml file... and now this is starting to sound like pipestat. So, what if the refgenie config were handled somehow by pipestat and could be either a yaml file or a DB?
Ok this isn't straightforward, because the pipestat config specification clearly isn't the same as the refgenie config. So maybe this isn't possible directly. But if it were possible, maybe there are 2 ways to think about it:
adjusting the refgenie config format to fit somehow within the pipestat specification
making the pipestat specification more flexible
@stolarczyk what do you think? Any possibility here?
One major benefit we'd have is the ability to farm out the builds, since the updates would happen to a remote DB rather than to a shared local config, which is problematic for ephemeral computing. So, we'll need some type of remote DB for the server config to enable fully automated refgenie server deploys from github.
The text was updated successfully, but these errors were encountered:
this would be really useful, indeed. We did talk about it a long time ago and I even started experimenting a couple of months ago with refgenieserver and added some postgres DB models: refgenie/refgenieserver@b740131
Ok this isn't straightforward, because the pipestat config specification clearly isn't the same as the refgenie config
Exactly, pipestat config is used to configure the database, namespaces, record identifier, etc. But pipestat YAML results file is similar to refgenie config. However, I'm afraid that making RefGenConf extend the currentPipestatManager would only complicate things. I'll keep this in mind when we get to redesigning pipestat to use ORM approach. We will probably need to make pipestat more flexible, as you suggest.
If connecting pipestat and refgenconf doesn't work out we could at least apply the concepts learnt there to add the refgenconf DB backend option.
Crazy idea, but it would be useful, at least for a server, if refgenie could be backed by a database rather than just a yaml file... and now this is starting to sound like pipestat. So, what if the refgenie config were handled somehow by pipestat and could be either a yaml file or a DB?
Ok this isn't straightforward, because the pipestat config specification clearly isn't the same as the refgenie config. So maybe this isn't possible directly. But if it were possible, maybe there are 2 ways to think about it:
@stolarczyk what do you think? Any possibility here?
One major benefit we'd have is the ability to farm out the builds, since the updates would happen to a remote DB rather than to a shared local config, which is problematic for ephemeral computing. So, we'll need some type of remote DB for the server config to enable fully automated refgenie server deploys from github.
The text was updated successfully, but these errors were encountered: