GitHub user khalidhuseynov opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/880
ZeppelinHub notebook storage/connection repository
### What is this PR for?
This is to add [ZeppelinHub](https://www.zeppelinhub.com) notebook
storage/connection layer to the Zeppelin.
### What type of PR is it?
Feature
### Todos
* [x] - NotebookRepo rest api
* [x] - ZeppelinHub websocket client
* [x] - Zeppelin websocket client
* [x] - Tests
* [ ] - More QA (authentication consistency, etc.)
* [ ] - Address review comments
### What is the Jira issue?
### How should this be tested?
First of all, you may need to create account in
[ZeppelinHub](https://www.zeppelinhub.com).
Then you can set connection by following guides in
[here](https://github.com/khalidhuseynov/incubator-zeppelin/blob/feat/zeppelinhub-storage/docs/storage/storage.md#notebook-storage-in-zeppelinhub--).
Finally you should be able to access and manipulate your notebooks from
inside of your ZeppelinHub account.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/khalidhuseynov/incubator-zeppelin
feat/zeppelinhub-storage
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/880.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #880
----
commit 12f3d02708a9ab7c66e43a3ed86cc3447a4b1746
Author: Khalid Huseynov <[email protected]>
Date: 2016-04-23T04:42:28Z
initial rest api
commit fa1b7deb5ebcb4c029428227af9136306e516f2b
Author: Anthony Corbacho <[email protected]>
Date: 2016-04-27T03:02:03Z
prerequisite changes for starting websocket client
it includes creating new websocket package, skeleton client and moving some
existing classes (e.g. Message.java) from server to zengine
commit 75a9cf4737dab4940fb73a656ba8c9a0d2949bf2
Author: Anthony Corbacho <[email protected]>
Date: 2016-04-27T03:52:21Z
Add zeppelinhubmessage class + tests
commit aeeeabcab8964a6f7b11d5c71d00fd100b564220
Author: Anthony Corbacho <[email protected]>
Date: 2016-04-27T08:03:00Z
add zeppelinhub websocket client
commit 0d9235948cbe9ddace6668a7335dfab4315131d2
Author: Khalid Huseynov <[email protected]>
Date: 2016-04-27T03:45:49Z
add rest package
commit 3775a97fa4f1ccd4830552b9020326d95d5c75b5
Author: Khalid Huseynov <[email protected]>
Date: 2016-04-27T09:25:14Z
add zeppelin websocket client
establish connection between zeppelin and zeppelinhub clients
commit 7bd7fa72110b2f2b829383401b30ddafae2769a0
Author: Khalid Huseynov <[email protected]>
Date: 2016-05-09T07:12:33Z
add zeppelin client tests
commit 23d6174d256bdec889189cf0aaf1daf802009e80
Author: Khalid Huseynov <[email protected]>
Date: 2016-05-09T14:36:14Z
add zeppelinhub ws client test
commit c4ba80a4b50ba98197c19899eff51782d60bca52
Author: Khalid Huseynov <[email protected]>
Date: 2016-05-10T01:09:04Z
improve repo tests
commit 7a43f79495b871127d509ab006d0e78333ac2ecf
Author: Khalid Huseynov <[email protected]>
Date: 2016-05-10T08:28:37Z
add config info and docs
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---