Hello,

A question about how druid directory structure came into existence. Druid has 
processes like historical, coordinator, overlord, broker, etc. 

We see that the current project root level directories are like 

druid
    |- indexing-service
    |- services
    |- sql
    |- core
    ...
    ...

Can someone explain why this directory structure was formed instead of having 
something like following and place the code/modules related to the processes in 
their respective folders?

druid
    |- historical
    |- broker
    |- coordinator
    |- extensions
    ...
    ...

It would be great to know the background of this topic.

Thank you :) 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to