featurebase/ctl
Matthew Jaffee 772496b440 "all bitmap" multi-field, single-shard ingest
This adds a shard-based import endpoint which takes bitmap data for
all field types and imports data for the whole shard transactionally.

It uses the BitmapRewriter interface to try to intelligently allow for
setting and clearing bits simultaneously without multiple writes which
is especially helpful when ingesting into int-like fields, but also
allows clear-and-then-set behavior for set fields.
2022-05-27 11:25:17 -05:00
..
testdata Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
auth_token.go [FB-1379] Create a featurebase subcommand to obtain an auth token (#2079) 2022-05-26 11:35:51 -05:00
auth_token_internal_test.go [FB-1379] Create a featurebase subcommand to obtain an auth token (#2079) 2022-05-26 11:35:51 -05:00
backup.go Add refresh token header/cookie (#2071) 2022-05-20 16:12:27 -05:00
chksum.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
common.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
config_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
doc.go add copyright notice back in 2021-12-10 11:01:04 -06:00
export.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
export_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
import.go Add refresh token header/cookie (#2071) 2022-05-20 16:12:27 -05:00
import_test.go Add refresh token header/cookie (#2071) 2022-05-20 16:12:27 -05:00
keygen.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
main_test.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00
rbf_check.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_check_test.go Avoid panics in RBF debug tooling 2022-01-03 13:13:02 -07:00
rbf_dump.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_page.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_pages.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_pages_test.go Avoid panics in RBF debug tooling 2022-01-03 13:13:02 -07:00
rbf_viz.go "all bitmap" multi-field, single-shard ingest 2022-05-27 11:25:17 -05:00
restore.go Add refresh token header/cookie (#2071) 2022-05-20 16:12:27 -05:00
server.go FB-1378: Use IP whitelisting for ingest authentication and authorization (#2070) 2022-05-20 14:57:05 -05:00
server_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
util.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00