It is better to have examples/samples in respective modules than in a single examples/samples module. Sometimes multiple modules can have conflicting dependencies and having one sample module makes that very difficult.
Thanks, Satish. On Thu, Jun 30, 2016 at 2:09 PM, Abhishek Agarwal <[email protected]> wrote: > Hi all, > Right now the example topologies/classes for some external modules are > being put up in the test folder itself. The problem I see is that, > -> the example code isn't really test code so test folder isn't the right > fit. > -> people, who are looking for example code, may not find the example code. > > I can see two solutions - > -> Have module level example directories e.g. examples/storm-opentsdb, > examples/storm-redis > -> Have an examples folder within module itself and example topologies are > put there. > > In any case, it is better to document github links of example code in the > documentation of any external module. > > Let me know what you guys think. > > -- > Regards, > Abhishek Agarwal >
