LYME (software bundle)

The LYME and LYCE software bundles

LYME and LYCE are solution stacks composed entirely of free and open-source software to build high-availability heavy duty dynamic web pages. The stacks are composed of:

The LYME and LYCE bundles can be and are combined with many other free and open-source software packages such as e.g. netsniff-ng for security testing and hardening, Snort, an intrusion detection (IDS) and intrusion prevention system (IPS), RRDtool for diagrams, or Nagios, Collectd, or Cacti, for monitoring.

Details

Both databases Mnesia and CouchDB as well as Yaws (and also Mochiweb, Misultin, and Cowboy) are written in Erlang, so web applications developed for LYME / LYCE may be run entirely in one Erlang virtual machine. This is in contrast to LAMP where the web server (Apache) and the application (written in PHP, Perl or Python) might be in the same process, but the database is always a separate process. As a result of using Erlang, LYME and LYCE applications perform well under high load[1] and if distribution and fault tolerance is needed.[2]

The query and data manipulation language of Mnesia is also Erlang (rather than SQL), therefore a web-application for LYME is developed using only a single programming language.

Interest in LYME as a stack had begun by August 2005,[3] as was soon cited as a high-performance web application platform that used a single development language throughout. Favorable comparisons to other popular stacks such as Ruby on Rails were soon forthcoming. Comparisons to LAMP have also been favourable, although some[4] have highlighted the difficulties of porting "SQL thinking" to the very different context of Mnesia.

Adoption

A successful user of LYME is the Swedish internet payment-processing company Klarna, who have built their whole architecture on LYME. This is seen as a successful project that demonstrates virtues of both LYME and functional programming in general.[5] LYME was also covered in the Erlang session[4] at the Software Practice Advancement (SPA) 2008[6]

Besides Yaws, there are several other web servers written in Erlang, e.g. Mochiweb, Misultin, and Cowboy.

Besides Mnesia and CouchDB, there are a couple of other databases written in Erlang, e.g., Cloudant, Couchbase Server (born as Membase), database management system optimized for storing data behind interactive web applications, Riak, and SimpleDB (part of Amazon Web Services[7]).

See also

References

  1. Ghodsi, Ali. "Apache vs. Yaws". Retrieved 2013-10-14.
  2. Armstrong, Joe (2003). "Making reliable distributed systems in the presence of software errors" (PDF). Retrieved 2013-10-14.
  3. "Things I Can No Longer Be Bothered With (LAMP)". August 22, 2005. Retrieved 2013-10-14.
  4. 1 2 "Lyme vs Lamp I".
  5. Dr. Erik Stenman (13 December 2007). "Functional Programming in Real Life" (PDF). Department of Information Technology, Uppsala University. Retrieved 2013-10-14.
  6. Erlang: What All The Fuss Is About. Software Practice Advancement (SPA) 2008. BCS. 16–19 March 2008. Retrieved 2013-10-14.
  7. What You Need To Know About Amazon SimpleDB
This article is issued from Wikipedia - version of the 10/27/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.