featurebase/doc.go
2022-09-02 13:23:39 -07:00

9 lines
268 B
Go

// Copyright 2022 Molecula Corp. (DBA FeatureBase).
// SPDX-License-Identifier: Apache-2.0
/*
Package pilosa implements the core of the Pilosa distributed bitmap index. It
contains all the domain objects, interfaces, and logic that defines pilosa.
*/
package pilosa