@@ -32,7 +32,7 @@ Data is at the heart of the Squonk Data Manager. Your datasets stay in the same
32
32
the data. This is the _ "bring the compute to the data"_ paradigm.
33
33
34
34
This managed data environment is highly collaborative in nature, allowing sharing of data and skills across a workgroup,
35
- but in a secure manner. In this public demo site all data is public and computational resources are limited.
35
+ but in a secure manner.
36
36
37
37
All of this takes place in a Kubernetes cluster, providing high resilience and potential scalability.
38
38
@@ -49,7 +49,7 @@ These are some of the things you can do:
49
49
## Documentation
50
50
51
51
- <InternalLink href = " /docs/concepts" >Concepts</InternalLink > - Concepts that you should understand
52
- - <InternalLink href = " /docs/guided-tour" >Guided Tour</InternalLink > - Walk through of the different screens
52
+ - <InternalLink href = " /docs/guided-tour" >Guided Tour</InternalLink > - High level walk through
53
53
- <InternalLink href = " /docs/how-to" >How To Guides</InternalLink > - Guides for doing various tasks
54
54
- <InternalLink href = " /docs/jobs" >Deployed jobs</InternalLink > - Jobs that have been deployed here
55
55
@@ -62,16 +62,17 @@ Other Resources:
62
62
63
63
## How to access
64
64
65
- The ** Squonk Data Manager** is in early stages of development, and access is currently by invitation only.
65
+ The ** Squonk Data Manager** is in early stages of development. Access depends on which deployment you are using, but for
66
+ the [ public evaluation site] ( https://squonk.it/data-manager-ui ) is currently by invitation only.
66
67
Please email us at
[email protected] if you would like to evaluate or want further information.
67
68
68
69
## Quick start
69
70
70
71
1 . Log in
71
72
2 . Create a ** Project** or select an existing one.
72
- 3 . Upload your datasets in the ** Dataset ** tab .
73
- 4 . Attach those datasets to your project .
74
- 5 . Use the ** Executions ** tab to launch a Jupyter notebook or execute jobs that work on those datasets .
73
+ 3 . Upload files to your project or attach existing datasets .
74
+ 4 . Use the ** Executions ** tab to launch a Jupyter notebook or execute jobs that work on those datasets .
75
+ 5 . View those executions nd their results in the ** Results ** tab .
75
76
76
77
</Grid >
77
78
</Grid >
0 commit comments