From b77462e8ad361c372991e9eeda7098ffdf7d8318 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Tue, 15 May 2018 14:44:27 -0500 Subject: [PATCH] Improve FAQ --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index bb1fc12fc..e1c0110c3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -16,7 +16,7 @@ Pilosa is not a database in the traditional sense. While Pilosa does store data ### Where does Pilosa fit in my stack? -Pilosa sits on top of a data store or multiple data stores. +Pilosa was designed to index the relationships in your data. Pilosa runs along with your existing stack, integrating with one or more backing data stores. Pilosa can connect through a stream platform like Kafka or application integration via [PDK](../pdk/). ### How is Pilosa different from Elasticsearch since they are both indexes?