mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
No description
assembly_amd64.s:3: [amd64] hasAsm: wrong argument size 0; expected $...-1 assembly_amd64.s:11: [amd64] POPCNTQ: wrong argument size 8; expected $...-16 assembly_amd64.s:12: [amd64] POPCNTQ: unknown variable x; offset 0 is memory+0(FP) assembly_amd64.s:17: [amd64] BSFQ: wrong argument size 8; expected $...-16 assembly_amd64.s:18: [amd64] BSFQ: unknown variable x; offset 0 is memory+0(FP) assembly_amd64.s:28: [amd64] popcntSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP) assembly_amd64.s:43: [amd64] popcntMaskSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP) assembly_amd64.s:63: [amd64] popcntAndSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP) assembly_amd64.s:82: [amd64] popcntOrSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP) assembly_amd64.s:101: [amd64] popcntXorSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP) |
||
|---|---|---|
| .github | ||
| cmd | ||
| ctl | ||
| datadog | ||
| gossip | ||
| httpbroadcast | ||
| internal | ||
| pql | ||
| roaring | ||
| server | ||
| statik | ||
| webui | ||
| .dockerignore | ||
| .gitignore | ||
| .travis.yml | ||
| attr.go | ||
| attr_test.go | ||
| bitmap.go | ||
| broadcast.go | ||
| broadcast_test.go | ||
| cache.go | ||
| client.go | ||
| client_test.go | ||
| cluster.go | ||
| cluster_test.go | ||
| cmd.go | ||
| config.go | ||
| CONTRIBUTING.md | ||
| doc.go | ||
| Dockerfile | ||
| executor.go | ||
| executor_test.go | ||
| fragment.go | ||
| fragment_test.go | ||
| frame.go | ||
| frame_test.go | ||
| glide.lock | ||
| glide.yaml | ||
| handler.go | ||
| handler_internal_test.go | ||
| handler_test.go | ||
| holder.go | ||
| holder_test.go | ||
| index.go | ||
| index_test.go | ||
| iterator.go | ||
| iterator_test.go | ||
| LICENSE | ||
| Makefile | ||
| NOTES | ||
| pilosa.go | ||
| README-dev.md | ||
| README.md | ||
| server.go | ||
| stats.go | ||
| time.go | ||
| time_test.go | ||
| view.go | ||
| view_test.go | ||
An open source, distributed bitmap index.
Docs
See our Documentation for information about installing and working with Pilosa.
Getting Started
-
Start Pilosa with the default configuration:
pilosa serverand verify that it's running:
curl localhost:10101/nodes -
Follow along with the Sample Project to get a better understanding of Pilosa's capabilities.
Data Model
Check out how the Pilosa Data Model works.
Query Language
You can interact with Pilosa directly in the console using the Pilosa Query Language (PQL).
Client Libraries
There are supported libraries for the following languages:
Get Support
There are several channels available for you to reach out to us for support.
Contributing
Pilosa is an open source project. Please see our Contributing Guide for information about how to get involved.