-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from uktrade/docs/fleshed-out-front-page
docs: slightly fleshed out README
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# data-workspace | ||
# Data Workspace | ||
|
||
Data Workspace is an open source data analysis platform with features for users with a range of technical skills. Features include: | ||
|
||
- a data catalogue for users to discover, filter, and download data | ||
- a permission system that allows users to only access specific datasets | ||
- a framework for hosting tools that allows users to analyse data without downloading it, such as through JupyterLab, RStudio, or Theia (a VS Code-like IDE) | ||
- dashboard creation and hosting | ||
|
||
--- | ||
|
||
Visit the [Data Workspace technical documentation](https://data-workspace.docs.trade.gov.uk/) for details on: | ||
|
||
- [how to run Data Workspace locally](https://data-workspace.docs.trade.gov.uk/development/running-locally/) | ||
- [the architecture of Data Workspace](https://data-workspace.docs.trade.gov.uk/architecture/components/) | ||
- [how to deploy Data Workspace to a cloud hosting platform](https://data-workspace.docs.trade.gov.uk/deployment/aws/) | ||
- [how to contribute to Data Workspace](https://data-workspace.docs.trade.gov.uk/contributing/) |