mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 06:28:03 +00:00
GitBook: [#32] Page link Glue Catalog
This commit is contained in:
parent
ed4119af2c
commit
60dc4b44bc
@ -11,7 +11,7 @@ OpenMetadata supports connectors to some popular services. We will continue as a
|
|||||||
* [DBT](../../../connectors/data-model/dbt.md)
|
* [DBT](../../../connectors/data-model/dbt.md)
|
||||||
* [MariaDB](../../../connectors/data-model/mariadb.md)
|
* [MariaDB](../../../connectors/data-model/mariadb.md)
|
||||||
* [ElasticSearch](../../../openmetadata/connectors/elastic-search.md)
|
* [ElasticSearch](../../../openmetadata/connectors/elastic-search.md)
|
||||||
* Glue Catalog
|
* [Glue Catalog](../../../connectors/glue-catalog.md)
|
||||||
* [MSSQL](../../../openmetadata/connectors/mssql.md)
|
* [MSSQL](../../../openmetadata/connectors/mssql.md)
|
||||||
* [MySQL](../../../openmetadata/connectors/mysql.md)
|
* [MySQL](../../../openmetadata/connectors/mysql.md)
|
||||||
* [Hive](../../../openmetadata/connectors/hive.md)
|
* [Hive](../../../openmetadata/connectors/hive.md)
|
||||||
|
@ -36,9 +36,10 @@ Sample Data, Tables, Usage, Users, Topics, and Dashboards.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
#Make sure the OpenMetadata Server is up and running
|
#Make sure the OpenMetadata Server is up and running
|
||||||
cd openmetadata-0.6.0/ingestion
|
cd openmetadata-0.5.0/ingestion
|
||||||
metadata ingest -c ./pipelines/sample_data.json
|
metadata ingest -c ./pipelines/sample_data.json
|
||||||
metadata ingest -c ./pipelines/sample_usage.json
|
metadata ingest -c ./pipelines/sample_usage.json
|
||||||
|
metadata ingest -c ./pipelines/sample_users.json
|
||||||
```
|
```
|
||||||
|
|
||||||
### Index Sample Data into ElasticSearch
|
### Index Sample Data into ElasticSearch
|
||||||
@ -57,6 +58,6 @@ Index sample data in ElasticSearch:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
#Make sure the OpenMetadata Server is up and running
|
#Make sure the OpenMetadata Server is up and running
|
||||||
cd openmetadata-0.6.0/ingestion
|
cd openmetadata-0.5.0/ingestion
|
||||||
metadata ingest -c ./pipelines/metadata_to_es.json
|
metadata ingest -c ./pipelines/metadata_to_es.json
|
||||||
```
|
```
|
||||||
|
@ -21,7 +21,7 @@ Please refer to the previous section [Run Openmetadata](run-openmetadata.md) for
|
|||||||
OpenMetadata release ships with `./bin/openmetadata` init.d style script.
|
OpenMetadata release ships with `./bin/openmetadata` init.d style script.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd openmetdata-0.6.0
|
cd openmetdata-0.5.0
|
||||||
./bin/openmetdata start
|
./bin/openmetdata start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -51,8 +51,7 @@ Preferences -> Resources -> Advanced
|
|||||||
Create a new directory for OpenMetadata and navigate into that directory.
|
Create a new directory for OpenMetadata and navigate into that directory.
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir openmetadata-docker
|
mkdir openmetadata-docker; cd openmetadata-docker
|
||||||
cd openmetadata-docker
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Create a Python virtual environment
|
### 2. Create a Python virtual environment
|
||||||
|
@ -25,3 +25,7 @@ This document summarizes information relevant to OpenMetadata committers and con
|
|||||||
{% content-ref url="ux-style-guide.md" %}
|
{% content-ref url="ux-style-guide.md" %}
|
||||||
[ux-style-guide.md](ux-style-guide.md)
|
[ux-style-guide.md](ux-style-guide.md)
|
||||||
{% endcontent-ref %}
|
{% endcontent-ref %}
|
||||||
|
|
||||||
|
{% content-ref url="generate-typescript-types-from-json-schema.md" %}
|
||||||
|
[generate-typescript-types-from-json-schema.md](generate-typescript-types-from-json-schema.md)
|
||||||
|
{% endcontent-ref %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user