Skip to content

Commit a26d5a6

Browse files
authored
Include UC UI in Quick Start (unitycatalog#442)
Add instructions to start UC UI in the Quick Start **PR Checklist** - [X] A description of the changes is added to the description of this PR. - [ ] If there is a related issue, make sure it is linked to this PR. - [ ] If you've fixed a bug or added code that should be tested, add tests! - [ ] If you've added or modified a feature, documentation in `docs` is updated **Description of changes** Adding instructions and screenshot of the Unity Catalog UI. <!-- Please state what you've changed and how it might affect the users. -->
1 parent 2bbd7de commit a26d5a6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Unity Catalog is the industry’s only universal catalog for data and AI.
1313

1414
The first release of Unity Catalog focuses on a core set of APIs for tables, unstructured data, and AI assets - with more to come soon on governance, access, and client interoperability. This is just the beginning!
1515

16-
![image info](./docs/assets/images/uc.png)
16+
![UC Hero Image](./docs/assets/images/uc.png)
1717

1818
### Vibrant ecosystem
1919

@@ -145,6 +145,21 @@ SELECT * from unity.default.numbers;
145145
You should see the tables listed and the contents of the `numbers` table printed.
146146
To quit DuckDB, press `Ctrl`+`D` (if your platform supports it), press `Ctrl`+`C`, or use the `.exit` command in the DuckDB shell.
147147

148+
### Interact with the Unity Catalog UI
149+
150+
![UC UI](./docs/assets/images/uc-ui.png)
151+
152+
To use the Unity Catalog UI, start a new terminal and ensure you have already started the UC server (e.g., `./bin/start-uc-server`)
153+
154+
```
155+
cd /ui
156+
yarn install
157+
yarn start
158+
open localhost:3000
159+
```
160+
161+
162+
148163
## CLI tutorial
149164

150165
You can interact with a Unity Catalog server to create and manage catalogs, schemas and tables,

docs/assets/images/uc-ui.png

323 KB
Loading

0 commit comments

Comments
 (0)