pilosa/pilosa
Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
repo name | pilosa/pilosa |
repo link | https://github.com/pilosa/pilosa |
homepage | https://www.pilosa.com |
language | Go |
size (curr.) | 10218 kB |
stars (curr.) | 1984 |
created | 2015-08-03 |
license | Apache License 2.0 |
An open source, distributed bitmap index.
Want to contribute? One of the easiest ways is to tell us how you’re using (or want to use) Pilosa. We learn from every discussion!
Docs
See our Documentation for information about installing and working with Pilosa.
Getting Started
-
Start Pilosa with the default configuration:
pilosa server
and 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:
Licenses
The core Pilosa code base and all default builds (referred to as Pilosa Community Edition) are licensed completely under the Apache License, Version 2.0.
If you build Pilosa with the enterprise
build tag (Pilosa Enterprise Edition), then that build will include features licensed under the GNU Affero General
Public License (AGPL). Enterprise code is located entirely in the github.com/pilosa/pilosa/enterprise
directory. See github.com/pilosa/pilosa/NOTICE and
github.com/pilosa/pilosa/LICENSE for more information about Pilosa licenses.
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.