Re: Apache Druid Project Structure

2021-08-18 Thread Jeet Patel
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

Re: Apache Druid Project Structure

2021-08-18 Thread Gian Merlino
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

Re: Apache Druid Project Structure

2021-08-18 Thread Jeet Patel
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

Re: Apache Druid Project Structure

2021-08-17 Thread Gian Merlino
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

Apache Druid Project Structure

2021-08-16 Thread Jeet Patel
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 ...