featurebase/docs/introduction.md
Alan Bernstein 2c125b2ac3 Fix typos
2018-05-14 12:07:00 -05:00

19 lines
869 B
Markdown

+++
title = "Introduction"
weight = 1
nav = []
+++
## Introduction
Pilosa is an open source, distributed bitmap index.
[//]: # (TODO insert a graphic here?)
It is designed primarily for speed and horizontal scalability. If you have data with billions of objects that can have millions of possible attributes, and you want to explore those relationships, Pilosa can help you.
"What attributes are the most common?", "Which objects have these specific attributes?", "What groups of attributes often appear together?" Pilosa is designed to answer these types of queries in real time, suitable for use with high rate data streams, or to power a user interface.
Once you have Pilosa [installed](../installation/), the [getting started](../getting-started/) guide will show you the basics of interacting with Pilosa and give you some pointers for deeper exploration.