hi, given that LinkedIn seems to be moving away fr...
# advice-metadata-modeling
n
hi, given that LinkedIn seems to be moving away from Rest.li is datahub also moving away from rest.li to gRPC? what is that looking like? or is there no relation
m
Hey @nutritious-psychiatrist-90221: DataHub has been moving away from rest.li towards OpenAPI slowly but steadily. The rest.li API-s that DataHub has are pretty generic and mostly wrapped by the client side SDKs, we plan to move those generic API-s (and their usage) over to OpenAPI eventually.
👍 1
n
got it. if we want to use gRPC would the recommendation be to wrap around the openAPI implementations?
m
I guess that would work. Curious how deep you want that wrapping to be, there are generic endpoints which are smaller in number and easier to wrap, but also specific endpoints which would feel quite painful to wrap.