No description
Find a file
2017-04-27 11:44:13 -05:00
.github Request more information in issue template 2017-01-30 11:26:19 -06:00
cmd Rename DB to Index 2017-04-23 21:49:27 -05:00
ctl Rename DB to Index 2017-04-23 21:49:27 -05:00
datadog Migrate from Umbel to Pilosa organization on Github 2016-11-28 15:21:11 -06:00
gossip Broadcaster comment corrections 2017-04-25 22:25:10 -05:00
httpbroadcast clarify HTTPBroadcastReceiver comment 2017-04-26 09:08:39 -05:00
internal Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
pql Determine if a Call is inverse or not so that the map to slices is correct. 2017-04-24 16:19:17 -05:00
roaring Refactor fragment.bitmap() so that it leverages bitmapCache and so that 2017-03-06 11:06:22 -06:00
server fixed some comments 2017-04-24 14:21:50 -05:00
.dockerignore Added build container 2017-02-04 13:00:21 +03:00
.gitignore add float support to proto format 2017-03-07 15:40:50 -06:00
.travis.yml Using Travis addons instead of before_install to continue using container-based infrastructure 2017-02-27 14:22:14 -06:00
attr.go Rename bitmap/profile to row/column. 2017-04-21 21:23:24 -06:00
attr_test.go Rename bitmap/profile to row/column. 2017-04-21 21:23:24 -06:00
bitmap.go make sure exported functions are godoc'd 2017-04-18 15:10:59 -05:00
broadcast.go Broadcaster comment corrections 2017-04-25 22:25:10 -05:00
broadcast_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00
cache.go comment cleanup 2017-04-25 16:40:39 -05:00
client.go comment cleanup 2017-04-25 16:40:39 -05:00
client_test.go Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -05:00
cluster.go pluralized owns slices function 2017-04-26 16:46:18 -05:00
cluster_test.go pluralized owns slices function 2017-04-26 16:46:18 -05:00
cmd.go make sure exported functions are godoc'd 2017-04-18 15:10:59 -05:00
config.go comment cleanup 2017-04-25 16:40:39 -05:00
CONTRIBUTING.md adjustments to CONTRIBUTING.md instructions 2017-04-17 08:01:49 -05:00
doc.go add fix all package level docs 2017-04-18 14:11:42 -05:00
Dockerfile change port 15000 to 10101 everywhere 2017-03-17 16:43:04 -05:00
executor.go missing comments 2017-04-25 15:12:44 -05:00
executor_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00
fragment.go Rename DB to Index 2017-04-23 21:49:27 -05:00
fragment_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00
frame.go Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
frame_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00
glide.lock fix some tests and update glide.lock 2017-04-19 11:35:02 -05:00
glide.yaml fix some tests and update glide.lock 2017-04-19 11:35:02 -05:00
handler.go Merge pull request #490 from raskle/485-godocs 2017-04-26 15:37:12 -05:00
handler_internal_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00
handler_test.go Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -05:00
holder.go Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
holder_test.go Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -05:00
index.go Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
index_test.go Allow explicit time quantum during frame creation. 2017-04-25 14:01:33 -06:00
iterator.go Rename bitmap/profile to row/column. 2017-04-21 21:23:24 -06:00
iterator_test.go Migrate from Umbel to Pilosa organization on Github 2016-11-28 15:21:11 -06:00
Makefile if a version is not found, set it as unknown; do not display No names found error message 2017-03-09 21:28:50 +03:00
NOTES Rename DB to Index 2017-04-23 21:49:27 -05:00
pilosa.go comment cleanup 2017-04-25 16:40:39 -05:00
README-dev.md Modify docs for people scared of piping to bash ;) 2016-11-29 16:04:19 -06:00
README.md add Query Language section to the README 2017-04-25 13:41:44 -05:00
server.go Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
stats.go comment cleanup 2017-04-25 16:40:39 -05:00
time.go Separate physical data layout with views. 2017-03-24 13:57:02 -06:00
time_test.go Separate physical data layout with views. 2017-03-24 13:57:02 -06:00
view.go Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
view_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00

Build Status

An open source, distributed bitmap index.

Docs

See our Documentation for information about installing and working with Pilosa.

Getting Started

  1. Install Pilosa.

  2. Start Pilosa with the default configuration:

    pilosa server
    

    and verify that it's running:

    curl localhost:10101/nodes
    
  3. 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 availble 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.