Deploy according to the product requirements of th...
# feature-requests
q
Deploy according to the product requirements of the scenario, which feels heavy right now ?
b
Hi Allen! What do you mean as a plug-in? A plug-in to what?
q
hi John, Now if I want to deploy datahub, I need to preinstall kafka,zk,mysql,es,neo4j
In some small scenes, I only need a simple Feature
for example, in our Reinforcement Learning scenario, we don’t need search,just record metadata is enough
Whether mysql + DataHub can build a Metadata MVP
b
I see - you could actually just run datahub's metadata-service along with the MySQL instance for "get" and "set" type of operations, but DataHub is designed on top of a persistence layer that supports full text search, get / set, and graph traversals, which makes this type of operation non-ideal
q
thank John, I’ll try metadata-service