GitBook: [main] 67 pages and 7 assets modified
Before Width: | Height: | Size: 37 KiB |
BIN
docs/.gitbook/assets/image (1).png
Normal file
After Width: | Height: | Size: 410 KiB |
BIN
docs/.gitbook/assets/image (2).png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
docs/.gitbook/assets/image.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
docs/.gitbook/assets/openmetadata-sandbox.png
Normal file
After Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
@ -16,7 +16,9 @@ OpenMetadata includes the following:
|
||||
* **Ingestion framework** - a pluggable framework for integrating tools and ingesting metadata to the metadata store. Ingestion framework already supports well know data warehouses - Google BigQuery, Snowflake, Amazon Redshift, and Apache Hive, and databases - MySQL, Postgres, Oracle, and MSSQL.
|
||||
* **OpenMetadata User Interface** - one single place for users to discover, and collaborate on all data.
|
||||
|
||||
## License
|
||||
|
||||
OpenMetadata is released under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
|
||||
|
||||
|
@ -61,6 +61,5 @@ def metadata_ingestion_workflow():
|
||||
workflow.stop()
|
||||
```
|
||||
|
||||
Create a Workflow instance and pass a hive configuration which will read metadata from Hive
|
||||
and ingest into OpenMetadata Server. You can customize this configuration or add different connectors please refer to our [examples](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/workflows) and refer to [Metadata Connectors](
|
||||
Create a Workflow instance and pass a hive configuration which will read metadata from Hive and ingest into OpenMetadata Server. You can customize this configuration or add different connectors please refer to our [examples](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/workflows) and refer to \[Metadata Connectors\]\(
|
||||
|
||||
|
@ -47,7 +47,7 @@ Different Connectors require different dependencies, please go through [Connecto
|
||||
|
||||
Loads all the Json connectors inside the pipeline directory as cron jobs.
|
||||
|
||||

|
||||

|
||||
|
||||
### Custom run a job
|
||||
|
||||
|
@ -2,7 +2,23 @@
|
||||
|
||||
We want our users to get the experience OpenMetadata with the least effort 😁. That is why we have set up a [sandbox](https://sandbox.open-metadata.org) that mimics a real production setup. We appreciate it if you take it for a spin and let us know your feedback on our [mailing list](mailto:openmetadata-user@googlegroups.com), or join our [slack channel](https://join.slack.com/t/openmetadata/shared_invite/zt-udl8ris3-Egq~YtJU_yJgJTtROo00dQ) and post a message in the [user](https://openmetadata.slack.com/archives/C02B38JFDDK) channel.
|
||||
|
||||
Here are few things to try out when you are on Sandbox...
|
||||
|
||||
Here is what to expect when are on Sandbox...
|
||||
|
||||
TODO
|
||||
### Login using your Google credentials
|
||||
|
||||

|
||||
|
||||
### Add yourself as a user in the Sandbox
|
||||
|
||||
Pick a few teams to be part of 😊
|
||||
|
||||

|
||||
|
||||
### Try out few things
|
||||
|
||||
Don't limit yourself to just the callouts. Try other things too. Provide us feedback.
|
||||
|
||||

|
||||
|
||||
|