sourced-ce
sourced-ce copied to clipboard
sql command only connects to gitbase
On engine we only had gitbase as sql storage. Now in sourced-ce we also have two postgres instances. As a user I could be interested in using the cli to query for example the GH metadata. Unless we have a particular rationale to avoid letting do this, I think that it's inconsistent to expose only some parts of all the data through the cli.
most probably we should connect to spark instead when we run it in EE mode.
+1
@rpau how would that command would be? Something like:
sourced sql gitbasesourced sql postgressourced sql metadata
similarly to what we did for engine?