From a73b4afc4b1c225f8d2598bf34744ecc306354a2 Mon Sep 17 00:00:00 2001 From: Igal Levy Date: Tue, 4 Mar 2014 11:41:05 -0800 Subject: [PATCH] added note+link about Cassandra option --- docs/content/Deep-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/Deep-Storage.md b/docs/content/Deep-Storage.md index bf01571c6e9..4aca22c72d3 100644 --- a/docs/content/Deep-Storage.md +++ b/docs/content/Deep-Storage.md @@ -4,7 +4,7 @@ layout: doc_page # Deep Storage Deep storage is where segments are stored. It is a storage mechanism that Druid does not provide. This deep storage infrastructure defines the level of durability of your data, as long as Druid nodes can see this storage infrastructure and get at the segments stored on it, you will not lose data no matter how many Druid nodes you lose. If segments disappear from this storage layer, then you will lose whatever data those segments represented. -The currently supported types of deep storage follow. +The currently supported types of deep storage follow. Other deep-storage options, such as [Cassandra](http://planetcassandra.org/blog/post/cassandra -as-a-deep-storage-mechanism-for-druid-real-time-analytics-engine/), have been developed by members of the community. ## S3-compatible