Skip to content

Commit

Permalink
Update faq.md with another question
Browse files Browse the repository at this point in the history
How is metadata ingested in Datahub? Is it real-time?
  • Loading branch information
jywadhwani authored Mar 27, 2020
1 parent e2eac45 commit e48c1d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ Currently, DataHub supports all major database providers that are supported by E
## For which stores, you have discovery services?
Supported data sources are listed at https://github.com/linkedin/datahub/tree/master/metadata-ingestion. To onboard your own data source which is not listed there, you can refer to the [onboarding guide](https://github.com/linkedin/datahub/blob/master/docs/how/data-source-onboarding.md).


## How is metadata ingested in Datahub? Is it real-time?
You can call the [rest.li](https://github.com/linkedin/rest.li) API to ingest metadata in DataHub directly instead of using Kafka event. Metadata ingestion is real-time if you're updating via rest.li API. It's near real-time in the case of Kafka events due to the asynchronous nature of Kafka processing.

0 comments on commit e48c1d8

Please sign in to comment.