Registry / database / pilosa-pilosa

pilosa-pilosa

JSON →
library1.4.1gogounverified

Package pilosa implements the core of the Pilosa distributed bitmap index.

go get github.com/pilosa/pilosa
INSTALL
IMPORT
SIG · PILOSA-PILOSA
P
pilosa-pilosa
databasegov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pilosa
github.com/pilosa/pilosa

Creates a Pilosa client connected to a local server.

package main import ( "fmt" "github.com/pilosa/pilosa" ) func main() { client, err := pilosa.NewClient("http://localhost:10101") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
pilosa-pilosa — go get pilosa-pilosa · libregistry