Hi, our current repository contains a set of examples that show different aspects of the system. We recently got a pull request to add a graph centrality/closeness implementation to Flink ( https://github.com/stratosphere/stratosphere/pull/904). The program is too complex to be added as an example. In addition to that, we don't want to maintain actual applications on top of Flink. I have a GitHub repository that also contains a few other Flink programs that need a new home.
I would like to provide users an infrastructure in our project to host such code and establish a community around it. What is the Apache way of handling such a situation (infrastructure wise)? On GitHub, I would create a new repository called "application-library" and link it from the website. We could also create an orphan branch in our current repository. What do you think? Robert
