I was investigating "What's the difference between BigQuery and BigTable?".
And found that BigTable is like traditional database.
Also I found that for current moment Spring supports BigQuery but doesn't support BigTable. It is a bit surprising for me. Could you please explain why?
Is there way to use BigTable from spring boot application?