mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
GitBook: [main] 85 pages modified
This commit is contained in:
parent
f48e34be9e
commit
d5562597c2
@ -54,7 +54,7 @@ metadata ingest -c ./pipelines/sample_users.json
|
|||||||
Start Elastic Search Docker:
|
Start Elastic Search Docker:
|
||||||
|
|
||||||
{% hint style="warning" %}
|
{% hint style="warning" %}
|
||||||
Below command to run elastic search docker that stores the indexed data in memory. If you stop the container it will lose any data on restart. Please re-run the metadata\_to\_es workflow again to index the data upon starting the container.
|
The below command starts Elasticsearch docker that stores the indexed data in memory. If you stop the container it will lose any data on restart. Please re-run the metadata\_to\_es workflow again to index the data upon starting the container.
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -127,7 +127,7 @@ cd openmetadata-0.3.0-SNAPSHOT
|
|||||||
GRANT ALL PRIVILEGES ON openmetadata_db.* TO 'openmetadata_user'@'localhost' WITH GRANT OPTION;
|
GRANT ALL PRIVILEGES ON openmetadata_db.* TO 'openmetadata_user'@'localhost' WITH GRANT OPTION;
|
||||||
commit;
|
commit;
|
||||||
```
|
```
|
||||||
2. Run bootstrap scripts to initiate the database and tables
|
2. Run bootstrap scripts to initialize the database and tables
|
||||||
|
|
||||||
```text
|
```text
|
||||||
cd openmetadata-0.3.0
|
cd openmetadata-0.3.0
|
||||||
@ -143,7 +143,7 @@ cd openmetadata-0.3.0-SNAPSHOT
|
|||||||
|
|
||||||
### Ingest Sample Data
|
### Ingest Sample Data
|
||||||
|
|
||||||
Previous steps start OpenMetadata server. To start using it we need to run ElasticSearch and ingest sample metadata. Please follow the below guide
|
Previous steps start OpenMetadata server. To start using it we need to run ElasticSearch and ingest sample metadata. Please follow the below guide:
|
||||||
|
|
||||||
[Ingest Sample Data](metadata-ingestion/ingest-sample-data.md)
|
[Ingest Sample Data](metadata-ingestion/ingest-sample-data.md)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user