mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 14:06:59 +00:00
[WIP] - Add Scarf gateway (#9652)
* Update ingestion Readme with scarf * Test scarf docker * Update ingestion Readme with scarf * Test scarf docker * Add docker domain
This commit is contained in:
parent
43c2923307
commit
e3ae3a8a33
@ -18,7 +18,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
postgresql:
|
postgresql:
|
||||||
container_name: openmetadata_postgresql
|
container_name: openmetadata_postgresql
|
||||||
image: openmetadata/postgresql:0.12.0
|
image: docker.getcollate.io/openmetadata/postgresql:0.13.1
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
@ -55,7 +55,7 @@ services:
|
|||||||
openmetadata-server:
|
openmetadata-server:
|
||||||
container_name: openmetadata_server
|
container_name: openmetadata_server
|
||||||
restart: always
|
restart: always
|
||||||
image: openmetadata/server:0.12.0
|
image: docker.getcollate.io/openmetadata/server:0.13.1
|
||||||
environment:
|
environment:
|
||||||
# OpenMetadata Server Authentication Configuration
|
# OpenMetadata Server Authentication Configuration
|
||||||
AUTHORIZER_CLASS_NAME: ${AUTHORIZER_CLASS_NAME:-org.openmetadata.service.security.DefaultAuthorizer}
|
AUTHORIZER_CLASS_NAME: ${AUTHORIZER_CLASS_NAME:-org.openmetadata.service.security.DefaultAuthorizer}
|
||||||
@ -121,7 +121,7 @@ services:
|
|||||||
|
|
||||||
ingestion:
|
ingestion:
|
||||||
container_name: openmetadata_ingestion
|
container_name: openmetadata_ingestion
|
||||||
image: openmetadata/ingestion:0.12.0
|
image: docker.getcollate.io/openmetadata/ingestion:0.13.1
|
||||||
depends_on:
|
depends_on:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
@ -18,7 +18,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
container_name: openmetadata_mysql
|
container_name: openmetadata_mysql
|
||||||
image: openmetadata/db:0.12.0
|
image: docker.getcollate.io/openmetadata/db:0.13.1
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: password
|
MYSQL_ROOT_PASSWORD: password
|
||||||
@ -53,7 +53,7 @@ services:
|
|||||||
openmetadata-server:
|
openmetadata-server:
|
||||||
container_name: openmetadata_server
|
container_name: openmetadata_server
|
||||||
restart: always
|
restart: always
|
||||||
image: openmetadata/server:0.12.0
|
image: docker.getcollate.io/openmetadata/server:0.13.1
|
||||||
environment:
|
environment:
|
||||||
# OpenMetadata Server Authentication Configuration
|
# OpenMetadata Server Authentication Configuration
|
||||||
AUTHORIZER_CLASS_NAME: ${AUTHORIZER_CLASS_NAME:-org.openmetadata.service.security.DefaultAuthorizer}
|
AUTHORIZER_CLASS_NAME: ${AUTHORIZER_CLASS_NAME:-org.openmetadata.service.security.DefaultAuthorizer}
|
||||||
@ -119,7 +119,7 @@ services:
|
|||||||
|
|
||||||
ingestion:
|
ingestion:
|
||||||
container_name: openmetadata_ingestion
|
container_name: openmetadata_ingestion
|
||||||
image: openmetadata/ingestion:0.12.0
|
image: docker.getcollate.io/openmetadata/ingestion:0.13.1
|
||||||
depends_on:
|
depends_on:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
@ -2,13 +2,15 @@
|
|||||||
This guide will help you setup the Ingestion framework and connectors
|
This guide will help you setup the Ingestion framework and connectors
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through OpenMetadata APIs. It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
|
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through OpenMetadata APIs. It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
|
||||||
**Prerequisites**
|
**Prerequisites**
|
||||||
|
|
||||||
- Python >= 3.8.x
|
- Python >= 3.7.x
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
|
|
||||||
Please refer to the documentation here https://docs.open-metadata.org/connectors
|
Please refer to the documentation here https://docs.open-metadata.org/connectors
|
||||||
|
|
||||||
|
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=c1a30c7c-6dc7-4928-95bf-6ee08ca6aa6a" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user