I am running cassandra cluster having 10 node and uploading huge tsv[tab separated value] file daily, now I wanna move my project into google bigtable for better performance and low latency .
I installed google cloud big table 3 node cluster ,install hbase plugins on cloud compute server [1 node] , now don't knew how can I start upload these tsv file into bigtable.
below is my tsv format ,
col1 col2 col3 col4 col5 col6 . .
here col1 is primary key and col2 and col3 is cluster key in cassandra table .
now how can i create similar table in bigtable , and what are the methods available for upload tsv file in bigtable.