PUBLIC   marks

PUBLIC MARKS with tag Erlang

Sponsorised links

This month

August 2009

Learn You Some Erlang for Great Good!

by greut & 1 other

Oh Hello! Welcome to my guide to Erlang! This guide is intended to be read by beginners, but if you're average or somewhat advanced you can probably learn a few things too! If you're too good for that, please help me when you find errors; you can also send me suggestions at mononcqc at gmail dot com or find me on #erlang (under the nickname MononcQc). Also, check out my twitter! Good read to you!

 NASA NEBULA | About NEBULA

by karlcow

NEBULA is a Cloud Computing environment developed at NASA Ames Research Center, integrating a set of open-source components into a seamless, self-service platform. It provides high-capacity computing, storage and network connectivity, and uses a virtualized, scalable approach to achieve cost and energy efficiencies.

The fully-integrated nature of the NEBULA components provides for extremely rapid development of policy-compliant and secure web applications, fosters and encourages code reuse, and improves the coherence and cohesiveness of NASA's collaborative web applications. It is used for Education and Public Outreach, for collaboration and public input, and also for mission support.

Built from the ground up around principles of transparency and public collaboration, NEBULA is also an open-source project. NEBULA is built on the NEBULA platform.

Sponsorised links

July 2009

osmos - Google Code

by jpcaruana (via)
Osmos provides on-disk ordered key-value tables for Erlang, based on a sort-merge machine with user-defined merging semantics. This allows a very high volume of updates to be handled efficiently while still supporting a variety of useful operations with transactional safety, e.g., adding to a counter, taking the union of sets, or simply replacing a record. Osmos is ideal for situations where updates are much more frequent than queries, for example, collecting statistics for reporting, and periodically generating reports.

June 2009

flatula - Google Code

by jpcaruana
flatula is a simple "write-once" database for Erlang that provides an easy way to remember a piece of data, then look it up later using a compact identifier. See FlatulaHowTo for a brief introduction and tutorial.

mochiweb - Google Code

by jpcaruana (via)
MochiWeb is an Erlang library for building lightweight HTTP servers.

scalaris - Google Code

by jpcaruana (via)
Scalaris is a scalable, transactional, distributed key-value store. It can be used for building scalable Web 2.0 services.

May 2009

mojombo's erlectricity at master - GitHub

by jpcaruana (via)
Erlectricity allows a Ruby program to receive and respond to Erlang messages sent over the Erlang binary protocol.

March 2009

plists - Google Code

by jpcaruana
plists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead.

February 2009

RabbitMQ - Open Source Enterprise Messaging

by greut & 1 other

RabbitMQ is a complete and highly reliable Enterprise Messaging system. The RabbitMQ client libraries and broker daemon can be used together to create an AMQP network, or used individually to bring the benefits of RabbitMQ to established networks.

téléchargé, décompressé, make, make run et en voiture Simone!

January 2009

A Simple Web App using Nitrogen.

by greut

Nitrogen is a Erlang web framework created by Rusty Klophaus. It’s looking pretty good so far and seem to be steadily improving. Today I decided it was time to jump in and get to know Nitrogen and setup my own app. Using the Amazon wishlist gen_server code I posted yesterday I created a little app that will accept an email address and then return your wishlist.

another web framework in Erlang.

December 2008

Tsung

by jpcaruana & 2 others (via)
Tsung is an open-source multi-protocol distributed load testing tool

PUBLIC TAGS related to tag Erlang

no tag

Sponsorised links