I want migrate from mySQL to HBase.
Our program reads data from cryptocoin blockchains and write hundreds gigabytes of data to databases. Because our program is in C++, I must use Thrift? I have successfully installed Thrift and run its samples (with Java without problems, with C++ - small problems yet), but this samples are simple - only server computes values sending by client.
How to use Thrift (or possible other solution) to connect with HBase?



Reply via email to