From 5c39a49285a0fb2a8994ccb2d2d17104855d6e20 Mon Sep 17 00:00:00 2001 From: Fletcher Haynes Date: Fri, 9 Dec 2022 15:41:27 -0800 Subject: [PATCH] Sync from private repo to commit 12d608c80dc6a9d97978d94a68cb5bc676e49b26 --- api.go | 10 ++--- api_directive.go | 6 +-- api_directive_test.go | 8 ++-- apply.go | 6 +-- arrow.go | 4 +- batch/batch.go | 12 ++--- client/api.go | 8 ++-- client/client.go | 17 ++----- client/client_it_test.go | 14 +++--- client/importer.go | 6 +-- client/orm.go | 4 +- client/orm_test.go | 6 +-- cluster.go | 10 ++--- cmd/auth_token.go | 4 +- cmd/backup.go | 4 +- cmd/backup_tar.go | 4 +- cmd/chksum.go | 4 +- cmd/cli.go | 4 +- cmd/dax.go | 4 +- cmd/export.go | 4 +- cmd/generate_config.go | 4 +- cmd/import.go | 8 ++-- cmd/import_test.go | 2 +- cmd/keygen.go | 4 +- cmd/rbf.go | 4 +- cmd/restore.go | 4 +- cmd/restore_tar.go | 4 +- cmd/root.go | 6 +-- cmd/root_test.go | 4 +- ctl/auth_token.go | 6 +-- ctl/backup.go | 12 ++--- ctl/backup_tar.go | 14 +++--- ctl/backup_tar_test.go | 4 +- ctl/backup_test.go | 2 +- ctl/chksum.go | 6 +-- ctl/chksum_test.go | 4 +- ctl/cli.go | 11 +++-- ctl/config.go | 2 +- ctl/dax.go | 2 +- ctl/export.go | 6 +-- ctl/export_test.go | 6 +-- ctl/generate_config.go | 4 +- ctl/generate_config_test.go | 2 +- ctl/import.go | 10 ++--- ctl/keygen.go | 2 +- ctl/keygen_test.go | 2 +- ctl/rbf_check.go | 4 +- ctl/rbf_check_test.go | 2 +- ctl/rbf_dump.go | 4 +- ctl/rbf_dump_test.go | 2 +- ctl/rbf_page.go | 4 +- ctl/rbf_page_test.go | 2 +- ctl/rbf_pages.go | 6 +-- ctl/rbf_pages_test.go | 2 +- ctl/restore_tar.go | 10 ++--- ctl/restore_tar_test.go | 4 +- ctl/restore_test.go | 2 +- dataframe_test.go | 6 +-- dax/address_test.go | 2 +- dax/boltdb/boltdb.go | 2 +- dax/boltdb/boltdb_test.go | 2 +- dax/boltdb/directiveversion.go | 4 +- dax/boltdb/node.go | 6 +-- dax/boltdb/node_test.go | 10 ++--- dax/boltdb/versionstore.go | 8 ++-- dax/boltdb/versionstore_test.go | 8 ++-- dax/computer/interfaces.go | 2 +- dax/computer/keys.go | 2 +- dax/computer/logmessage.go | 4 +- dax/computer/logmessage_test.go | 2 +- dax/computer/noop.go | 2 +- dax/computer/service/computer.go | 22 +++++----- dax/computer/snapshot.go | 4 +- dax/computer/writelog.go | 4 +- dax/errors.go | 2 +- dax/http/handler.go | 12 ++--- dax/inmem/versionstore.go | 4 +- dax/inmem/versionstore_test.go | 6 +-- dax/mds/client/client.go | 10 ++--- dax/mds/controller/alpha/director.go | 10 ++--- dax/mds/controller/balancer.go | 2 +- dax/mds/controller/config.go | 6 +-- dax/mds/controller/controller.go | 10 ++--- dax/mds/controller/controller_test.go | 14 +++--- dax/mds/controller/director.go | 2 +- dax/mds/controller/errors.go | 4 +- dax/mds/controller/http/director.go | 8 ++-- dax/mds/controller/naive/balancer.go | 8 ++-- dax/mds/controller/naive/balancer_test.go | 10 ++--- dax/mds/controller/naive/boltdb/balancer.go | 12 ++--- .../controller/naive/boltdb/balancer_test.go | 8 ++-- dax/mds/controller/naive/types.go | 2 +- dax/mds/controller/node_registerer.go | 2 +- dax/mds/controller/partitioner/partitioner.go | 2 +- .../partitioner/partitioner_test.go | 4 +- dax/mds/controller/sets.go | 2 +- dax/mds/controller/stringers.go | 4 +- dax/mds/controller/types.go | 2 +- dax/mds/http/addressmanager.go | 4 +- dax/mds/http/handler.go | 6 +-- dax/mds/mds.go | 20 ++++----- dax/mds/poller/config.go | 4 +- dax/mds/poller/interfaces.go | 4 +- dax/mds/poller/poller.go | 4 +- dax/mds/poller/poller_test.go | 8 ++-- dax/mds/schemar/boltdb/schemar.go | 10 ++--- dax/mds/schemar/boltdb/schemar_test.go | 12 ++--- dax/mds/schemar/errors.go | 4 +- dax/mds/schemar/http/handler.go | 4 +- dax/mds/schemar/schemar.go | 2 +- dax/mds/schemar/schemar_test.go | 6 +-- dax/mds/service/mds.go | 10 ++--- dax/node.go | 2 +- dax/queryer/client/client.go | 10 ++--- dax/queryer/config.go | 2 +- dax/queryer/featurebase_importer.go | 2 +- dax/queryer/http/handler.go | 4 +- dax/queryer/interfaces.go | 8 ++-- dax/queryer/orchestrator.go | 18 ++++---- dax/queryer/queryer.go | 30 ++++++------- dax/queryer/schema_api.go | 8 ++-- dax/queryer/schema_info_api.go | 8 ++-- dax/queryer/service/queryer.go | 14 +++--- dax/queryer/translator.go | 14 +++--- dax/server/config.go | 12 ++--- dax/server/server.go | 24 +++++----- dax/server/test/managed.go | 18 ++++---- dax/service_manager.go | 4 +- dax/snapshotter/client/client.go | 6 +-- dax/snapshotter/config.go | 2 +- dax/snapshotter/http/handler.go | 4 +- dax/snapshotter/snapshotter.go | 4 +- dax/table.go | 4 +- dax/table_test.go | 4 +- dax/test/boltdb/helpers.go | 2 +- dax/test/dax/dax_test.go | 16 +++---- dax/test/schemar.go | 10 ++--- dax/test/table.go | 2 +- dax/writelogger/client/client.go | 4 +- dax/writelogger/config.go | 2 +- dax/writelogger/http/handler.go | 4 +- dax/writelogger/writelogger.go | 4 +- dax/writelogger/writelogger_test.go | 2 +- encoding/proto/proto.go | 14 +++--- encoding/proto/proto_test.go | 4 +- et_test.go | 4 +- executor.go | 18 ++++---- executor_test.go | 20 ++++----- fbcloud/client.go | 2 +- holder.go | 18 ++++---- http_handler.go | 24 +++++----- idk/api/schema.go | 6 +-- idk/datagen/cmd.go | 8 ++-- idk/ingest.go | 26 +++++------ idk/ingest_test.go | 20 ++++----- idk/mds/importer.go | 10 ++--- idk/mds/mds.go | 2 +- idk/mds/schemamanager.go | 12 ++--- importer.go | 4 +- index.go | 12 ++--- internal_client.go | 14 +++--- internal_client_test.go | 16 +++---- schema.go | 6 +-- server.go | 24 +++++----- server/server.go | 44 +++++++++---------- sql3/parser/astdatatype.go | 2 +- sql3/planner/compilealtertable.go | 10 ++--- sql3/planner/compilebulkinsert.go | 10 ++--- sql3/planner/compilecreatetable.go | 12 ++--- sql3/planner/compiledroptable.go | 10 ++--- sql3/planner/compileinsert.go | 10 ++--- sql3/planner/compileselect.go | 10 ++--- sql3/planner/compileshow.go | 10 ++--- sql3/planner/executionplanner.go | 10 ++--- sql3/planner/executionplannersystemtables.go | 8 ++-- sql3/planner/expression_it_test.go | 4 +- sql3/planner/expressiontypes.go | 8 ++-- sql3/planner/inbuiltfunctionsstring.go | 4 +- sql3/planner/opaltertable.go | 8 ++-- sql3/planner/opcreatetable.go | 6 +-- sql3/planner/opdroptable.go | 6 +-- sql3/planner/opfeaturebasecolumns.go | 6 +-- sql3/planner/opinsert.go | 12 ++--- sql3/planner/oporderby.go | 8 ++-- sql3/planner/oppqlmultigroupby.go | 4 +- sql3/planner/oppqltablescan.go | 12 ++--- sql3/planner/opquery.go | 8 ++-- sql3/planner/opsystemtable.go | 10 ++--- sql3/planner/optop.go | 4 +- sql3/planner/planoptimizer.go | 6 +-- sql3/planner/types/compile.go | 2 +- sql3/sql_complex_test.go | 10 ++--- sql3/sql_test.go | 8 ++-- sql3/test/defs/defs_aggregate.go | 6 +-- sql3/test/defs/defs_groupby.go | 6 +-- sql3/test/defs/defs_join.go | 2 +- sql3/test/defs/defs_select.go | 2 +- sql3/test/defs/defs_unops.go | 2 +- sql3/test/defs/types.go | 4 +- sql3/test/helpers.go | 8 ++-- sql_test.go | 4 +- systemlayer/executionrequests.go | 2 +- systemlayer/systemlayer.go | 2 +- test/transaction.go | 2 +- transaction_test.go | 6 +-- wire_response.go | 4 +- 206 files changed, 732 insertions(+), 742 deletions(-) diff --git a/api.go b/api.go index 0e120b370..27254dc47 100644 --- a/api.go +++ b/api.go @@ -22,11 +22,11 @@ import ( "sync" "time" - fbcontext "github.com/molecula/featurebase/v3/context" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/computer" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/rbf" + fbcontext "github.com/featurebasedb/featurebase/v3/context" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/rbf" //"github.com/featurebasedb/featurebase/v3/pg" "github.com/featurebasedb/featurebase/v3/pql" diff --git a/api_directive.go b/api_directive.go index ce2cf6e1f..d7650c0b0 100644 --- a/api_directive.go +++ b/api_directive.go @@ -7,9 +7,9 @@ import ( "log" "sync" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/computer" - "github.com/molecula/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/disco" "github.com/pkg/errors" ) diff --git a/api_directive_test.go b/api_directive_test.go index 8d5b732e1..fffa1ce77 100644 --- a/api_directive_test.go +++ b/api_directive_test.go @@ -4,10 +4,10 @@ import ( "context" "testing" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - daxtest "github.com/molecula/featurebase/v3/dax/test" - "github.com/molecula/featurebase/v3/test" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + daxtest "github.com/featurebasedb/featurebase/v3/dax/test" + "github.com/featurebasedb/featurebase/v3/test" "github.com/stretchr/testify/assert" ) diff --git a/apply.go b/apply.go index 9e1478210..ecbee7735 100644 --- a/apply.go +++ b/apply.go @@ -16,9 +16,9 @@ import ( "github.com/apache/arrow/go/v10/parquet/file" "github.com/apache/arrow/go/v10/parquet/pqarrow" "github.com/gomem/gomem/pkg/dataframe" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/tracing" - "github.com/molecula/featurebase/v3/vprint" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/tracing" + "github.com/featurebasedb/featurebase/v3/vprint" "github.com/pkg/errors" ivy "robpike.io/ivy/arrow" diff --git a/arrow.go b/arrow.go index c52aaa305..d5b75e820 100644 --- a/arrow.go +++ b/arrow.go @@ -12,8 +12,8 @@ import ( "github.com/apache/arrow/go/v10/arrow/array" "github.com/apache/arrow/go/v10/arrow/memory" "github.com/gomem/gomem/pkg/dataframe" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/tracing" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/tracing" "github.com/pkg/errors" ) diff --git a/batch/batch.go b/batch/batch.go index 66917bab2..42455c872 100644 --- a/batch/batch.go +++ b/batch/batch.go @@ -10,12 +10,12 @@ import ( "sync" "time" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/batch/egpool" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/roaring" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/batch/egpool" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/roaring" "github.com/pkg/errors" ) diff --git a/client/api.go b/client/api.go index 4a7f0cddc..6936df593 100644 --- a/client/api.go +++ b/client/api.go @@ -3,10 +3,10 @@ package client import ( "context" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/client/types" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/client/types" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) var _ featurebase.SchemaAPI = &schemaAPI{} diff --git a/client/client.go b/client/client.go index ca572b6a8..b41f32616 100644 --- a/client/client.go +++ b/client/client.go @@ -1,5 +1,4 @@ -// Copyright 2022 Molecula Corp. (DBA FeatureBase). -// SPDX-License-Identifier: Apache-2.0 +// Copyright 2021 Molecula Corp. All rights reserved. // package ctl contains all pilosa subcommands other than 'server'. These are // generally administration, testing, and debugging tools. package client @@ -21,7 +20,9 @@ import ( "sync" "time" + "github.com/golang/protobuf/proto" //nolint:staticcheck pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/client/types" fbproto "github.com/featurebasedb/featurebase/v3/encoding/proto" // TODO use this everywhere and get rid of proto import "github.com/featurebasedb/featurebase/v3/logger" pnet "github.com/featurebasedb/featurebase/v3/net" @@ -29,17 +30,7 @@ import ( "github.com/featurebasedb/featurebase/v3/pql" "github.com/featurebasedb/featurebase/v3/roaring" "github.com/featurebasedb/featurebase/v3/stats" - "github.com/golang/protobuf/proto" //nolint:staticcheck - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/client/types" - fbproto "github.com/molecula/featurebase/v3/encoding/proto" // TODO use this everywhere and get rid of proto import - "github.com/molecula/featurebase/v3/logger" - pnet "github.com/molecula/featurebase/v3/net" - "github.com/molecula/featurebase/v3/pb" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/vprint" + "github.com/featurebasedb/featurebase/v3/vprint" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "golang.org/x/sync/errgroup" diff --git a/client/client_it_test.go b/client/client_it_test.go index 6d1286c53..e8034185a 100644 --- a/client/client_it_test.go +++ b/client/client_it_test.go @@ -9,13 +9,13 @@ import ( "testing" "time" - featurebase "github.com/molecula/featurebase/v3" - client_types "github.com/molecula/featurebase/v3/client/types" - "github.com/molecula/featurebase/v3/disco" - pnet "github.com/molecula/featurebase/v3/net" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/shardwidth" - "github.com/molecula/featurebase/v3/test" + featurebase "github.com/featurebasedb/featurebase/v3" + client_types "github.com/featurebasedb/featurebase/v3/client/types" + "github.com/featurebasedb/featurebase/v3/disco" + pnet "github.com/featurebasedb/featurebase/v3/net" + "github.com/featurebasedb/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/shardwidth" + "github.com/featurebasedb/featurebase/v3/test" "github.com/stretchr/testify/require" "golang.org/x/sync/errgroup" ) diff --git a/client/importer.go b/client/importer.go index c42c74c4d..ae80dee78 100644 --- a/client/importer.go +++ b/client/importer.go @@ -4,9 +4,9 @@ import ( "context" "time" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/roaring" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/roaring" "github.com/pkg/errors" ) diff --git a/client/orm.go b/client/orm.go index 603d111ec..192d5dfb1 100644 --- a/client/orm.go +++ b/client/orm.go @@ -14,8 +14,8 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/client/types" - "github.com/molecula/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/client/types" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/pkg/errors" ) diff --git a/client/orm_test.go b/client/orm_test.go index 7b0dc9a8d..3d4870bc5 100644 --- a/client/orm_test.go +++ b/client/orm_test.go @@ -14,9 +14,9 @@ import ( "testing" "time" - pilosa "github.com/molecula/featurebase/v3" - clienttypes "github.com/molecula/featurebase/v3/client/types" - "github.com/molecula/featurebase/v3/pql" + pilosa "github.com/featurebasedb/featurebase/v3" + clienttypes "github.com/featurebasedb/featurebase/v3/client/types" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/pkg/errors" ) diff --git a/cluster.go b/cluster.go index 1b70b7728..86bd1c9cd 100644 --- a/cluster.go +++ b/cluster.go @@ -9,11 +9,11 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/computer" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/roaring" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/cmd/auth_token.go b/cmd/auth_token.go index 7635567be..7921c1f91 100644 --- a/cmd/auth_token.go +++ b/cmd/auth_token.go @@ -3,8 +3,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/backup.go b/cmd/backup.go index ca90c06cd..cf962fc42 100644 --- a/cmd/backup.go +++ b/cmd/backup.go @@ -3,8 +3,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/backup_tar.go b/cmd/backup_tar.go index b1309b293..b4a517a44 100644 --- a/cmd/backup_tar.go +++ b/cmd/backup_tar.go @@ -2,8 +2,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/chksum.go b/cmd/chksum.go index a64dd04d2..01306f9f7 100644 --- a/cmd/chksum.go +++ b/cmd/chksum.go @@ -3,8 +3,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/cli.go b/cmd/cli.go index fd0e8d3e1..82c1f1e68 100644 --- a/cmd/cli.go +++ b/cmd/cli.go @@ -2,8 +2,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/dax.go b/cmd/dax.go index 52c419940..b5116dee9 100644 --- a/cmd/dax.go +++ b/cmd/dax.go @@ -4,8 +4,8 @@ package cmd import ( "io" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/dax/server" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/dax/server" "github.com/pkg/errors" "github.com/spf13/cobra" ) diff --git a/cmd/export.go b/cmd/export.go index 20d860ad3..88c817fd5 100644 --- a/cmd/export.go +++ b/cmd/export.go @@ -5,8 +5,8 @@ package cmd import ( "github.com/spf13/cobra" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" ) var Exporter *ctl.ExportCommand diff --git a/cmd/generate_config.go b/cmd/generate_config.go index 009fe5d2a..012da9fd3 100644 --- a/cmd/generate_config.go +++ b/cmd/generate_config.go @@ -5,8 +5,8 @@ package cmd import ( "github.com/spf13/cobra" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" ) var generateConf *ctl.GenerateConfigCommand diff --git a/cmd/import.go b/cmd/import.go index f59317fe7..e154269f2 100644 --- a/cmd/import.go +++ b/cmd/import.go @@ -7,10 +7,10 @@ import ( "fmt" "strconv" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/spf13/cobra" ) diff --git a/cmd/import_test.go b/cmd/import_test.go index f96548237..b96fcab70 100644 --- a/cmd/import_test.go +++ b/cmd/import_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - pilosa "github.com/molecula/featurebase/v3" + pilosa "github.com/featurebasedb/featurebase/v3" "github.com/featurebasedb/featurebase/v3/cmd" "github.com/featurebasedb/featurebase/v3/pql" diff --git a/cmd/keygen.go b/cmd/keygen.go index fef512b81..4dc25df38 100644 --- a/cmd/keygen.go +++ b/cmd/keygen.go @@ -3,8 +3,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/rbf.go b/cmd/rbf.go index 368464f0c..500d54dbe 100644 --- a/cmd/rbf.go +++ b/cmd/rbf.go @@ -7,8 +7,8 @@ import ( "fmt" "strconv" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/restore.go b/cmd/restore.go index 37aa8f589..f94b9de71 100644 --- a/cmd/restore.go +++ b/cmd/restore.go @@ -3,8 +3,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/restore_tar.go b/cmd/restore_tar.go index d0a05f360..d626a488c 100644 --- a/cmd/restore_tar.go +++ b/cmd/restore_tar.go @@ -2,8 +2,8 @@ package cmd import ( - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" ) diff --git a/cmd/root.go b/cmd/root.go index 442f70023..cbda03892 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -9,9 +9,9 @@ import ( "io" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/logger" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/spf13/cobra" "github.com/spf13/pflag" "github.com/spf13/viper" diff --git a/cmd/root_test.go b/cmd/root_test.go index 2b6e44d0e..74c03855c 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -11,8 +11,8 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/cmd" - "github.com/molecula/featurebase/v3/testhook" + "github.com/featurebasedb/featurebase/v3/cmd" + "github.com/featurebasedb/featurebase/v3/testhook" "github.com/spf13/cobra" ) diff --git a/ctl/auth_token.go b/ctl/auth_token.go index 60cf09407..1aadc930d 100644 --- a/ctl/auth_token.go +++ b/ctl/auth_token.go @@ -13,9 +13,9 @@ import ( "strings" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" "golang.org/x/oauth2" ) diff --git a/ctl/backup.go b/ctl/backup.go index 1c296f80f..d12f91f11 100644 --- a/ctl/backup.go +++ b/ctl/backup.go @@ -15,12 +15,12 @@ import ( "path/filepath" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/encoding/proto" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/encoding/proto" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" "github.com/ricochet2200/go-disk-usage/du" "golang.org/x/sync/errgroup" ) diff --git a/ctl/backup_tar.go b/ctl/backup_tar.go index d89fcb665..165a3ced7 100644 --- a/ctl/backup_tar.go +++ b/ctl/backup_tar.go @@ -15,13 +15,13 @@ import ( "path/filepath" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/encoding/proto" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" - "github.com/molecula/featurebase/v3/vprint" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/encoding/proto" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/vprint" "github.com/pkg/errors" ) diff --git a/ctl/backup_tar_test.go b/ctl/backup_tar_test.go index 80f1cfbf8..355bb36b8 100644 --- a/ctl/backup_tar_test.go +++ b/ctl/backup_tar_test.go @@ -8,8 +8,8 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/test" ) func TestBackupTarCommand_Run(t *testing.T) { diff --git a/ctl/backup_test.go b/ctl/backup_test.go index 8f68b5732..98cc7b74b 100644 --- a/ctl/backup_test.go +++ b/ctl/backup_test.go @@ -7,7 +7,7 @@ import ( "io" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestBackupCommand_Run(t *testing.T) { diff --git a/ctl/chksum.go b/ctl/chksum.go index 0fdfc9da5..643a9fca0 100644 --- a/ctl/chksum.go +++ b/ctl/chksum.go @@ -10,9 +10,9 @@ import ( "os" "github.com/cespare/xxhash" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" ) // ChkSumCommand represents a command for backing up a Pilosa node. diff --git a/ctl/chksum_test.go b/ctl/chksum_test.go index 0e8e5f2f9..f4b7e9236 100644 --- a/ctl/chksum_test.go +++ b/ctl/chksum_test.go @@ -7,8 +7,8 @@ import ( "os" "testing" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/test" ) func TestChkSumCommand_Run(t *testing.T) { diff --git a/ctl/cli.go b/ctl/cli.go index 3e907e4ad..248983370 100644 --- a/ctl/cli.go +++ b/ctl/cli.go @@ -12,14 +12,13 @@ import ( "strings" "github.com/chzyer/readline" - featurebase "github.com/featurebasedb/featurebase/v3" "github.com/jedib0t/go-pretty/table" "github.com/jedib0t/go-pretty/text" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - queryerhttp "github.com/molecula/featurebase/v3/dax/queryer/http" - "github.com/molecula/featurebase/v3/fbcloud" - "github.com/molecula/featurebase/v3/logger" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + queryerhttp "github.com/featurebasedb/featurebase/v3/dax/queryer/http" + "github.com/featurebasedb/featurebase/v3/fbcloud" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/pkg/errors" ) diff --git a/ctl/config.go b/ctl/config.go index 617498e36..999e79c03 100644 --- a/ctl/config.go +++ b/ctl/config.go @@ -8,7 +8,7 @@ import ( "io" "os" - "github.com/molecula/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/server" toml "github.com/pelletier/go-toml" ) diff --git a/ctl/dax.go b/ctl/dax.go index ab89a997b..45836d3e4 100644 --- a/ctl/dax.go +++ b/ctl/dax.go @@ -1,7 +1,7 @@ package ctl import ( - "github.com/molecula/featurebase/v3/dax/server" + "github.com/featurebasedb/featurebase/v3/dax/server" "github.com/spf13/cobra" ) diff --git a/ctl/export.go b/ctl/export.go index b59c5ee65..7007ba68e 100644 --- a/ctl/export.go +++ b/ctl/export.go @@ -8,9 +8,9 @@ import ( "io" "os" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" "github.com/pkg/errors" ) diff --git a/ctl/export_test.go b/ctl/export_test.go index 68956c9f8..ff7bfcbb1 100644 --- a/ctl/export_test.go +++ b/ctl/export_test.go @@ -10,9 +10,9 @@ import ( "strings" "testing" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/test" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/test" ) func TestExportCommand_Validation(t *testing.T) { diff --git a/ctl/generate_config.go b/ctl/generate_config.go index ce5653d23..7457d387f 100644 --- a/ctl/generate_config.go +++ b/ctl/generate_config.go @@ -8,8 +8,8 @@ import ( "io" "os" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" "github.com/pelletier/go-toml" "github.com/pkg/errors" ) diff --git a/ctl/generate_config_test.go b/ctl/generate_config_test.go index b5f81e1d4..eeee93f73 100644 --- a/ctl/generate_config_test.go +++ b/ctl/generate_config_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestGenerateConfigCommand_Run(t *testing.T) { diff --git a/ctl/import.go b/ctl/import.go index dca7ade2f..37c1981da 100644 --- a/ctl/import.go +++ b/ctl/import.go @@ -12,11 +12,11 @@ import ( "strconv" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/server" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/server" "github.com/pkg/errors" ) diff --git a/ctl/keygen.go b/ctl/keygen.go index 5faebdc3e..3e5b6e824 100644 --- a/ctl/keygen.go +++ b/ctl/keygen.go @@ -9,7 +9,7 @@ import ( "os" "github.com/gorilla/securecookie" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) // Keygen represents a command for generating a cryptographic key. diff --git a/ctl/keygen_test.go b/ctl/keygen_test.go index 860ba0251..eca304727 100644 --- a/ctl/keygen_test.go +++ b/ctl/keygen_test.go @@ -8,7 +8,7 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestKeygenCommand_Run(t *testing.T) { diff --git a/ctl/rbf_check.go b/ctl/rbf_check.go index 5916c54be..8489b372d 100644 --- a/ctl/rbf_check.go +++ b/ctl/rbf_check.go @@ -8,8 +8,8 @@ import ( "io" "os" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/rbf" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/rbf" ) // RBFCheckCommand represents a command for running a consistency check on RBF. diff --git a/ctl/rbf_check_test.go b/ctl/rbf_check_test.go index 0b4e3cda8..699aaa8c5 100644 --- a/ctl/rbf_check_test.go +++ b/ctl/rbf_check_test.go @@ -9,7 +9,7 @@ import ( "path/filepath" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestRBFCheckCommand_Run(t *testing.T) { diff --git a/ctl/rbf_dump.go b/ctl/rbf_dump.go index 0fb29df42..87392eb7a 100644 --- a/ctl/rbf_dump.go +++ b/ctl/rbf_dump.go @@ -10,8 +10,8 @@ import ( "os" "strings" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/rbf" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/rbf" ) // RBFDumpCommand represents a command for dumping raw data for an RBF page. diff --git a/ctl/rbf_dump_test.go b/ctl/rbf_dump_test.go index 847c2798c..d4502a979 100644 --- a/ctl/rbf_dump_test.go +++ b/ctl/rbf_dump_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestRBFDumpCommand_Run(t *testing.T) { diff --git a/ctl/rbf_page.go b/ctl/rbf_page.go index 84e322a54..c66e5d8eb 100644 --- a/ctl/rbf_page.go +++ b/ctl/rbf_page.go @@ -8,8 +8,8 @@ import ( "io" "os" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/rbf" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/rbf" ) // RBFPageCommand represents a command for printing data for a single RBF page. diff --git a/ctl/rbf_page_test.go b/ctl/rbf_page_test.go index 4bcf4add2..7f4e1569d 100644 --- a/ctl/rbf_page_test.go +++ b/ctl/rbf_page_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestRBFPageCommand_Run(t *testing.T) { diff --git a/ctl/rbf_pages.go b/ctl/rbf_pages.go index 36713c246..6c7993fc4 100644 --- a/ctl/rbf_pages.go +++ b/ctl/rbf_pages.go @@ -8,9 +8,9 @@ import ( "io" "os" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/rbf" - "github.com/molecula/featurebase/v3/txkey" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/rbf" + "github.com/featurebasedb/featurebase/v3/txkey" ) // RBFPagesCommand represents a command for printing a list of RBF page metadata. diff --git a/ctl/rbf_pages_test.go b/ctl/rbf_pages_test.go index a83416908..96f8a0089 100644 --- a/ctl/rbf_pages_test.go +++ b/ctl/rbf_pages_test.go @@ -9,7 +9,7 @@ import ( "path/filepath" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestRBFPagesCommand_Run(t *testing.T) { diff --git a/ctl/restore_tar.go b/ctl/restore_tar.go index dbd14a636..dfd4056f8 100644 --- a/ctl/restore_tar.go +++ b/ctl/restore_tar.go @@ -15,11 +15,11 @@ import ( "strings" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/server" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/server" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/ctl/restore_tar_test.go b/ctl/restore_tar_test.go index af07f736b..692a76386 100644 --- a/ctl/restore_tar_test.go +++ b/ctl/restore_tar_test.go @@ -9,8 +9,8 @@ import ( "strings" "testing" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/test" ) func TestRestoreTarCommand_Run(t *testing.T) { diff --git a/ctl/restore_test.go b/ctl/restore_test.go index 015c83f27..69ac1baa6 100644 --- a/ctl/restore_test.go +++ b/ctl/restore_test.go @@ -7,7 +7,7 @@ import ( "io" "testing" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) func TestRestoreCommand_Run(t *testing.T) { diff --git a/dataframe_test.go b/dataframe_test.go index 1e041356b..a94bd2247 100644 --- a/dataframe_test.go +++ b/dataframe_test.go @@ -9,9 +9,9 @@ import ( "testing" "github.com/apache/arrow/go/v10/arrow" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/server" - "github.com/molecula/featurebase/v3/test" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/test" ) func TestExecutor_Apply(t *testing.T) { diff --git a/dax/address_test.go b/dax/address_test.go index 884f22965..b45fcbce5 100644 --- a/dax/address_test.go +++ b/dax/address_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" "github.com/stretchr/testify/assert" ) diff --git a/dax/boltdb/boltdb.go b/dax/boltdb/boltdb.go index aef7a13c7..1ddaf795c 100644 --- a/dax/boltdb/boltdb.go +++ b/dax/boltdb/boltdb.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/errors" bolt "go.etcd.io/bbolt" ) diff --git a/dax/boltdb/boltdb_test.go b/dax/boltdb/boltdb_test.go index f284be42b..205d4ba4a 100644 --- a/dax/boltdb/boltdb_test.go +++ b/dax/boltdb/boltdb_test.go @@ -3,7 +3,7 @@ package boltdb_test import ( "testing" - "github.com/molecula/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" ) // Ensure the test database can open & close. diff --git a/dax/boltdb/directiveversion.go b/dax/boltdb/directiveversion.go index 56d140dd1..b00452c6a 100644 --- a/dax/boltdb/directiveversion.go +++ b/dax/boltdb/directiveversion.go @@ -4,8 +4,8 @@ import ( "context" "encoding/binary" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) var ( diff --git a/dax/boltdb/node.go b/dax/boltdb/node.go index c0031213a..583ebb01d 100644 --- a/dax/boltdb/node.go +++ b/dax/boltdb/node.go @@ -6,9 +6,9 @@ import ( "encoding/json" "fmt" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) var ( diff --git a/dax/boltdb/node_test.go b/dax/boltdb/node_test.go index 6342d16ae..f9791ae5e 100644 --- a/dax/boltdb/node_test.go +++ b/dax/boltdb/node_test.go @@ -4,11 +4,11 @@ import ( "context" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/boltdb" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/boltdb/versionstore.go b/dax/boltdb/versionstore.go index 4b857c285..91075823e 100644 --- a/dax/boltdb/versionstore.go +++ b/dax/boltdb/versionstore.go @@ -8,10 +8,10 @@ import ( "strconv" "strings" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/inmem" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/inmem" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) var ( diff --git a/dax/boltdb/versionstore_test.go b/dax/boltdb/versionstore_test.go index d6bde2254..6ad687a69 100644 --- a/dax/boltdb/versionstore_test.go +++ b/dax/boltdb/versionstore_test.go @@ -6,10 +6,10 @@ import ( "sort" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/boltdb" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/computer/interfaces.go b/dax/computer/interfaces.go index 1ef6135e3..f04e926cc 100644 --- a/dax/computer/interfaces.go +++ b/dax/computer/interfaces.go @@ -4,7 +4,7 @@ import ( "context" "io" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // Registrar represents the methods which Computer uses to register itself with diff --git a/dax/computer/keys.go b/dax/computer/keys.go index 185c70ee5..bc9fa951b 100644 --- a/dax/computer/keys.go +++ b/dax/computer/keys.go @@ -4,7 +4,7 @@ import ( "fmt" "path" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) const ( diff --git a/dax/computer/logmessage.go b/dax/computer/logmessage.go index 74d33031f..3d7d9e5af 100644 --- a/dax/computer/logmessage.go +++ b/dax/computer/logmessage.go @@ -4,8 +4,8 @@ import ( "encoding/json" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) //////////////// Messages /////////////////////// diff --git a/dax/computer/logmessage_test.go b/dax/computer/logmessage_test.go index 944eaf86d..0658b219d 100644 --- a/dax/computer/logmessage_test.go +++ b/dax/computer/logmessage_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "github.com/molecula/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/dax/computer" "github.com/stretchr/testify/assert" ) diff --git a/dax/computer/noop.go b/dax/computer/noop.go index 01e6cc41c..296ab1661 100644 --- a/dax/computer/noop.go +++ b/dax/computer/noop.go @@ -4,7 +4,7 @@ import ( "context" "io" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // Ensure type implements interface. diff --git a/dax/computer/service/computer.go b/dax/computer/service/computer.go index 80ee002f6..b41b05123 100644 --- a/dax/computer/service/computer.go +++ b/dax/computer/service/computer.go @@ -6,17 +6,17 @@ import ( "net" "net/http" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/computer" - mdsclient "github.com/molecula/featurebase/v3/dax/mds/client" - "github.com/molecula/featurebase/v3/dax/snapshotter" - snapshotterclient "github.com/molecula/featurebase/v3/dax/snapshotter/client" - "github.com/molecula/featurebase/v3/dax/writelogger" - writeloggerclient "github.com/molecula/featurebase/v3/dax/writelogger/client" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" - fbserver "github.com/molecula/featurebase/v3/server" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/computer" + mdsclient "github.com/featurebasedb/featurebase/v3/dax/mds/client" + "github.com/featurebasedb/featurebase/v3/dax/snapshotter" + snapshotterclient "github.com/featurebasedb/featurebase/v3/dax/snapshotter/client" + "github.com/featurebasedb/featurebase/v3/dax/writelogger" + writeloggerclient "github.com/featurebasedb/featurebase/v3/dax/writelogger/client" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" + fbserver "github.com/featurebasedb/featurebase/v3/server" ) // Ensure type implements interface. diff --git a/dax/computer/snapshot.go b/dax/computer/snapshot.go index ac30f8b72..fd5103098 100644 --- a/dax/computer/snapshot.go +++ b/dax/computer/snapshot.go @@ -4,8 +4,8 @@ import ( "context" "io" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) // Ensure type implements interface. diff --git a/dax/computer/writelog.go b/dax/computer/writelog.go index 4c023b67b..df6999869 100644 --- a/dax/computer/writelog.go +++ b/dax/computer/writelog.go @@ -6,8 +6,8 @@ import ( "encoding/json" "io" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) // Ensure type implements interface. diff --git a/dax/errors.go b/dax/errors.go index 776fe5df9..d5bee2627 100644 --- a/dax/errors.go +++ b/dax/errors.go @@ -3,7 +3,7 @@ package dax import ( "fmt" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/errors" ) const ( diff --git a/dax/http/handler.go b/dax/http/handler.go index ced165926..44588ea31 100644 --- a/dax/http/handler.go +++ b/dax/http/handler.go @@ -7,12 +7,12 @@ import ( "runtime/debug" "time" - "github.com/molecula/featurebase/v3/dax/mds" - "github.com/molecula/featurebase/v3/dax/queryer" - "github.com/molecula/featurebase/v3/dax/snapshotter" - "github.com/molecula/featurebase/v3/dax/writelogger" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax/mds" + "github.com/featurebasedb/featurebase/v3/dax/queryer" + "github.com/featurebasedb/featurebase/v3/dax/snapshotter" + "github.com/featurebasedb/featurebase/v3/dax/writelogger" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) // Handler represents an HTTP handler. diff --git a/dax/inmem/versionstore.go b/dax/inmem/versionstore.go index 64cbf2564..a6071344a 100644 --- a/dax/inmem/versionstore.go +++ b/dax/inmem/versionstore.go @@ -5,8 +5,8 @@ import ( "sort" "sync" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) // Ensure type implements interface. diff --git a/dax/inmem/versionstore_test.go b/dax/inmem/versionstore_test.go index 35a7693cb..3ccf39967 100644 --- a/dax/inmem/versionstore_test.go +++ b/dax/inmem/versionstore_test.go @@ -4,9 +4,9 @@ import ( "context" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/inmem" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/inmem" + "github.com/featurebasedb/featurebase/v3/errors" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/client/client.go b/dax/mds/client/client.go index 359897e73..b87b057b0 100644 --- a/dax/mds/client/client.go +++ b/dax/mds/client/client.go @@ -9,11 +9,11 @@ import ( "io" "net/http" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - mdshttp "github.com/molecula/featurebase/v3/dax/mds/http" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + mdshttp "github.com/featurebasedb/featurebase/v3/dax/mds/http" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) const ( diff --git a/dax/mds/controller/alpha/director.go b/dax/mds/controller/alpha/director.go index ef8395d63..b7caa4903 100644 --- a/dax/mds/controller/alpha/director.go +++ b/dax/mds/controller/alpha/director.go @@ -5,11 +5,11 @@ import ( "context" "encoding/json" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/errors" - featurebaseserver "github.com/molecula/featurebase/v3/server" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/errors" + featurebaseserver "github.com/featurebasedb/featurebase/v3/server" ) // Ensure type implements interface. diff --git a/dax/mds/controller/balancer.go b/dax/mds/controller/balancer.go index 2fd7c00ff..0736eddb4 100644 --- a/dax/mds/controller/balancer.go +++ b/dax/mds/controller/balancer.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) type Balancer interface { diff --git a/dax/mds/controller/config.go b/dax/mds/controller/config.go index 0c3ac19b1..b9247a936 100644 --- a/dax/mds/controller/config.go +++ b/dax/mds/controller/config.go @@ -3,9 +3,9 @@ package controller import ( "time" - "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/logger" ) type NewBalancerFn func(string, logger.Logger) Balancer diff --git a/dax/mds/controller/controller.go b/dax/mds/controller/controller.go index a76221fef..0ca89272a 100644 --- a/dax/mds/controller/controller.go +++ b/dax/mds/controller/controller.go @@ -8,11 +8,11 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" "golang.org/x/sync/errgroup" ) diff --git a/dax/mds/controller/controller_test.go b/dax/mds/controller/controller_test.go index 22a226ef2..07eebfe19 100644 --- a/dax/mds/controller/controller_test.go +++ b/dax/mds/controller/controller_test.go @@ -7,13 +7,13 @@ import ( "sync" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/dax/mds/controller/naive/boltdb" - daxtest "github.com/molecula/featurebase/v3/dax/test" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/naive/boltdb" + daxtest "github.com/featurebasedb/featurebase/v3/dax/test" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/controller/director.go b/dax/mds/controller/director.go index 29710e137..6a5bd94a1 100644 --- a/dax/mds/controller/director.go +++ b/dax/mds/controller/director.go @@ -3,7 +3,7 @@ package controller import ( "context" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) type Director interface { diff --git a/dax/mds/controller/errors.go b/dax/mds/controller/errors.go index f4c13219b..51b13cd59 100644 --- a/dax/mds/controller/errors.go +++ b/dax/mds/controller/errors.go @@ -3,8 +3,8 @@ package controller import ( "fmt" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) const ( diff --git a/dax/mds/controller/http/director.go b/dax/mds/controller/http/director.go index 492ca5727..81b8127ef 100644 --- a/dax/mds/controller/http/director.go +++ b/dax/mds/controller/http/director.go @@ -11,10 +11,10 @@ import ( "net/http" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) // Ensure type implements interface. diff --git a/dax/mds/controller/naive/balancer.go b/dax/mds/controller/naive/balancer.go index 9a7bae300..4cc2ec18e 100644 --- a/dax/mds/controller/naive/balancer.go +++ b/dax/mds/controller/naive/balancer.go @@ -11,10 +11,10 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) // Ensure type implements interface. diff --git a/dax/mds/controller/naive/balancer_test.go b/dax/mds/controller/naive/balancer_test.go index c9b5cdf5b..2830789e7 100644 --- a/dax/mds/controller/naive/balancer_test.go +++ b/dax/mds/controller/naive/balancer_test.go @@ -6,11 +6,11 @@ import ( "os" "testing" - "github.com/molecula/featurebase/v3/dax" - daxbolt "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/controller/naive/boltdb" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + daxbolt "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/naive/boltdb" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/controller/naive/boltdb/balancer.go b/dax/mds/controller/naive/boltdb/balancer.go index 2b3e4fea0..93c5ebff7 100644 --- a/dax/mds/controller/naive/boltdb/balancer.go +++ b/dax/mds/controller/naive/boltdb/balancer.go @@ -8,12 +8,12 @@ import ( "fmt" "strings" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/dax/mds/controller/naive" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/naive" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) var ( diff --git a/dax/mds/controller/naive/boltdb/balancer_test.go b/dax/mds/controller/naive/boltdb/balancer_test.go index 4e6d4735e..b305f43c4 100644 --- a/dax/mds/controller/naive/boltdb/balancer_test.go +++ b/dax/mds/controller/naive/boltdb/balancer_test.go @@ -5,10 +5,10 @@ import ( "fmt" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller/naive/boltdb" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/naive/boltdb" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/controller/naive/types.go b/dax/mds/controller/naive/types.go index f2679e781..6995e24d0 100644 --- a/dax/mds/controller/naive/types.go +++ b/dax/mds/controller/naive/types.go @@ -3,7 +3,7 @@ package naive import ( "sort" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // jobSetDiffs is used internally to capture the diffs as they're happening. We diff --git a/dax/mds/controller/node_registerer.go b/dax/mds/controller/node_registerer.go index 9c74c3ee3..7f655a643 100644 --- a/dax/mds/controller/node_registerer.go +++ b/dax/mds/controller/node_registerer.go @@ -4,7 +4,7 @@ import ( "context" "time" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // nodeRegistrationRoutine is a long-running goroutine that reads diff --git a/dax/mds/controller/partitioner/partitioner.go b/dax/mds/controller/partitioner/partitioner.go index be35483a7..cdcb6ff88 100644 --- a/dax/mds/controller/partitioner/partitioner.go +++ b/dax/mds/controller/partitioner/partitioner.go @@ -6,7 +6,7 @@ import ( "encoding/binary" "hash/fnv" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // Partitioner encapsulates helper methods for determining partitions diff --git a/dax/mds/controller/partitioner/partitioner_test.go b/dax/mds/controller/partitioner/partitioner_test.go index 3e2fadf1f..92faf000a 100644 --- a/dax/mds/controller/partitioner/partitioner_test.go +++ b/dax/mds/controller/partitioner/partitioner_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller/partitioner" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/partitioner" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/controller/sets.go b/dax/mds/controller/sets.go index d74856e69..deb42a801 100644 --- a/dax/mds/controller/sets.go +++ b/dax/mds/controller/sets.go @@ -3,7 +3,7 @@ package controller import ( "sort" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // StringSet is a set of strings. diff --git a/dax/mds/controller/stringers.go b/dax/mds/controller/stringers.go index 24002d57f..fae28e92c 100644 --- a/dax/mds/controller/stringers.go +++ b/dax/mds/controller/stringers.go @@ -5,8 +5,8 @@ import ( "strconv" "strings" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) // pUnit represents a table/partition combination. As a Stringer, it can be diff --git a/dax/mds/controller/types.go b/dax/mds/controller/types.go index 65d3e97a3..1c1ce4dbf 100644 --- a/dax/mds/controller/types.go +++ b/dax/mds/controller/types.go @@ -1,6 +1,6 @@ package controller -import "github.com/molecula/featurebase/v3/dax" +import "github.com/featurebasedb/featurebase/v3/dax" // ComputeNode represents a compute node and the table/shards for which it is // responsible. diff --git a/dax/mds/http/addressmanager.go b/dax/mds/http/addressmanager.go index 0e9a770ca..65ba714a6 100644 --- a/dax/mds/http/addressmanager.go +++ b/dax/mds/http/addressmanager.go @@ -9,8 +9,8 @@ import ( "log" "net/http" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) var ErrNotImplemented = errors.New(errors.ErrUncoded, "not implemented") diff --git a/dax/mds/http/handler.go b/dax/mds/http/handler.go index ff6fd3942..97686f85a 100644 --- a/dax/mds/http/handler.go +++ b/dax/mds/http/handler.go @@ -5,9 +5,9 @@ import ( "net/http" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds" - "github.com/molecula/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" ) func Handler(mds *mds.MDS) http.Handler { diff --git a/dax/mds/mds.go b/dax/mds/mds.go index f52fa111e..28d300fd8 100644 --- a/dax/mds/mds.go +++ b/dax/mds/mds.go @@ -8,16 +8,16 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/computer" - "github.com/molecula/featurebase/v3/dax/mds/controller" - naiveboltdb "github.com/molecula/featurebase/v3/dax/mds/controller/naive/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/poller" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - schemarboltdb "github.com/molecula/featurebase/v3/dax/mds/schemar/boltdb" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + naiveboltdb "github.com/featurebasedb/featurebase/v3/dax/mds/controller/naive/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/poller" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + schemarboltdb "github.com/featurebasedb/featurebase/v3/dax/mds/schemar/boltdb" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) type Config struct { diff --git a/dax/mds/poller/config.go b/dax/mds/poller/config.go index b259008a7..6c0bdd151 100644 --- a/dax/mds/poller/config.go +++ b/dax/mds/poller/config.go @@ -3,8 +3,8 @@ package poller import ( "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/logger" ) type Config struct { diff --git a/dax/mds/poller/interfaces.go b/dax/mds/poller/interfaces.go index 2eabaf045..c478203ca 100644 --- a/dax/mds/poller/interfaces.go +++ b/dax/mds/poller/interfaces.go @@ -5,8 +5,8 @@ import ( "net/http" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/logger" ) // NodePoller is an interface to anything which has the ability to poll a diff --git a/dax/mds/poller/poller.go b/dax/mds/poller/poller.go index 51d5f28ed..96ac34cbe 100644 --- a/dax/mds/poller/poller.go +++ b/dax/mds/poller/poller.go @@ -6,8 +6,8 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/logger" ) // Poller maintains a list of nodes to poll. It also polls them. diff --git a/dax/mds/poller/poller_test.go b/dax/mds/poller/poller_test.go index ceb5e2470..a1d1cf8fb 100644 --- a/dax/mds/poller/poller_test.go +++ b/dax/mds/poller/poller_test.go @@ -9,10 +9,10 @@ import ( "testing" "time" - "github.com/molecula/featurebase/v3/dax" - mds_http "github.com/molecula/featurebase/v3/dax/mds/http" - "github.com/molecula/featurebase/v3/dax/mds/poller" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + mds_http "github.com/featurebasedb/featurebase/v3/dax/mds/http" + "github.com/featurebasedb/featurebase/v3/dax/mds/poller" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/schemar/boltdb/schemar.go b/dax/mds/schemar/boltdb/schemar.go index 6c7e5549a..a5862a785 100644 --- a/dax/mds/schemar/boltdb/schemar.go +++ b/dax/mds/schemar/boltdb/schemar.go @@ -10,11 +10,11 @@ import ( "strings" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) var ( diff --git a/dax/mds/schemar/boltdb/schemar_test.go b/dax/mds/schemar/boltdb/schemar_test.go index def03a0e6..aba271ebd 100644 --- a/dax/mds/schemar/boltdb/schemar_test.go +++ b/dax/mds/schemar/boltdb/schemar_test.go @@ -4,12 +4,12 @@ import ( "context" "testing" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/schemar/boltdb" - daxtest "github.com/molecula/featurebase/v3/dax/test" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar/boltdb" + daxtest "github.com/featurebasedb/featurebase/v3/dax/test" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/schemar/errors.go b/dax/mds/schemar/errors.go index 12ed61aad..7e1025ec6 100644 --- a/dax/mds/schemar/errors.go +++ b/dax/mds/schemar/errors.go @@ -3,8 +3,8 @@ package schemar import ( "fmt" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) const ( diff --git a/dax/mds/schemar/http/handler.go b/dax/mds/schemar/http/handler.go index 18e6969ef..eb8dd3f1f 100644 --- a/dax/mds/schemar/http/handler.go +++ b/dax/mds/schemar/http/handler.go @@ -5,8 +5,8 @@ import ( "net/http" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" ) func Handler(s schemar.Schemar) http.Handler { diff --git a/dax/mds/schemar/schemar.go b/dax/mds/schemar/schemar.go index b1639f137..e49052863 100644 --- a/dax/mds/schemar/schemar.go +++ b/dax/mds/schemar/schemar.go @@ -4,7 +4,7 @@ package schemar import ( "context" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) type Schemar interface { diff --git a/dax/mds/schemar/schemar_test.go b/dax/mds/schemar/schemar_test.go index 44f9a67fd..8f0904af3 100644 --- a/dax/mds/schemar/schemar_test.go +++ b/dax/mds/schemar/schemar_test.go @@ -4,9 +4,9 @@ import ( "context" "testing" - "github.com/molecula/featurebase/v3/dax" - daxtest "github.com/molecula/featurebase/v3/dax/test" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + daxtest "github.com/featurebasedb/featurebase/v3/dax/test" + "github.com/featurebasedb/featurebase/v3/errors" "github.com/stretchr/testify/assert" ) diff --git a/dax/mds/service/mds.go b/dax/mds/service/mds.go index 22436b2d5..b4912effd 100644 --- a/dax/mds/service/mds.go +++ b/dax/mds/service/mds.go @@ -3,11 +3,11 @@ package service import ( "net/http" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds" - mdshttp "github.com/molecula/featurebase/v3/dax/mds/http" - "github.com/molecula/featurebase/v3/errors" - fbnet "github.com/molecula/featurebase/v3/net" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds" + mdshttp "github.com/featurebasedb/featurebase/v3/dax/mds/http" + "github.com/featurebasedb/featurebase/v3/errors" + fbnet "github.com/featurebasedb/featurebase/v3/net" ) // Ensure type implements interface. diff --git a/dax/node.go b/dax/node.go index 8b6f9d331..8bc16790e 100644 --- a/dax/node.go +++ b/dax/node.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/errors" ) // Node is used in API requests, like RegisterNode (before being assigned diff --git a/dax/queryer/client/client.go b/dax/queryer/client/client.go index 2376a0e01..6e438c4d8 100644 --- a/dax/queryer/client/client.go +++ b/dax/queryer/client/client.go @@ -9,11 +9,11 @@ import ( "io" "net/http" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - queryerhttp "github.com/molecula/featurebase/v3/dax/queryer/http" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + queryerhttp "github.com/featurebasedb/featurebase/v3/dax/queryer/http" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) const ( diff --git a/dax/queryer/config.go b/dax/queryer/config.go index e44cabde6..9fcc04134 100644 --- a/dax/queryer/config.go +++ b/dax/queryer/config.go @@ -1,7 +1,7 @@ package queryer import ( - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/logger" ) // Config defines the configuration parameters for Queryer. At the moment, it's diff --git a/dax/queryer/featurebase_importer.go b/dax/queryer/featurebase_importer.go index 087df1a8d..e829a3d17 100644 --- a/dax/queryer/featurebase_importer.go +++ b/dax/queryer/featurebase_importer.go @@ -3,7 +3,7 @@ package queryer import ( "context" - featurebase "github.com/molecula/featurebase/v3" + featurebase "github.com/featurebasedb/featurebase/v3" ) // Ensure type implements interface. diff --git a/dax/queryer/http/handler.go b/dax/queryer/http/handler.go index 579c7d3f9..de344086b 100644 --- a/dax/queryer/http/handler.go +++ b/dax/queryer/http/handler.go @@ -5,8 +5,8 @@ import ( "net/http" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/queryer" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/queryer" ) func Handler(q *queryer.Queryer) http.Handler { diff --git a/dax/queryer/interfaces.go b/dax/queryer/interfaces.go index 9abdf95cc..3ecfc48cc 100644 --- a/dax/queryer/interfaces.go +++ b/dax/queryer/interfaces.go @@ -3,10 +3,10 @@ package queryer import ( "context" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/dax/mds/schemar" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" ) type MDS interface { diff --git a/dax/queryer/orchestrator.go b/dax/queryer/orchestrator.go index 63842cc64..0dedbbe9e 100644 --- a/dax/queryer/orchestrator.go +++ b/dax/queryer/orchestrator.go @@ -9,15 +9,15 @@ import ( "strings" "time" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/tracing" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/stats" + "github.com/featurebasedb/featurebase/v3/tracing" "golang.org/x/sync/errgroup" ) diff --git a/dax/queryer/queryer.go b/dax/queryer/queryer.go index 667172909..c5eedda61 100644 --- a/dax/queryer/queryer.go +++ b/dax/queryer/queryer.go @@ -8,21 +8,21 @@ import ( "strings" "time" - featurebase "github.com/molecula/featurebase/v3" - fbcontext "github.com/molecula/featurebase/v3/context" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/encoding/proto" - "github.com/molecula/featurebase/v3/errors" - idkmds "github.com/molecula/featurebase/v3/idk/mds" - "github.com/molecula/featurebase/v3/logger" - featurebase_pql "github.com/molecula/featurebase/v3/pql" - fbproto "github.com/molecula/featurebase/v3/proto" - "github.com/molecula/featurebase/v3/server" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner" - plannertypes "github.com/molecula/featurebase/v3/sql3/planner/types" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/systemlayer" + featurebase "github.com/featurebasedb/featurebase/v3" + fbcontext "github.com/featurebasedb/featurebase/v3/context" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/encoding/proto" + "github.com/featurebasedb/featurebase/v3/errors" + idkmds "github.com/featurebasedb/featurebase/v3/idk/mds" + "github.com/featurebasedb/featurebase/v3/logger" + featurebase_pql "github.com/featurebasedb/featurebase/v3/pql" + fbproto "github.com/featurebasedb/featurebase/v3/proto" + "github.com/featurebasedb/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner" + plannertypes "github.com/featurebasedb/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/stats" + "github.com/featurebasedb/featurebase/v3/systemlayer" uuid "github.com/satori/go.uuid" ) diff --git a/dax/queryer/schema_api.go b/dax/queryer/schema_api.go index a0a0ac53d..b3f39acd6 100644 --- a/dax/queryer/schema_api.go +++ b/dax/queryer/schema_api.go @@ -3,10 +3,10 @@ package queryer import ( "context" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - "github.com/molecula/featurebase/v3/errors" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/errors" ) // Ensure type implements interface. diff --git a/dax/queryer/schema_info_api.go b/dax/queryer/schema_info_api.go index 3c3984c69..d95ef94c4 100644 --- a/dax/queryer/schema_info_api.go +++ b/dax/queryer/schema_info_api.go @@ -3,10 +3,10 @@ package queryer import ( "context" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - "github.com/molecula/featurebase/v3/errors" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + "github.com/featurebasedb/featurebase/v3/errors" ) // Ensure type implements interface. diff --git a/dax/queryer/service/queryer.go b/dax/queryer/service/queryer.go index a51c480fc..56822b116 100644 --- a/dax/queryer/service/queryer.go +++ b/dax/queryer/service/queryer.go @@ -3,13 +3,13 @@ package service import ( "net/http" - "github.com/molecula/featurebase/v3/dax" - mdsclient "github.com/molecula/featurebase/v3/dax/mds/client" - "github.com/molecula/featurebase/v3/dax/queryer" - queryerhttp "github.com/molecula/featurebase/v3/dax/queryer/http" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" - fbnet "github.com/molecula/featurebase/v3/net" + "github.com/featurebasedb/featurebase/v3/dax" + mdsclient "github.com/featurebasedb/featurebase/v3/dax/mds/client" + "github.com/featurebasedb/featurebase/v3/dax/queryer" + queryerhttp "github.com/featurebasedb/featurebase/v3/dax/queryer/http" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" + fbnet "github.com/featurebasedb/featurebase/v3/net" ) // Ensure type implements interface. diff --git a/dax/queryer/translator.go b/dax/queryer/translator.go index 8ac624529..d6680c7a9 100644 --- a/dax/queryer/translator.go +++ b/dax/queryer/translator.go @@ -4,13 +4,13 @@ import ( "context" "net/http" - pilosa "github.com/molecula/featurebase/v3" - featurebase_client "github.com/molecula/featurebase/v3/client" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller/partitioner" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/encoding/proto" - "github.com/molecula/featurebase/v3/errors" + pilosa "github.com/featurebasedb/featurebase/v3" + featurebase_client "github.com/featurebasedb/featurebase/v3/client" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/partitioner" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/encoding/proto" + "github.com/featurebasedb/featurebase/v3/errors" ) // Ensure type implements interface. diff --git a/dax/server/config.go b/dax/server/config.go index 4b7ee5e06..e852675e7 100644 --- a/dax/server/config.go +++ b/dax/server/config.go @@ -10,12 +10,12 @@ import ( "strings" "time" - "github.com/molecula/featurebase/v3/dax/mds" - "github.com/molecula/featurebase/v3/dax/queryer" - "github.com/molecula/featurebase/v3/dax/snapshotter" - "github.com/molecula/featurebase/v3/dax/writelogger" - "github.com/molecula/featurebase/v3/errors" - fbserver "github.com/molecula/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/dax/mds" + "github.com/featurebasedb/featurebase/v3/dax/queryer" + "github.com/featurebasedb/featurebase/v3/dax/snapshotter" + "github.com/featurebasedb/featurebase/v3/dax/writelogger" + "github.com/featurebasedb/featurebase/v3/errors" + fbserver "github.com/featurebasedb/featurebase/v3/server" ) const ( diff --git a/dax/server/server.go b/dax/server/server.go index 37bb692b8..f1ded7228 100644 --- a/dax/server/server.go +++ b/dax/server/server.go @@ -22,18 +22,18 @@ import ( "golang.org/x/sync/errgroup" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - computersvc "github.com/molecula/featurebase/v3/dax/computer/service" - daxhttp "github.com/molecula/featurebase/v3/dax/http" - "github.com/molecula/featurebase/v3/dax/mds" - controllerhttp "github.com/molecula/featurebase/v3/dax/mds/controller/http" - mdssvc "github.com/molecula/featurebase/v3/dax/mds/service" - "github.com/molecula/featurebase/v3/dax/queryer" - queryersvc "github.com/molecula/featurebase/v3/dax/queryer/service" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" - fbnet "github.com/molecula/featurebase/v3/net" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + computersvc "github.com/featurebasedb/featurebase/v3/dax/computer/service" + daxhttp "github.com/featurebasedb/featurebase/v3/dax/http" + "github.com/featurebasedb/featurebase/v3/dax/mds" + controllerhttp "github.com/featurebasedb/featurebase/v3/dax/mds/controller/http" + mdssvc "github.com/featurebasedb/featurebase/v3/dax/mds/service" + "github.com/featurebasedb/featurebase/v3/dax/queryer" + queryersvc "github.com/featurebasedb/featurebase/v3/dax/queryer/service" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" + fbnet "github.com/featurebasedb/featurebase/v3/net" ) // Command represents the state of the dax server command. diff --git a/dax/server/test/managed.go b/dax/server/test/managed.go index 8f7b3a507..c3b5ada02 100644 --- a/dax/server/test/managed.go +++ b/dax/server/test/managed.go @@ -11,15 +11,15 @@ import ( "testing" "time" - "github.com/molecula/featurebase/v3/dax" - computersvc "github.com/molecula/featurebase/v3/dax/computer/service" - "github.com/molecula/featurebase/v3/dax/mds" - mdssvc "github.com/molecula/featurebase/v3/dax/mds/service" - "github.com/molecula/featurebase/v3/dax/queryer" - queryersvc "github.com/molecula/featurebase/v3/dax/queryer/service" - "github.com/molecula/featurebase/v3/dax/server" - "github.com/molecula/featurebase/v3/errors" - fbtest "github.com/molecula/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/dax" + computersvc "github.com/featurebasedb/featurebase/v3/dax/computer/service" + "github.com/featurebasedb/featurebase/v3/dax/mds" + mdssvc "github.com/featurebasedb/featurebase/v3/dax/mds/service" + "github.com/featurebasedb/featurebase/v3/dax/queryer" + queryersvc "github.com/featurebasedb/featurebase/v3/dax/queryer/service" + "github.com/featurebasedb/featurebase/v3/dax/server" + "github.com/featurebasedb/featurebase/v3/errors" + fbtest "github.com/featurebasedb/featurebase/v3/test" "github.com/stretchr/testify/assert" ) diff --git a/dax/service_manager.go b/dax/service_manager.go index b19ba695a..b541cf081 100644 --- a/dax/service_manager.go +++ b/dax/service_manager.go @@ -6,8 +6,8 @@ import ( "sync" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) // ServiceKey is a unique key used to identify one service managed by the diff --git a/dax/snapshotter/client/client.go b/dax/snapshotter/client/client.go index 852a479fd..ac8e5a72a 100644 --- a/dax/snapshotter/client/client.go +++ b/dax/snapshotter/client/client.go @@ -9,9 +9,9 @@ import ( "net/http" "net/url" - "github.com/molecula/featurebase/v3/dax" - snapshotterhttp "github.com/molecula/featurebase/v3/dax/snapshotter/http" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + snapshotterhttp "github.com/featurebasedb/featurebase/v3/dax/snapshotter/http" + "github.com/featurebasedb/featurebase/v3/errors" ) const defaultScheme = "http" diff --git a/dax/snapshotter/config.go b/dax/snapshotter/config.go index 7679f3da9..7ace20546 100644 --- a/dax/snapshotter/config.go +++ b/dax/snapshotter/config.go @@ -1,6 +1,6 @@ package snapshotter -import "github.com/molecula/featurebase/v3/logger" +import "github.com/featurebasedb/featurebase/v3/logger" type Config struct { DataDir string `toml:"data-dir"` diff --git a/dax/snapshotter/http/handler.go b/dax/snapshotter/http/handler.go index 82489a765..b559b2845 100644 --- a/dax/snapshotter/http/handler.go +++ b/dax/snapshotter/http/handler.go @@ -7,8 +7,8 @@ import ( "strconv" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/dax/snapshotter" - "github.com/molecula/featurebase/v3/rbf" + "github.com/featurebasedb/featurebase/v3/dax/snapshotter" + "github.com/featurebasedb/featurebase/v3/rbf" ) func Handler(s *snapshotter.Snapshotter) http.Handler { diff --git a/dax/snapshotter/snapshotter.go b/dax/snapshotter/snapshotter.go index ad7b5a8ee..7f46fc012 100644 --- a/dax/snapshotter/snapshotter.go +++ b/dax/snapshotter/snapshotter.go @@ -10,8 +10,8 @@ import ( "path" "sync" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) type Snapshotter struct { diff --git a/dax/table.go b/dax/table.go index ab9c566da..b75a62b29 100644 --- a/dax/table.go +++ b/dax/table.go @@ -7,8 +7,8 @@ import ( "strings" "time" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/pql" ) //////////////////////////////////////////////////////////////////////////////// diff --git a/dax/table_test.go b/dax/table_test.go index 8188c60fb..091722cdd 100644 --- a/dax/table_test.go +++ b/dax/table_test.go @@ -8,8 +8,8 @@ import ( "testing" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/stretchr/testify/assert" ) diff --git a/dax/test/boltdb/helpers.go b/dax/test/boltdb/helpers.go index afe98f5eb..e7a520270 100644 --- a/dax/test/boltdb/helpers.go +++ b/dax/test/boltdb/helpers.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/molecula/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" "github.com/stretchr/testify/assert" ) diff --git a/dax/test/dax/dax_test.go b/dax/test/dax/dax_test.go index 189dd9259..9b5c4d611 100644 --- a/dax/test/dax/dax_test.go +++ b/dax/test/dax/dax_test.go @@ -9,14 +9,14 @@ import ( "testing" "time" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - mdsclient "github.com/molecula/featurebase/v3/dax/mds/client" - queryerclient "github.com/molecula/featurebase/v3/dax/queryer/client" - "github.com/molecula/featurebase/v3/dax/server" - "github.com/molecula/featurebase/v3/dax/server/test" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/sql3/test/defs" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + mdsclient "github.com/featurebasedb/featurebase/v3/dax/mds/client" + queryerclient "github.com/featurebasedb/featurebase/v3/dax/queryer/client" + "github.com/featurebasedb/featurebase/v3/dax/server" + "github.com/featurebasedb/featurebase/v3/dax/server/test" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/sql3/test/defs" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/dax/test/schemar.go b/dax/test/schemar.go index 6002de722..7a1c6291d 100644 --- a/dax/test/schemar.go +++ b/dax/test/schemar.go @@ -4,11 +4,11 @@ import ( "os" "testing" - "github.com/molecula/featurebase/v3/dax/boltdb" - "github.com/molecula/featurebase/v3/dax/mds/schemar" - schemarbolt "github.com/molecula/featurebase/v3/dax/mds/schemar/boltdb" - testbolt "github.com/molecula/featurebase/v3/dax/test/boltdb" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax/boltdb" + "github.com/featurebasedb/featurebase/v3/dax/mds/schemar" + schemarbolt "github.com/featurebasedb/featurebase/v3/dax/mds/schemar/boltdb" + testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb" + "github.com/featurebasedb/featurebase/v3/logger" ) func NewSchemar(t *testing.T) (schemar schemar.Schemar, cleanup func()) { diff --git a/dax/test/table.go b/dax/test/table.go index 05431bb74..8d2ba93e8 100644 --- a/dax/test/table.go +++ b/dax/test/table.go @@ -4,7 +4,7 @@ package test import ( "testing" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // TestQualifiedTable is a test helper function for creating a table based on a diff --git a/dax/writelogger/client/client.go b/dax/writelogger/client/client.go index 5e66deb73..73ac31338 100644 --- a/dax/writelogger/client/client.go +++ b/dax/writelogger/client/client.go @@ -8,8 +8,8 @@ import ( "io" "net/http" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" ) const defaultScheme = "http" diff --git a/dax/writelogger/config.go b/dax/writelogger/config.go index 6c8a5d364..207b78f86 100644 --- a/dax/writelogger/config.go +++ b/dax/writelogger/config.go @@ -1,6 +1,6 @@ package writelogger -import "github.com/molecula/featurebase/v3/logger" +import "github.com/featurebasedb/featurebase/v3/logger" type Config struct { DataDir string `toml:"data-dir"` diff --git a/dax/writelogger/http/handler.go b/dax/writelogger/http/handler.go index ea1f93e61..6366a7f26 100644 --- a/dax/writelogger/http/handler.go +++ b/dax/writelogger/http/handler.go @@ -6,8 +6,8 @@ import ( "net/http" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/dax/writelogger" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/dax/writelogger" + "github.com/featurebasedb/featurebase/v3/logger" ) func Handler(w *writelogger.WriteLogger, logger logger.Logger) http.Handler { diff --git a/dax/writelogger/writelogger.go b/dax/writelogger/writelogger.go index 70b3e0530..db54f859b 100644 --- a/dax/writelogger/writelogger.go +++ b/dax/writelogger/writelogger.go @@ -9,8 +9,8 @@ import ( "path" "sync" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) type WriteLogger struct { diff --git a/dax/writelogger/writelogger_test.go b/dax/writelogger/writelogger_test.go index 7cfb6dfd4..ddcf17745 100644 --- a/dax/writelogger/writelogger_test.go +++ b/dax/writelogger/writelogger_test.go @@ -8,7 +8,7 @@ import ( "path" "testing" - "github.com/molecula/featurebase/v3/dax/writelogger" + "github.com/featurebasedb/featurebase/v3/dax/writelogger" "github.com/stretchr/testify/assert" ) diff --git a/encoding/proto/proto.go b/encoding/proto/proto.go index 55ec18435..19a8cfffd 100644 --- a/encoding/proto/proto.go +++ b/encoding/proto/proto.go @@ -17,13 +17,13 @@ import ( "github.com/apache/arrow/go/v10/parquet/pqarrow" "github.com/gogo/protobuf/proto" "github.com/gomem/gomem/pkg/dataframe" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/disco" - pnet "github.com/molecula/featurebase/v3/net" - "github.com/molecula/featurebase/v3/pb" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/vprint" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/disco" + pnet "github.com/featurebasedb/featurebase/v3/net" + "github.com/featurebasedb/featurebase/v3/pb" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/vprint" "github.com/pkg/errors" ) diff --git a/encoding/proto/proto_test.go b/encoding/proto/proto_test.go index c0c95f783..c401932b2 100644 --- a/encoding/proto/proto_test.go +++ b/encoding/proto/proto_test.go @@ -10,8 +10,8 @@ import ( "github.com/apache/arrow/go/v10/arrow/array" "github.com/apache/arrow/go/v10/arrow/memory" "github.com/gomem/gomem/pkg/dataframe" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/pb" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/pb" ) func testOneRoundTrip(t *testing.T, s pilosa.Serializer, obj pilosa.Message, expectedMarshalErr error, expectedUnmarshalErr error, expectedMismatchErr error) { diff --git a/et_test.go b/et_test.go index 08e2120fe..22cc92720 100644 --- a/et_test.go +++ b/et_test.go @@ -3,8 +3,8 @@ package pilosa_test import ( "testing" - "github.com/molecula/featurebase/v3/test" - "github.com/molecula/featurebase/v3/vprint" + "github.com/featurebasedb/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/vprint" ) func TestEtcd_StartStop(t *testing.T) { diff --git a/executor.go b/executor.go index ffe4fe2c0..c6944f3ca 100644 --- a/executor.go +++ b/executor.go @@ -19,15 +19,15 @@ import ( "github.com/gomem/gomem/pkg/dataframe" "github.com/lib/pq" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/proto" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/shardwidth" - "github.com/molecula/featurebase/v3/task" - "github.com/molecula/featurebase/v3/testhook" - "github.com/molecula/featurebase/v3/tracing" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/proto" + "github.com/featurebasedb/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/shardwidth" + "github.com/featurebasedb/featurebase/v3/task" + "github.com/featurebasedb/featurebase/v3/testhook" + "github.com/featurebasedb/featurebase/v3/tracing" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/executor_test.go b/executor_test.go index a5b61e43f..27ed8c058 100644 --- a/executor_test.go +++ b/executor_test.go @@ -33,16 +33,16 @@ import ( "github.com/featurebasedb/featurebase/v3/testhook" . "github.com/featurebasedb/featurebase/v3/vprint" // nolint:staticcheck "github.com/google/go-cmp/cmp" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/ctl" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/proto" - "github.com/molecula/featurebase/v3/server" - "github.com/molecula/featurebase/v3/test" - "github.com/molecula/featurebase/v3/testhook" - . "github.com/molecula/featurebase/v3/vprint" // nolint:staticcheck + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/ctl" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/proto" + "github.com/featurebasedb/featurebase/v3/server" + "github.com/featurebasedb/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/testhook" + . "github.com/featurebasedb/featurebase/v3/vprint" // nolint:staticcheck "github.com/pkg/errors" ) diff --git a/fbcloud/client.go b/fbcloud/client.go index c675763d5..74ef679c2 100644 --- a/fbcloud/client.go +++ b/fbcloud/client.go @@ -9,7 +9,7 @@ import ( "strings" "time" - featurebase "github.com/molecula/featurebase/v3" + featurebase "github.com/featurebasedb/featurebase/v3" "github.com/pkg/errors" ) diff --git a/holder.go b/holder.go index f7d57ecf7..f6004f348 100644 --- a/holder.go +++ b/holder.go @@ -13,15 +13,15 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - rbfcfg "github.com/molecula/featurebase/v3/rbf/cfg" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/storage" - "github.com/molecula/featurebase/v3/testhook" - "github.com/molecula/featurebase/v3/vprint" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + rbfcfg "github.com/featurebasedb/featurebase/v3/rbf/cfg" + "github.com/featurebasedb/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/stats" + "github.com/featurebasedb/featurebase/v3/storage" + "github.com/featurebasedb/featurebase/v3/testhook" + "github.com/featurebasedb/featurebase/v3/vprint" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/http_handler.go b/http_handler.go index e9b5cc96f..95cefe351 100644 --- a/http_handler.go +++ b/http_handler.go @@ -32,18 +32,18 @@ import ( "github.com/felixge/fgprof" "github.com/gorilla/handlers" "github.com/gorilla/mux" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/authz" - fbcontext "github.com/molecula/featurebase/v3/context" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/monitor" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/rbf" - "github.com/molecula/featurebase/v3/sql3/planner/types" - "github.com/molecula/featurebase/v3/storage" - "github.com/molecula/featurebase/v3/tracing" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/authz" + fbcontext "github.com/featurebasedb/featurebase/v3/context" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/monitor" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/rbf" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/storage" + "github.com/featurebasedb/featurebase/v3/tracing" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus/promhttp" dto "github.com/prometheus/client_model/go" diff --git a/idk/api/schema.go b/idk/api/schema.go index d834f9056..447053140 100644 --- a/idk/api/schema.go +++ b/idk/api/schema.go @@ -5,9 +5,9 @@ import ( "io" "time" - pilosa "github.com/molecula/featurebase/v3" - pilosaclient "github.com/molecula/featurebase/v3/client" - clienttypes "github.com/molecula/featurebase/v3/client/types" + pilosa "github.com/featurebasedb/featurebase/v3" + pilosaclient "github.com/featurebasedb/featurebase/v3/client" + clienttypes "github.com/featurebasedb/featurebase/v3/client/types" "github.com/pkg/errors" ) diff --git a/idk/datagen/cmd.go b/idk/datagen/cmd.go index 27fcd3caf..e8e66ac8f 100644 --- a/idk/datagen/cmd.go +++ b/idk/datagen/cmd.go @@ -12,10 +12,10 @@ import ( "sync" "github.com/glycerine/vprint" - pilosaclient "github.com/molecula/featurebase/v3/client" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/idk" - "github.com/molecula/featurebase/v3/logger" + pilosaclient "github.com/featurebasedb/featurebase/v3/client" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/idk" + "github.com/featurebasedb/featurebase/v3/logger" "github.com/pkg/errors" "github.com/featurebasedb/featurebase/v3/idk/common" diff --git a/idk/ingest.go b/idk/ingest.go index a7a272499..b6ef0328f 100644 --- a/idk/ingest.go +++ b/idk/ingest.go @@ -24,19 +24,19 @@ import ( "time" "github.com/felixge/fgprof" - pilosacore "github.com/molecula/featurebase/v3" - pilosagrpc "github.com/molecula/featurebase/v3/api/client" - pilosabatch "github.com/molecula/featurebase/v3/batch" - pilosaclient "github.com/molecula/featurebase/v3/client" - client_types "github.com/molecula/featurebase/v3/client/types" - "github.com/molecula/featurebase/v3/dax" - mdsclient "github.com/molecula/featurebase/v3/dax/mds/client" - "github.com/molecula/featurebase/v3/idk/mds" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/prometheus" - proto "github.com/molecula/featurebase/v3/proto" - "github.com/molecula/featurebase/v3/stats" + pilosacore "github.com/featurebasedb/featurebase/v3" + pilosagrpc "github.com/featurebasedb/featurebase/v3/api/client" + pilosabatch "github.com/featurebasedb/featurebase/v3/batch" + pilosaclient "github.com/featurebasedb/featurebase/v3/client" + client_types "github.com/featurebasedb/featurebase/v3/client/types" + "github.com/featurebasedb/featurebase/v3/dax" + mdsclient "github.com/featurebasedb/featurebase/v3/dax/mds/client" + "github.com/featurebasedb/featurebase/v3/idk/mds" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/prometheus" + proto "github.com/featurebasedb/featurebase/v3/proto" + "github.com/featurebasedb/featurebase/v3/stats" "github.com/pkg/errors" prom "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" diff --git a/idk/ingest_test.go b/idk/ingest_test.go index 959b0312d..df371680b 100644 --- a/idk/ingest_test.go +++ b/idk/ingest_test.go @@ -19,16 +19,16 @@ import ( "github.com/featurebasedb/featurebase/v3/idk/idktest" "github.com/featurebasedb/featurebase/v3/logger" "github.com/golang-jwt/jwt" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - batch "github.com/molecula/featurebase/v3/batch" - pilosaclient "github.com/molecula/featurebase/v3/client" - "github.com/molecula/featurebase/v3/dax" - mdsclient "github.com/molecula/featurebase/v3/dax/mds/client" - "github.com/molecula/featurebase/v3/idk/idktest" - "github.com/molecula/featurebase/v3/idk/mds" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/pql" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + batch "github.com/featurebasedb/featurebase/v3/batch" + pilosaclient "github.com/featurebasedb/featurebase/v3/client" + "github.com/featurebasedb/featurebase/v3/dax" + mdsclient "github.com/featurebasedb/featurebase/v3/dax/mds/client" + "github.com/featurebasedb/featurebase/v3/idk/idktest" + "github.com/featurebasedb/featurebase/v3/idk/mds" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/pkg/errors" "github.com/stretchr/testify/assert" ) diff --git a/idk/mds/importer.go b/idk/mds/importer.go index 4f0cc0863..0c1cf6cf9 100644 --- a/idk/mds/importer.go +++ b/idk/mds/importer.go @@ -5,11 +5,11 @@ import ( "sync" "time" - featurebase "github.com/molecula/featurebase/v3" - featurebaseclient "github.com/molecula/featurebase/v3/client" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/mds/controller/partitioner" - "github.com/molecula/featurebase/v3/roaring" + featurebase "github.com/featurebasedb/featurebase/v3" + featurebaseclient "github.com/featurebasedb/featurebase/v3/client" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/mds/controller/partitioner" + "github.com/featurebasedb/featurebase/v3/roaring" "github.com/pkg/errors" ) diff --git a/idk/mds/mds.go b/idk/mds/mds.go index e81f69914..eb51fb4c4 100644 --- a/idk/mds/mds.go +++ b/idk/mds/mds.go @@ -4,7 +4,7 @@ package mds import ( "context" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) // MDS represents the MDS methods which importer uses. diff --git a/idk/mds/schemamanager.go b/idk/mds/schemamanager.go index a0b671c09..b73fe4537 100644 --- a/idk/mds/schemamanager.go +++ b/idk/mds/schemamanager.go @@ -4,12 +4,12 @@ import ( "context" "time" - featurebase "github.com/molecula/featurebase/v3" - featurebase_client "github.com/molecula/featurebase/v3/client" - "github.com/molecula/featurebase/v3/dax" - mdsclient "github.com/molecula/featurebase/v3/dax/mds/client" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/logger" + featurebase "github.com/featurebasedb/featurebase/v3" + featurebase_client "github.com/featurebasedb/featurebase/v3/client" + "github.com/featurebasedb/featurebase/v3/dax" + mdsclient "github.com/featurebasedb/featurebase/v3/dax/mds/client" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/logger" ) // Ensure type implements interface. diff --git a/importer.go b/importer.go index 9bfa3b79d..645e3deea 100644 --- a/importer.go +++ b/importer.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/roaring" ) type Importer interface { diff --git a/index.go b/index.go index 9c94ea55a..b49bc1036 100644 --- a/index.go +++ b/index.go @@ -13,12 +13,12 @@ import ( "sync" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/testhook" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/stats" + "github.com/featurebasedb/featurebase/v3/testhook" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/internal_client.go b/internal_client.go index 8ad2711b6..ab80682c5 100644 --- a/internal_client.go +++ b/internal_client.go @@ -18,15 +18,15 @@ import ( "strings" "time" - fbcontext "github.com/molecula/featurebase/v3/context" + fbcontext "github.com/featurebasedb/featurebase/v3/context" "github.com/hashicorp/go-retryablehttp" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - pnet "github.com/molecula/featurebase/v3/net" - "github.com/molecula/featurebase/v3/tracing" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + pnet "github.com/featurebasedb/featurebase/v3/net" + "github.com/featurebasedb/featurebase/v3/tracing" "github.com/pkg/errors" "golang.org/x/oauth2" ) diff --git a/internal_client_test.go b/internal_client_test.go index e0f94faee..e5d22285c 100644 --- a/internal_client_test.go +++ b/internal_client_test.go @@ -15,14 +15,14 @@ import ( "time" "github.com/davecgh/go-spew/spew" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - fbcontext "github.com/molecula/featurebase/v3/context" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/encoding/proto" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/test" - "github.com/molecula/featurebase/v3/vprint" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + fbcontext "github.com/featurebasedb/featurebase/v3/context" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/encoding/proto" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/vprint" "github.com/pkg/errors" "github.com/ricochet2200/go-disk-usage/du" ) diff --git a/schema.go b/schema.go index 562e8226d..5e7d0d677 100644 --- a/schema.go +++ b/schema.go @@ -7,9 +7,9 @@ import ( "sort" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/errors" - "github.com/molecula/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/errors" + "github.com/featurebasedb/featurebase/v3/pql" ) // Ensure type implements interface. diff --git a/server.go b/server.go index 3704037b8..8fb55ca64 100644 --- a/server.go +++ b/server.go @@ -17,18 +17,18 @@ import ( uuid "github.com/satori/go.uuid" - "github.com/molecula/featurebase/v3/dax/computer" - "github.com/molecula/featurebase/v3/dax/inmem" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/logger" - pnet "github.com/molecula/featurebase/v3/net" - rbfcfg "github.com/molecula/featurebase/v3/rbf/cfg" - "github.com/molecula/featurebase/v3/roaring" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - planner_types "github.com/molecula/featurebase/v3/sql3/planner/types" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/storage" + "github.com/featurebasedb/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/dax/inmem" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/logger" + pnet "github.com/featurebasedb/featurebase/v3/net" + rbfcfg "github.com/featurebasedb/featurebase/v3/rbf/cfg" + "github.com/featurebasedb/featurebase/v3/roaring" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + planner_types "github.com/featurebasedb/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/stats" + "github.com/featurebasedb/featurebase/v3/storage" "github.com/pkg/errors" "golang.org/x/sync/errgroup" diff --git a/server/server.go b/server/server.go index f6246ae6c..dcc37a016 100644 --- a/server/server.go +++ b/server/server.go @@ -26,28 +26,28 @@ import ( "syscall" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/authn" - "github.com/molecula/featurebase/v3/authz" - "github.com/molecula/featurebase/v3/boltdb" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/dax/computer" - "github.com/molecula/featurebase/v3/disco" - "github.com/molecula/featurebase/v3/encoding/proto" - petcd "github.com/molecula/featurebase/v3/etcd" - "github.com/molecula/featurebase/v3/gcnotify" - "github.com/molecula/featurebase/v3/gopsutil" - "github.com/molecula/featurebase/v3/logger" - pnet "github.com/molecula/featurebase/v3/net" - "github.com/molecula/featurebase/v3/prometheus" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/planner" - "github.com/molecula/featurebase/v3/statik" - "github.com/molecula/featurebase/v3/stats" - "github.com/molecula/featurebase/v3/statsd" - "github.com/molecula/featurebase/v3/systemlayer" - "github.com/molecula/featurebase/v3/syswrap" - "github.com/molecula/featurebase/v3/testhook" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/authn" + "github.com/featurebasedb/featurebase/v3/authz" + "github.com/featurebasedb/featurebase/v3/boltdb" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax/computer" + "github.com/featurebasedb/featurebase/v3/disco" + "github.com/featurebasedb/featurebase/v3/encoding/proto" + petcd "github.com/featurebasedb/featurebase/v3/etcd" + "github.com/featurebasedb/featurebase/v3/gcnotify" + "github.com/featurebasedb/featurebase/v3/gopsutil" + "github.com/featurebasedb/featurebase/v3/logger" + pnet "github.com/featurebasedb/featurebase/v3/net" + "github.com/featurebasedb/featurebase/v3/prometheus" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/planner" + "github.com/featurebasedb/featurebase/v3/statik" + "github.com/featurebasedb/featurebase/v3/stats" + "github.com/featurebasedb/featurebase/v3/statsd" + "github.com/featurebasedb/featurebase/v3/systemlayer" + "github.com/featurebasedb/featurebase/v3/syswrap" + "github.com/featurebasedb/featurebase/v3/testhook" "github.com/pelletier/go-toml" "github.com/pkg/errors" "golang.org/x/sync/errgroup" diff --git a/sql3/parser/astdatatype.go b/sql3/parser/astdatatype.go index 1eca2ee96..e2e604b1e 100644 --- a/sql3/parser/astdatatype.go +++ b/sql3/parser/astdatatype.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/molecula/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/dax" ) func IsValidTypeName(typeName string) bool { diff --git a/sql3/planner/compilealtertable.go b/sql3/planner/compilealtertable.go index 53bc9abe1..3031242b7 100644 --- a/sql3/planner/compilealtertable.go +++ b/sql3/planner/compilealtertable.go @@ -6,11 +6,11 @@ import ( "context" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/compilebulkinsert.go b/sql3/planner/compilebulkinsert.go index 9ec23a215..30d881c0d 100644 --- a/sql3/planner/compilebulkinsert.go +++ b/sql3/planner/compilebulkinsert.go @@ -9,11 +9,11 @@ import ( "strconv" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/compilecreatetable.go b/sql3/planner/compilecreatetable.go index ae40b8797..70d483043 100644 --- a/sql3/planner/compilecreatetable.go +++ b/sql3/planner/compilecreatetable.go @@ -7,12 +7,12 @@ import ( "strings" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) type createTableField struct { diff --git a/sql3/planner/compiledroptable.go b/sql3/planner/compiledroptable.go index 8909ca624..48a147c33 100644 --- a/sql3/planner/compiledroptable.go +++ b/sql3/planner/compiledroptable.go @@ -5,11 +5,11 @@ package planner import ( "context" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/compileinsert.go b/sql3/planner/compileinsert.go index e553d17d1..5482097e7 100644 --- a/sql3/planner/compileinsert.go +++ b/sql3/planner/compileinsert.go @@ -6,11 +6,11 @@ import ( "context" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/compileselect.go b/sql3/planner/compileselect.go index 0e5f2d777..5d01228ed 100644 --- a/sql3/planner/compileselect.go +++ b/sql3/planner/compileselect.go @@ -6,11 +6,11 @@ import ( "context" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/compileshow.go b/sql3/planner/compileshow.go index 087ca70c1..ae9d8d7ed 100644 --- a/sql3/planner/compileshow.go +++ b/sql3/planner/compileshow.go @@ -6,11 +6,11 @@ import ( "context" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/executionplanner.go b/sql3/planner/executionplanner.go index d8c7e40cf..93c9cb937 100644 --- a/sql3/planner/executionplanner.go +++ b/sql3/planner/executionplanner.go @@ -5,11 +5,11 @@ package planner import ( "context" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlannerScope holds scope for the planner diff --git a/sql3/planner/executionplannersystemtables.go b/sql3/planner/executionplannersystemtables.go index 42537a1da..a4a5843bc 100644 --- a/sql3/planner/executionplannersystemtables.go +++ b/sql3/planner/executionplannersystemtables.go @@ -5,10 +5,10 @@ package planner import ( "context" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" "github.com/pkg/errors" ) diff --git a/sql3/planner/expression_it_test.go b/sql3/planner/expression_it_test.go index ce840d0a8..021e2c908 100644 --- a/sql3/planner/expression_it_test.go +++ b/sql3/planner/expression_it_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/stretchr/testify/assert" ) diff --git a/sql3/planner/expressiontypes.go b/sql3/planner/expressiontypes.go index 3f3e103b8..03698174b 100644 --- a/sql3/planner/expressiontypes.go +++ b/sql3/planner/expressiontypes.go @@ -6,10 +6,10 @@ import ( "strconv" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" ) // takes a *pilosa.FieldInfo and returns a sql data type diff --git a/sql3/planner/inbuiltfunctionsstring.go b/sql3/planner/inbuiltfunctionsstring.go index e68c813ee..3a10209e6 100644 --- a/sql3/planner/inbuiltfunctionsstring.go +++ b/sql3/planner/inbuiltfunctionsstring.go @@ -5,8 +5,8 @@ import ( "strconv" "strings" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" ) func (p *ExecutionPlanner) analyseFunctionReverse(call *parser.Call, scope parser.Statement) (parser.Expr, error) { diff --git a/sql3/planner/opaltertable.go b/sql3/planner/opaltertable.go index 3d8ce31bd..3b3b362f4 100644 --- a/sql3/planner/opaltertable.go +++ b/sql3/planner/opaltertable.go @@ -6,10 +6,10 @@ import ( "context" "fmt" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlanOpAlterTable plan operator to alter a table. diff --git a/sql3/planner/opcreatetable.go b/sql3/planner/opcreatetable.go index 32f28df8e..e16e7e76b 100644 --- a/sql3/planner/opcreatetable.go +++ b/sql3/planner/opcreatetable.go @@ -6,9 +6,9 @@ import ( "context" "fmt" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/opdroptable.go b/sql3/planner/opdroptable.go index 2d67abfae..a25891ea5 100644 --- a/sql3/planner/opdroptable.go +++ b/sql3/planner/opdroptable.go @@ -6,9 +6,9 @@ import ( "context" "fmt" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlanOpDropTable plan operator to drop a table. diff --git a/sql3/planner/opfeaturebasecolumns.go b/sql3/planner/opfeaturebasecolumns.go index e2c33a92e..9e8aa23c3 100644 --- a/sql3/planner/opfeaturebasecolumns.go +++ b/sql3/planner/opfeaturebasecolumns.go @@ -7,9 +7,9 @@ import ( "fmt" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlanOpFeatureBaseColumns wraps an Index that is returned from schemaAPI.Schema(). diff --git a/sql3/planner/opinsert.go b/sql3/planner/opinsert.go index 31503ec42..5819bb2fe 100644 --- a/sql3/planner/opinsert.go +++ b/sql3/planner/opinsert.go @@ -8,12 +8,12 @@ import ( "strings" "time" - pilosa "github.com/molecula/featurebase/v3" - fbbatch "github.com/molecula/featurebase/v3/batch" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + fbbatch "github.com/featurebasedb/featurebase/v3/batch" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/oporderby.go b/sql3/planner/oporderby.go index a532f98a8..c9a6b6c9b 100644 --- a/sql3/planner/oporderby.go +++ b/sql3/planner/oporderby.go @@ -8,10 +8,10 @@ import ( "sort" "time" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // orderByOrder is the direction of the order by (ascending or descending). diff --git a/sql3/planner/oppqlmultigroupby.go b/sql3/planner/oppqlmultigroupby.go index 46ba9cbae..0719dbc7c 100644 --- a/sql3/planner/oppqlmultigroupby.go +++ b/sql3/planner/oppqlmultigroupby.go @@ -6,8 +6,8 @@ import ( "context" "fmt" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlanOpPQLMultiGroupBy plan operator handles executing multiple 'sibling' pql group by queries diff --git a/sql3/planner/oppqltablescan.go b/sql3/planner/oppqltablescan.go index d3a0b6a8f..db57adc50 100644 --- a/sql3/planner/oppqltablescan.go +++ b/sql3/planner/oppqltablescan.go @@ -7,12 +7,12 @@ import ( "fmt" "strings" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" "github.com/pkg/errors" ) diff --git a/sql3/planner/opquery.go b/sql3/planner/opquery.go index 3bda9390e..6acfca7bc 100644 --- a/sql3/planner/opquery.go +++ b/sql3/planner/opquery.go @@ -6,10 +6,10 @@ import ( "fmt" "time" - pilosa "github.com/molecula/featurebase/v3" - fbcontext "github.com/molecula/featurebase/v3/context" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + fbcontext "github.com/featurebasedb/featurebase/v3/context" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlanOpQuery is a query - this is the root node of an execution plan diff --git a/sql3/planner/opsystemtable.go b/sql3/planner/opsystemtable.go index 33c6137be..0e41e64b4 100644 --- a/sql3/planner/opsystemtable.go +++ b/sql3/planner/opsystemtable.go @@ -7,11 +7,11 @@ import ( "context" "fmt" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/pql" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // exclude this file from SonarCloud dupe eval diff --git a/sql3/planner/optop.go b/sql3/planner/optop.go index a64b66bad..2d6814c87 100644 --- a/sql3/planner/optop.go +++ b/sql3/planner/optop.go @@ -6,8 +6,8 @@ import ( "context" "fmt" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) // PlanOpTop implements the TOP operator diff --git a/sql3/planner/planoptimizer.go b/sql3/planner/planoptimizer.go index 227bdd4f8..3c004cf1c 100644 --- a/sql3/planner/planoptimizer.go +++ b/sql3/planner/planoptimizer.go @@ -8,9 +8,9 @@ import ( "reflect" "strings" - "github.com/molecula/featurebase/v3/sql3" - "github.com/molecula/featurebase/v3/sql3/parser" - "github.com/molecula/featurebase/v3/sql3/planner/types" + "github.com/featurebasedb/featurebase/v3/sql3" + "github.com/featurebasedb/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/planner/types" ) //TODO(pok) push order by down as far as possible diff --git a/sql3/planner/types/compile.go b/sql3/planner/types/compile.go index 317b93816..f73f1a24e 100644 --- a/sql3/planner/types/compile.go +++ b/sql3/planner/types/compile.go @@ -3,7 +3,7 @@ package types import ( "context" - "github.com/molecula/featurebase/v3/sql3/parser" + "github.com/featurebasedb/featurebase/v3/sql3/parser" ) type CompilePlanner interface { diff --git a/sql3/sql_complex_test.go b/sql3/sql_complex_test.go index a33c9d508..5169e5ae4 100644 --- a/sql3/sql_complex_test.go +++ b/sql3/sql_complex_test.go @@ -16,11 +16,11 @@ import ( sql_test "github.com/featurebasedb/featurebase/v3/sql3/test" "github.com/featurebasedb/featurebase/v3/test" "github.com/google/go-cmp/cmp" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" - sql_test "github.com/molecula/featurebase/v3/sql3/test" - "github.com/molecula/featurebase/v3/test" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" + sql_test "github.com/featurebasedb/featurebase/v3/sql3/test" + "github.com/featurebasedb/featurebase/v3/test" "github.com/stretchr/testify/assert" ) diff --git a/sql3/sql_test.go b/sql3/sql_test.go index be976f941..053971c6a 100644 --- a/sql3/sql_test.go +++ b/sql3/sql_test.go @@ -7,10 +7,10 @@ import ( "sort" "testing" - "github.com/molecula/featurebase/v3/dax" - sql_test "github.com/molecula/featurebase/v3/sql3/test" - "github.com/molecula/featurebase/v3/sql3/test/defs" - "github.com/molecula/featurebase/v3/test" + "github.com/featurebasedb/featurebase/v3/dax" + sql_test "github.com/featurebasedb/featurebase/v3/sql3/test" + "github.com/featurebasedb/featurebase/v3/sql3/test/defs" + "github.com/featurebasedb/featurebase/v3/test" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/sql3/test/defs/defs_aggregate.go b/sql3/test/defs/defs_aggregate.go index 95e556a26..611a53954 100644 --- a/sql3/test/defs/defs_aggregate.go +++ b/sql3/test/defs/defs_aggregate.go @@ -1,9 +1,9 @@ package defs import ( - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" ) // aggregate function tests diff --git a/sql3/test/defs/defs_groupby.go b/sql3/test/defs/defs_groupby.go index f54d85237..f8ed3047d 100644 --- a/sql3/test/defs/defs_groupby.go +++ b/sql3/test/defs/defs_groupby.go @@ -1,9 +1,9 @@ package defs import ( - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" ) // groupby tests diff --git a/sql3/test/defs/defs_join.go b/sql3/test/defs/defs_join.go index e99586f67..49d156070 100644 --- a/sql3/test/defs/defs_join.go +++ b/sql3/test/defs/defs_join.go @@ -1,6 +1,6 @@ package defs -import "github.com/molecula/featurebase/v3/pql" +import "github.com/featurebasedb/featurebase/v3/pql" // join tests var joinTestsUsers = TableTest{ diff --git a/sql3/test/defs/defs_select.go b/sql3/test/defs/defs_select.go index 0d6781aa1..a14f9b283 100644 --- a/sql3/test/defs/defs_select.go +++ b/sql3/test/defs/defs_select.go @@ -1,6 +1,6 @@ package defs -import "github.com/molecula/featurebase/v3/pql" +import "github.com/featurebasedb/featurebase/v3/pql" var selectTests = TableTest{ name: "table-with-hyphens", diff --git a/sql3/test/defs/defs_unops.go b/sql3/test/defs/defs_unops.go index f907a99c9..1dcb18ece 100644 --- a/sql3/test/defs/defs_unops.go +++ b/sql3/test/defs/defs_unops.go @@ -3,7 +3,7 @@ package defs import ( "time" - "github.com/molecula/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/pql" ) var unaryOpExprWithInt = TableTest{ diff --git a/sql3/test/defs/types.go b/sql3/test/defs/types.go index 2964ca9a6..690a91f26 100644 --- a/sql3/test/defs/types.go +++ b/sql3/test/defs/types.go @@ -8,8 +8,8 @@ import ( "testing" "time" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/dax" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/dax" ) // fldType constants are providing a map of a defined test type to the diff --git a/sql3/test/helpers.go b/sql3/test/helpers.go index 050f64c0a..1208f18cf 100644 --- a/sql3/test/helpers.go +++ b/sql3/test/helpers.go @@ -5,10 +5,10 @@ import ( "context" "testing" - featurebase "github.com/molecula/featurebase/v3" - fbcontext "github.com/molecula/featurebase/v3/context" - "github.com/molecula/featurebase/v3/dax" - plannertypes "github.com/molecula/featurebase/v3/sql3/planner/types" + featurebase "github.com/featurebasedb/featurebase/v3" + fbcontext "github.com/featurebasedb/featurebase/v3/context" + "github.com/featurebasedb/featurebase/v3/dax" + plannertypes "github.com/featurebasedb/featurebase/v3/sql3/planner/types" uuid "github.com/satori/go.uuid" ) diff --git a/sql_test.go b/sql_test.go index a47587d98..40327d452 100644 --- a/sql_test.go +++ b/sql_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - featurebase "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/pql" + featurebase "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/stretchr/testify/assert" ) diff --git a/systemlayer/executionrequests.go b/systemlayer/executionrequests.go index 6e2dc37a4..f7f569581 100644 --- a/systemlayer/executionrequests.go +++ b/systemlayer/executionrequests.go @@ -5,7 +5,7 @@ import ( "sync" "time" - pilosa "github.com/molecula/featurebase/v3" + pilosa "github.com/featurebasedb/featurebase/v3" ) // ExecutionRequests is an internal struct that keeps a list of sql execution requests diff --git a/systemlayer/systemlayer.go b/systemlayer/systemlayer.go index 078816f6b..d2984cf4d 100644 --- a/systemlayer/systemlayer.go +++ b/systemlayer/systemlayer.go @@ -1,6 +1,6 @@ package systemlayer -import pilosa "github.com/molecula/featurebase/v3" +import pilosa "github.com/featurebasedb/featurebase/v3" // SystemLayer is a struct to hold internal FeatureBase state // Initially this is just the execution requests, but later may include other diff --git a/test/transaction.go b/test/transaction.go index 7f7b7f957..2f91ff7d1 100644 --- a/test/transaction.go +++ b/test/transaction.go @@ -6,7 +6,7 @@ import ( "testing" "time" - pilosa "github.com/molecula/featurebase/v3" + pilosa "github.com/featurebasedb/featurebase/v3" ) const deadlineSkew = time.Second diff --git a/transaction_test.go b/transaction_test.go index d9f071597..73024b2fc 100644 --- a/transaction_test.go +++ b/transaction_test.go @@ -8,9 +8,9 @@ import ( "testing" "time" - pilosa "github.com/molecula/featurebase/v3" - "github.com/molecula/featurebase/v3/logger" - "github.com/molecula/featurebase/v3/test" + pilosa "github.com/featurebasedb/featurebase/v3" + "github.com/featurebasedb/featurebase/v3/logger" + "github.com/featurebasedb/featurebase/v3/test" ) // TestTransactionManager currently uses an in memory transaction diff --git a/wire_response.go b/wire_response.go index 409101b16..17828b221 100644 --- a/wire_response.go +++ b/wire_response.go @@ -7,8 +7,8 @@ import ( "strings" "time" - "github.com/molecula/featurebase/v3/dax" - "github.com/molecula/featurebase/v3/pql" + "github.com/featurebasedb/featurebase/v3/dax" + "github.com/featurebasedb/featurebase/v3/pql" "github.com/pkg/errors" )