Skip to content

Commit

Permalink
Merge pull request #9 from HotSushi/main
Browse files Browse the repository at this point in the history
Remove docsite, make it into a different branch, update CONTRIBUTING.md
  • Loading branch information
HotSushi authored Feb 22, 2024
2 parents 631e2ab + 365d0a1 commit 8991d31
Show file tree
Hide file tree
Showing 40 changed files with 16 additions and 15,925 deletions.
6 changes: 3 additions & 3 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<html>
<div align="center">
<img src="docs/static/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
<img src="docs/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
</div>
</html>

## Control Plane for Tables

Following figure shows how OpenHouse control plane fits into a broader open source data lakehouse deployment.

![High Level Overview](docs/static/images/openhouse-controlplane.jpeg)
![High Level Overview](docs/images/openhouse-controlplane.jpeg)

### Catalog Service

Expand Down Expand Up @@ -109,7 +109,7 @@ Trino and Flink engines follow a similar pattern of integration with OpenHouse a

## Deployed System Architecture

![Example Deployed System Architecture](docs/static/images/openhouse-deployed-architecture.jpeg)
![Example Deployed System Architecture](docs/images/openhouse-deployed-architecture.jpeg)

The figure above shows system components of OpenHouse deployed at LinkedIn. Each component is numbered and its purpose
is as follows:
Expand Down
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ maintainers) who will help through the feature delivery, define an execution pla
PR into smaller PRs. Please expect more scrutiny if there are API changes. For any API changes, the [specs](docs/specs) need
to be updated, see instructions [here](docs/specs/README.md).

[3] Documentation (#docs): Kinds of documentation include README, API documentation, etc.
[3] Documentation (#docs): Kinds of documentation include README, API documentation, Documentation website etc.

#### Documentation Website Contribution

Documentation website is hosted on a different branch [docsite](https://github.com/linkedin/openhouse/tree/docsite). Instructions to build the documentation site
can be found at the root [README.md](https://github.com/linkedin/openhouse/blob/docsite/README.md).

Create a PR against the branch `docsite` for your documentation website changes. When changes are merged into `docsite`, a GitHub Action will automatically publish static HTML files to the `gh_pages` branch. These files will then be deployed to the website. Note: `gh_pages` is a gh-action built branch, PR shouldn't be raised against it.


## Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<div align="center">
<img src="docs/static/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
<img src="docs/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
</div>
</html>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<div align="center">
<img src="docs/static/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
<img src="docs/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
</div>
<h3 align="center">
Control Plane for Tables in Open Data Lakehouses
Expand All @@ -20,7 +20,7 @@ data services.

<html>
<div align="center">
<img src="docs/static/images/openhouse-controlplane.jpeg">
<img src="docs/images/openhouse-controlplane.jpeg">
</div>
</html>

Expand Down
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<div align="center">
<img src="docs/static/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
<img src="docs/images/openhouse-logo.jpeg" alt="OpenHouse" width="400" height="300">
</div>
</html>

Expand Down
20 changes: 0 additions & 20 deletions docs/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions docs/blog/2023-07-19-introduction-oh.mdx

This file was deleted.

24 changes: 0 additions & 24 deletions docs/development/CONTRIBUTING.md

This file was deleted.

41 changes: 0 additions & 41 deletions docs/development/client-code-generation.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/development/container-images.md

This file was deleted.

Binary file removed docs/development/ide-setup-for-shadow-jars.gif
Binary file not shown.
Loading

0 comments on commit 8991d31

Please sign in to comment.