An open source, distributed bitmap index.
- Docs
- Getting Started
- Data Model
- Query Language
- Client Libraries
- Get Support
- Contributing
Docs
See our Documentation for information about installing and working with Pilosa.
Getting Started
-
Start Pilosa with the default configuration:
pilosa serverCopy the code
and verify that it’s running:
curl localhost:10101/nodesCopy the code
-
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:
- Go
- Java
- Python
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.