From d4641e44570c37560840f9f1a628a7d2be729587 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 30 Jun 2016 17:33:51 -0700 Subject: [PATCH] [docs] FAQ how do I create my own viz? --- docs/faq.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index efecfcee7248a..fc4e2b8200196 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -32,3 +32,14 @@ It can be gigantic! As mentioned above, the main criteria is whether your database can execute queries and return results in a time frame that is acceptable to your users. Many distributed databases out there can execute queries that scan through terabytes in an interactive fashion. + + +How do I create my own visualization? +------------------------------------- + +We are planning on making it easier to add new visualizations to the +framework, in the meantime, we've tagged a few pull requests as +``example`` to give people examples of how to contribute new +visualizations. + +https://github.com/airbnb/caravel/issues?q=label%3Aexample+is%3Aclosed