0

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?

Fernando C.
  • 201
  • 1
  • 11
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
  • if the question how can you access big table from a spring boot application why cant you just use their java client? https://cloud.google.com/bigtable/docs/reference/libraries#client-libraries-install-java – scigs Feb 27 '20 at 18:28
  • If you are wondering how you can seamlessly connect it with Spring you could just create Java Configuration and create BigtableDataSettings bean, you can inject properties from application.yml from there you can create bean: BigtableDataClient and reuse it in services, or wherever seems fit. – Dawid D Feb 27 '20 at 19:43

0 Answers0