aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9afd511
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# A Gateway for Apache Toree
+
+The 'toree-gateway' enables a Jupyter Notebook server to connect with an Apache Torre kernel running on a remote machine.
+
+This 'toree-gateway' consists of two pieces:
+
+ * A Jupyter kernel, responsible to receive the original request from Jupyter server.
+ * A gateway, which the kernel uses to actually submit/evaluate the requests on the Apache Toree instance on the server.
+
+