[erlang-questions] [ANN] CloudI 1.5.1 Released!

Michael Truog mjtruog@REDACTED
Thu Dec 24 09:51:02 CET 2015


Download 1.5.1 from http://sourceforge.net/projects/cloudi/files/latest/download
(checksums at the bottom of this email)

CloudI (http://cloudi.org/) is a "universal integrator" using an Erlang core to
provide fault-tolerance with efficiency and scalability.  The CloudI API
provides a minimal interface to communicate among services so programming
language agnostic, database agnostic, and messaging bus agnostic integration
can occur.  CloudI currently integrates with the programming languages
C/C++, Elixir, Erlang, Java, JavaScript, PHP, Perl, Python, and Ruby, the
databases PostgreSQL, elasticsearch, Cassandra, MySQL, couchdb, memcached,
and riak, the messaging bus ZeroMQ, websockets, and the internal
CloudI service bus.  HTTP is supported with both cowboy and elli integration.

   * cloudi_service_monitoring is a new CloudI service that provides
     metrics based on the Erlang VM and all the running CloudI services
     with exometer and folsom
   * cloudi_service_http_rest is a new CloudI service to simplify the creation
     of HTTP REST API handlers
   * CloudI service efficiency was improved by switching to maps with 18.x
   * CloudI now utilizes the new time warp functionality while retaining
     globally unique transaction ids
   * The CloudI logging output now has an entry for the function/arity info
     which is captured in Elixir and can be provided in Erlang (until EEP45)
   * Javascript CloudI API now works properly with node.js version > 0.12.1
   * Loadtests were ran (http://cloudi.org/faq.html#5_LoadTesting)
   * Bugs were fixed and other improvements were added
     (see the ChangeLog for more detail)

Please mention any problems, issues, or ideas!
Thanks,
Michael

SHA256 CHECKSUMS
edb50cf627785d5070496136699be2f122667af0ccc278b0759f53e431d6cf8c cloudi-1.5.1.tar.bz2 (11612 bytes)
dfb71406434be2df197841c99371010ee3197a3ef85c0eb2faca59e388161987 cloudi-1.5.1.tar.gz (14284 bytes)



More information about the erlang-questions mailing list