first defintion
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..c8749d6
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,30 @@
+
+============
+Heka Formula
+============
+
+Heka is an open source stream processing software system developed by Mozilla. Heka is a Swiss Army Knife type tool for data processing
+
+Sample pillars
+==============
+
+.. code-block:: yaml
+
+    heka:
+      router:
+        enabled: true
+        bind:
+          address: 0.0.0.0
+          port: 4352
+        inputs:
+        ...
+        outputs:
+          engine: elasticsearch
+          host: localhost
+          port: 9200
+
+
+Read more
+=========
+
+* https://hekad.readthedocs.org/en/latest/index.html
\ No newline at end of file