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!
See our Documentation for information about installing and working with Pilosa.
-
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.
Check out how the Pilosa Data Model works.
You can interact with Pilosa directly in the console using the Pilosa Query Language (PQL).
There are supported libraries for the following languages:
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.
There are several channels available for you to reach out to us for support.
Pilosa is an open source project. Please see our Contributing Guide for information about how to get involved.