Skip to content

Project Structure of Apache Druid #11599

@jp707049

Description

@jp707049

Hi,

The current structure for druid project is like following:

druid
    |- core
    |- indexing-service
    |- processing
    |- server
    ...
    ...

Is there is reason why the above project structure was done in particular?


Can't we have the following project structure for druid?

druid
    |- historical
        |- package/modules related to historical
    |- broker
        |- package/modules related to broker
    |- coordinator
        |- package/modules related to coordinator
    |- extensions-*
    ...
    ...

Any background information would be great to know, how the project structure layout was decided.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions