No description
Find a file
2017-04-25 13:41:44 -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 WIP: Implement NodeState as an attribute of *Node 2017-04-24 12:33:43 -05:00
httpbroadcast Add support for Node.InternalHost. 2017-04-19 10:37:00 -05:00
internal WIP: Implement NodeState as an attribute of *Node 2017-04-24 12:33:43 -05:00
pql make sure exported functions are godoc'd 2017-04-18 15:10:59 -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 added Join method to Static Nodeset so that Status is calculated with the local node 2017-04-24 13:57:35 -05:00
broadcast_test.go Rename DB to Index 2017-04-23 21:49:27 -05:00
cache.go Rename bitmap/profile to row/column. 2017-04-21 21:23:24 -06:00
client.go Rename DB to Index 2017-04-23 21:49:27 -05:00
client_test.go Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -05:00
cluster.go fixed state to status 2017-04-24 13:56:26 -05:00
cluster_test.go WIP: Implement NodeState as an attribute of *Node 2017-04-24 12:33:43 -05:00
cmd.go make sure exported functions are godoc'd 2017-04-18 15:10:59 -05:00
config.go change Config.Nodes to Config.Hosts 2017-04-19 10:37:00 -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 Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -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 Rename DB to Index 2017-04-23 21:49:27 -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 WIP: Implement NodeState as an attribute of *Node 2017-04-24 12:33:43 -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 Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -05:00
holder_test.go Fixes up a few overlooked d := Index() 2017-04-24 11:17:30 -05:00
index.go Rename DB to Index 2017-04-23 21:49:27 -05:00
index_test.go Rename DB to Index 2017-04-23 21:49:27 -05: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 Rename DB to Index 2017-04-23 21:49:27 -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 WIP: Implement NodeState as an attribute of *Node 2017-04-24 12:33:43 -05:00
stats.go Add ExpvarStatsClient and basic tracking. 2016-10-20 14:35:14 -06: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 Rename DB to Index 2017-04-23 21:49:27 -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.