Hi all, While looking into OAK-4246 I figured out that many commands in oak-run implement the same logic over and over to create instance of NodeStore from command line arguments and options.
Thus, I created OAK-4349 to propose another approach to the problem. A connection to a specific NodeStore could be specified by using an URI and the logic to create NodeStore instances could be implemented in a single place and reused from every command. I proposed some examples in OAK-4349. I'm looking forward to hearing what you think about this suggestion.
