aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9afd511f0023695d5c3427d013fe54f6038b78e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.