Is there an easy way or example to load Google Cloud Storage data into bigtable?
I have lots of json files generated by pyspark and i wish to load data into bigtable.
But I can not find an easy way to do that!
I have tried the python code from google-cloud-python and it work fined, but it just read data line by line into bigtable which was strange for me.
Any help would be greatly appreciated.