First of all, here is the link to download the API for Java for Windows.
I initially wanted to use NETLink since I have some experience with it but they have deprecated the API for .NET.
But JLink might be the only option now. I am not familiar with JLink, if someone could create a minimal example for reading data from the example .hyper file that comes with the API download for Java located: tableauhyperapi-java-windows-x86_64-release-main.0.0.17782.r044377f2\examples\data\superstore_sample.hyper.
Even replicating the example code that is written in Java that comes with the API download.
Any help in this regard is much appreciated!
Javaversion working. I am thinking aboutC++version but in their folder, they provide.libbut there is also abinfolder that has a.dll. In their instructions, they mention we have to compile usingcmake. I don't want to do any compiling. AlsoPythonI feel is a slow language to process large volumes of data. Do you thinkC++viaForeignFunctionLoadwould be more performant compare toJavaviaJLink? $\endgroup$C++version going to be cross-platform? Are.dllcompiled to work on any platform or there are specific.dllfor every platform? $\endgroup$