Replies: 2 comments 1 reply
-
LinkedIn DataHub uses SQLAlchemy to get metadata from MongoDB. It's one of the ways. Probably not the best one. But I think that more important is OpenMetadata spec update, to support NoSQL.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
In the case of MongoDB, we could also ideally use the GraphQL api to pull the records out. Problem is the lack of structure or any sense of schema. Perhaps we could profile the data and show the distribution of the dominant json schema present in a table. Just spit balling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are few requests from community to add support JsonSchema. Based on discussions so far , the idea here is to associate a JsonSchema document to a service or a NoSql store like MongoDb. Starting a thread to iron out the details and what would be the best way to add this feature in OpenMetadata.
Beta Was this translation helpful? Give feedback.
All reactions