Description
Dear @MarcusKlik first I'd like to thank you for providing fst
to the R community, this is a truly amazing package and I can see it becoming what data.table
or Rcpp
can be in their own use case.
This is more a question (several) than an issue.
I'd like to start generating fst files directly in C++
from my own C++
application, by this I mean the output of my C++ would be fst files rather than flat files. Would that be possible in the current state ? I have not found any documentation about fst (I confess I might not have spent enough time looking) would you have some pointers to get me started ?
Lastly I see that fst
is licensed as AGPL 3-0, would that be agreeable for me to use it in a corporate project that would not be sold nor shared with any other client/party ?
Many thanks