fstpackage / fsttable

An interface to fast on-disk data tables stored with the fst format
GNU Affero General Public License v3.0
27 stars 4 forks source link

Define a `fst_proxy` class #12

Closed MarcusKlik closed 6 years ago

MarcusKlik commented 6 years ago

The fsttable package has two main tasks that are best separated into two distinct components:

Perhaps it's best to separate these components from the start. The second component will also make clear what the best API will be for the fst package to expose. In the future this component could go into a separate package that can act as a dependency for other interfaces (package fstref or fstproxy).

MarcusKlik commented 6 years ago

all calls to the fst package now live in the fst_proxy object.