sourced-ce icon indicating copy to clipboard operation
sourced-ce copied to clipboard

sql command only connects to gitbase

Open se7entyse7en opened this issue 5 years ago • 3 comments

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.

se7entyse7en avatar Jul 30 '19 15:07 se7entyse7en

most probably we should connect to spark instead when we run it in EE mode.

smacker avatar Sep 02 '19 16:09 smacker

+1

rpau avatar Oct 21 '19 16:10 rpau

@rpau how would that command would be? Something like:

  • sourced sql gitbase
  • sourced sql postgres
  • sourced sql metadata

similarly to what we did for engine?

se7entyse7en avatar Oct 22 '19 10:10 se7entyse7en