Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on setting up a C++ project using the fstlib library #5

Open
MarcusKlik opened this issue Mar 15, 2018 · 0 comments
Open
Assignees
Milestone

Comments

@MarcusKlik
Copy link
Collaborator

MarcusKlik commented Mar 15, 2018

Currently, there is no clear documentation on how to setup a C++ project using the fstlib library.

A sample C++ project would be a good starting point for potential users. Some ideas:

  • command line tool that can read meta-data of a fst file
  • command line tool that can provide statistics on the contents of a fst file
  • command line tool that can do some (parallel) calculations on a selected column from a fst file
  • command line tool that can convert parguet files to fst files using the arrow library as the in-memory tabular representation. That would really showcase the flexibility of the fstlib library.

Also, it would be interesting to compare the read- and write- speed of a pure C++ consumer to that of the fst package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant