Minimum configuration required to configure OpenMetadata for a POC #5413
Answered
by
ShilpaVernekar
ShilpaVernekar
asked this question in
Q&A
-
What is the minimum configuration necessary to configure OpenMetadata for a POC?
|
Beta Was this translation helpful? Give feedback.
Answered by
ShilpaVernekar
Jun 10, 2022
Replies: 1 comment 1 reply
-
For a Docker based installation with all the components running locally, the following would be required:
Please refer the docs for further details. Even if you don't need the search ability for your use case, Elasticsearch is a required component. OpenMetadata relies on Elasticsearch for a variety of functions. For example, when assigning an owner to a table, or assigning tags, we use Elasticsearch to generate the auto-suggestions in the dropdown. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ShilpaVernekar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a Docker based installation with all the components running locally, the following would be required:
So it is recommended to use t2.large (Amazon EC2)
Please refer the docs for further details.
Even if you don't need the search ability for your use case, Elasticsearch is a required component. OpenMetadata relies on Elasticsearch for a variety of functions. For example, when assigning an owner to a table, or assigning tags, we use Elasticsearch to generate the auto-suggestions in the dropdown.