-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: revamp documentation * docs: fix broken links
- Loading branch information
Showing
40 changed files
with
8,426 additions
and
104 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: docs | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
|
||
jobs: | ||
documentation: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
- name: Installation | ||
uses: bahmutov/npm-install@v1 | ||
with: | ||
install-command: yarn | ||
working-directory: docs | ||
- name: Build docs | ||
working-directory: docs | ||
run: cd docs && yarn build | ||
- name: Deploy docs | ||
env: | ||
GIT_USER: ravisuhag | ||
GIT_PASS: ${{ secrets.DOCU_RS_TOKEN }} | ||
DEPLOYMENT_BRANCH: gh-pages | ||
CURRENT_BRANCH: master | ||
working-directory: docs | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "ravisuhag" | ||
yarn deploy |
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
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,26 +1,33 @@ | ||
# Introduction | ||
# Website | ||
|
||
Compass is a search and discovery engine built for querying application deployments, datasets and meta resources. It can also optionally track data flow relationships between these resources and allow the user to view a representation of the data flow graph. | ||
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. | ||
|
||
![](.gitbook/assets/overview.svg) | ||
### Installation | ||
|
||
## Key Features | ||
``` | ||
$ yarn | ||
``` | ||
|
||
Discover why users choose Compass as their main data discovery and lineage service | ||
### Local Development | ||
|
||
* **Full text search** Faster and better search results powered by ElasticSearch full text search capability. | ||
* **Search Tuning** Narrow down your search results by adding filters, getting your crisp results. | ||
* **Data Lineage** Understand the relationship between metadata with data lineage interface. | ||
* **Scale:** Compass scales in an instant, both vertically and horizontally for high performance. | ||
* **Extensibility:** Add your own metadata types and resources to support wide variety of metadata. | ||
* **Runtime:** Compass can run inside VMs or containers in a fully managed runtime environment like kubernetes. | ||
``` | ||
$ yarn start | ||
``` | ||
|
||
## Usage | ||
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. | ||
|
||
Explore the following resources to get started with Compass: | ||
### Build | ||
|
||
* [Guides](https://github.com/odpf/compass/tree/main/docs/guides) provides guidance on ingesting and queying metadata from Compass. | ||
* [Concepts](https://github.com/odpf/compass/tree/main/docs/concepts) describes all important Compass concepts. | ||
* [Reference](https://github.com/odpf/compass/tree/main/docs/reference) contains details about configurations, metrics and other aspects of Compass. | ||
* [Contribute](https://github.com/odpf/compass/tree/main/docs/contribute) contains resources for anyone who wants to contribute to Compass. | ||
``` | ||
$ yarn build | ||
``` | ||
|
||
This command generates static content into the `build` directory and can be served using any static contents hosting service. | ||
|
||
### Deployment | ||
|
||
``` | ||
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy | ||
``` | ||
|
||
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
}; |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: introduction | ||
slug: / | ||
--- | ||
|
||
# Introduction | ||
|
||
Compass is a search and discovery engine built for querying application deployments, datasets and meta resources. It can also optionally track data flow relationships between these resources and allow the user to view a representation of the data flow graph. | ||
|
||
![](/assets/overview.svg) | ||
|
||
## Key Features | ||
|
||
Discover why users choose Compass as their main data discovery and lineage service | ||
|
||
- **Full text search** Faster and better search results powered by ElasticSearch full text search capability. | ||
- **Search Tuning** Narrow down your search results by adding filters, getting your crisp results. | ||
- **Data Lineage** Understand the relationship between metadata with data lineage interface. | ||
- **Scale:** Compass scales in an instant, both vertically and horizontally for high performance. | ||
- **Extensibility:** Add your own metadata types and resources to support wide variety of metadata. | ||
- **Runtime:** Compass can run inside VMs or containers in a fully managed runtime environment like kubernetes. | ||
|
||
## Usage | ||
|
||
Explore the following resources to get started with Compass: | ||
|
||
- [Guides](./guides/ingestion) provides guidance on ingesting and queying metadata from Compass. | ||
- [Concepts](./concepts/overview) describes all important Compass concepts. | ||
- [Reference](./reference/configuration.md) contains details about configurations, metrics and other aspects of Compass. | ||
- [Contribute](./contribute/contributing.md) contains resources for anyone who wants to contribute to Compass. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.