Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.41 KB

README.md

File metadata and controls

43 lines (30 loc) · 2.41 KB

AWS Orbit Workbench

Build Your Own Data & ML Unified Development and Production Environment.

One-stop-shop for data engineers, scientists, and analysts powered by AWS.

Python Version Code style: black License Checked with mypy Static Checking

1 - Components

Orbit Workbench is built through a composition of several components with specific scopes, based on different programming languages and sometimes relying on conflicting dependencies. So, in the end, this repository is a monorepo tying up all components around to deliver a solid and integrated data environment.

Component Description Technologies
CLI Deploy/destroy the infrastructure and all others components CDK, Kubectl, Eksctl
JupyterHub JupyterHub application (Server/Hub side) JupyterHub
JupyterUser JupyterHub application (client side) and all Jupyterlab extensions JupyterLab, React.js
LandingPage Orbit Workbench Landing Page application React.js
SDK Python package to interact with Orbit Workbench programmatically Python3

2 - Contributing

Contributing Guidelines: ./CONTRIBUTING.md

3 - License

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.