Hi Gian,
Sounds great. I've started going through code and will create a PR once I've
enough understanding of project structure and internal workflow.
Thank you :)
On 2021/08/18 16:38:13, Gian Merlino wrote:
> Hey Jeet,
>
> It sounds useful, maybe something in the main README.md or in the d
Hey Jeet,
It sounds useful, maybe something in the main README.md or in the docs at
https://druid.apache.org/docs/latest/development/overview.html. If you are
volunteering to contribute it then that sounds awesome. Otherwise, whoever
is reading this… know that we all think it's a good idea 🙂
On W
Hi Gian,
This was very helpful information.
Do you think it's a good idea to create a readme explaining at a high-level the
project structure. As you explained it, this might be a very helpful
information to new comers who are looking to contribute to the project and make
them feel more confid
Hey Jeet,
I think it is a case of "it seemed like a good idea at the time". Some
things about the current layout do work well: one is that there is actually
a lot of common query engine code between anything that handles queries.
That's historical, broker, peon, and indexer. That common query engi
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
...