Given that this project is AGPLv3 I assume that this is a dual-license commercial option product, correct?  If so, does someone need to acquire a license from you and from the copyright holders of GT.M or do you have some commercial agreement with them?  Where is the price list?<span></span><div>
<br></div><div>Just curious given the prevalence of ASLv2 licensing for Erlang code, AGPLv3 is a highly infectious license.<br><div><br></div><div>@gregburd<br><br>On Thursday, August 23, 2012, Tomas Morstein  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Erlang community,<br>
<br>
It's finally here! We've just released first public version of IDEA EGTM.<br>
<br>
EGTM is an Erlang application built on the top of FIS GT.M engine what is a complete implementation of M[UMPS] technology.<br>
The main characteristics of M[UMPS] is that it is both language and database, so one can directly access persistent multidimensional arrays from M language.<br>
<br>
Main benefits of GT.M itself:<br>
- it's ANSI/ISO M[UMPS] compatible<br>
- fully ACID compliant<br>
- it's _very_ fast even if your data layout is not so well optimized<br>
- it's small and embedded<br>
- it has native replication<br>
- it can be distributed across multiple nodes (remote data may be treated as local)<br>
- it's mature -- as a heart of PROFILE core-banking system, it is used in hundreds of financial institutions around the world<br>
- its Linux version is free<br>
<br>
Main benefits of EGTM:<br>
- inherits all the properties of GT.M<br>
- allows Erlang to freely call MUMPS routines and share data with M[UMPS] applications without any limitations<br>
- can be used as a data-only storage for Erlang, without a single line of M[UMPS] code, so you don't have to learn M language that may not look so friendly (but in fact, is very simple and powerful!)<br>
- EGTM can be deployed on a private secondary GT.M replica instance just to make some data mining (web reporting via ChicagoBoss, for example) without affecting master database<br>
- can be used with any Erlang application as well as with ChicagoBoss or any other web framework<br>
- through layered software (from IDEA :) ) like IODB, it's possible to map EGTM tree structures to Erlang objects and optionally access them via SQL<br>
- IODB is not publicly available yet (coming soon!), but we use it in production and at the moment in conjunction with ChicagoBoss integration module, although the model compiler is ready to be used standalone<br>
- another layered software is EGTM HAC what is EGTM HighAvailibility Cluster extension -- the best of HA properties of native GT.M and Erlang distributed properties<br>
<br>
Even if the performance of any external binding will never be as good as native M code, it should be enough for many applications. If the performance is a primary requirement, it's possible to implement complex tasks with native M and simply call the native routine from EGTM.<br>

<br>
An example of application that is written in ChicagoBoss framework with pure EGTM (completely without IODB objects) is our website <a href="http://www.idea.cz" target="_blank">http://www.idea.cz</a>.<br>
I am not able to do it immediately, but the source code may be released as a sample CB+EGTM reference project later.<br>
<br>
Some resources:<br>
- EGTM on GitHub: <a href="http://github.com/ztmr/egtm" target="_blank">http://github.com/ztmr/egtm</a><br>
- EGTM "homepage": <a href="http://labs.idea.cz/egtm" target="_blank">http://labs.idea.cz/egtm</a><br>
- GT.M documentation: <a href="http://www.mumps.cz/gtm/" target="_blank">http://www.mumps.cz/gtm/</a><br>
- slides about GT.M: <a href="http://www.mumps.cz/gtm/misc/120730-1agtmasnosqldatabase.pdf" target="_blank">http://www.mumps.cz/gtm/misc/120730-1agtmasnosqldatabase.pdf</a><br>
- introduction to M-based systems for relational people: <a href="http://www.fooboo.org/~tmr/gtm/UniversalNoSQL.pdf" target="_blank">http://www.fooboo.org/~tmr/gtm/UniversalNoSQL.pdf</a><br>
<br>
In meantime of posting this message, there were started several discussions in another Erlang-related groups:<br>
- <a href="https://groups.google.com/forum/#!forum/chicagoboss" target="_blank">https://groups.google.com/forum/#!forum/chicagoboss</a><br>
- <a href="https://www.linkedin.com/groups/EGTM-embedded-ACID-compliant-NoSQL-90878.S.149660834" target="_blank">https://www.linkedin.com/groups/EGTM-embedded-ACID-compliant-NoSQL-90878.S.149660834</a><br>
<br>
Enjoy and feel free to ask!<br>
<br>
Tom<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'erlang-questions@erlang.org')">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div></div><br><br>-- <br>@gregburd<br>Architect, Basho Technologies | <a href="http://basho.com" target="_blank">http://basho.com</a> | @basho<br>