Skip to content

Commit

Permalink
Add link to web disk demo in clickhouse-static-files-uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman committed Mar 21, 2024
1 parent 6cd5db4 commit a4c37c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/tools-and-utilities/static-files-disk-uploader.md
Original file line number Diff line number Diff line change
@@ -74,3 +74,9 @@ With `test` mode enabled, the table metadata directory is uploaded via a PUT req
```
$ clickhouse static-files-disk-uploader --test-mode --url http://nginx:80/test1 --metadata-path ./store/bcc/bccc1cfd-d43d-43cf-a5b6-1cda8178f1ee/
```

## Using the table metadata directory to create a ClickHouse table

Once you have the table metadata directory, you can use it to create a ClickHouse table on a different server.

Please see [this GitHub repo](https://github.com/ClickHouse/web-tables-demo) showing a demo. In the example, we create a table using a `web` disk, which allows us to attach the table to a dataset on a different server.

0 comments on commit a4c37c6

Please sign in to comment.