0

I am looking for ways to import RDBMS data into AWS Athena in a cost effective way using only Python as a tool. I am able to do the above using PySpark but now I only have to use Python. Can someone suggest some tutorials for this?

TeeKay
  • 1,025
  • 2
  • 22
  • 60

1 Answers1

0

I suggest looking into AWS Lake Formation, which is a service that they launched last year to help people get their data from on premises RDBMS to Athena/EMR/Redshift.

Theo
  • 131,503
  • 21
  • 160
  • 205