: We are strongly considering opening the source of our DMP (Data Management : Platform), if it proves to be technically interesting to other developers / : companies. : : More details: http://www.s1mbi0se.com/s1mbi0se_DMP.html
If you do decide you want to open source your platform, an important consideration is logistically how you plan to do that. You could zip up all the source code along with a LICENSE file and toss it on dropbox and, strictly speaking, you have now "open sourced your platform" -- but that doesn't mean it's a good idea, or that it will really benefit you (or anyone else interested in trying ot use, maintain, improve your code) in the long run. You have to consider important aspects like: license type, source hosting, community discussion & bug track hosting, project name branding & trademarks, release management, etc... For projects intersted in becoming part of the ASF developer community, this is what the "Incubator" project is for, and they have a lot of great docs on what is neccessary for a company to do a code grant to bring an existing code base into the Apache fold and build a community arround it... http://incubator.apache.org/ http://incubator.apache.org/podling-story.html http://incubator.apache.org/faq.html http://incubator.apache.org/guides/index.html http://incubator.apache.org/guides/proposal.html https://www.apache.org/foundation/how-it-works.html -Hoss