Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

MochiWeb is an Erlang library for building lightweight HTTP servers.

4.88889
   
  1 review  |  26 users  |  11,328 lines of code  |  11 current contributors  |  Analyzed 8 days ago
 
 

Tsung is an open-source multi-protocol distributed load testing tool. It is protocol-independent and can currently be used to stress test HTTP, SOAP PostgreSQL, and Jabber servers.

5.0
 
  0 reviews  |  17 users  |  39,498 lines of code  |  15 current contributors  |  Analyzed 7 days ago
 
 
Compare

Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.

5.0
 
  0 reviews  |  11 users  |  99,810 lines of code  |  59 current contributors  |  Analyzed 4 days ago
 
 

A REST-based system for building web applications.

5.0
 
  0 reviews  |  6 users  |  8,973 lines of code  |  12 current contributors  |  Analyzed over 1 year ago
 
 

What is ErlSDB?ErlSDB is an Erlang library to access Amazon's SimpleDB web service. It uses REST APIs to access SimpleDB service and is built on top OTP. What is SimpleDB?SimpleDB is Amazon's web service that provides persistence service for storing or querying a collection of key/value ... [More] pairs. A collection of key/value pair is called an item, which is similar to row in relational database. However, unlike relation database you can store varying number of key/values. These items are in turn stored in domains which provide a naming scope. Installingsvn checkout http://erlsdb.googlecode.com/svn/trunk/ erlsdb-read-only Buildingmake Testingedit Makefile and add access key and secret key, then type make test UsageTake a look at test/erlsdb_test.erl to learn usage, here is a sample code Starting Servererlsdb:start(type, [#sdb_state{ access_key = "YourAccessKey", secret_key = "YourSecretKey", domain = "YourDomain" } ]) Creating Domain erlsdb:create_domain()Note that the server will use the domain that was passed during initialization. Listing all Domains {ok, List, _} = erlsdb:list_domains()Deleting Domain erlsdb:delete_domain()Adding an item Attributes = lists:sort([ ["StreetAddress", "705 5th Ave"], ["City", "Seattle"], ["State", "WA"], ["Zip", "98101"] ]), erlsdb:put_attributes("TccAddr", Attributes)Retrieving an item {ok, UnsortedAttrs} = erlsdb:get_attributes("TccAddr")Deleting an item erlsdb:delete_attributes("TccAddr"),Change Logv0.1 - 12/21/2007 Initial release Added tests BackLog of future functionalityspawn processes for queries better error handling Project OwnerShahzad Bhatti FeedbackSend patches, issues and comments to bhatti AT plexobject DOT com URL: http://bhatti.plexobject.com Join the ProjectYou are welcome to join this project especially if you have experience with Erlang/OTP. Any feedback or suggestions is greatly appreciated. [Less]

0
 
  0 reviews  |  0 users  |  508 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

ibrowse is a HTTP client. The following are a list of features. RFC2616 compliant supports GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE, MKCOL, PROPFIND, PROPPATCH, LOCK, UNLOCK, MOVE and COPY Understands HTTP/0.9, HTTP/1.0 and HTTP/1.1 Understands chunked encoding Can generate requests using ... [More] Chunked Transfer-Encoding Pools of connections to each webserver Pipelining support Download to file Asynchronous requests. Responses are streamed to a process Basic authentication Supports proxy authentication Can talk to Secure webservers using SSL any other features in the code not listed here :) I haven't yet imported code history from Sourceforge. The ibrowse-1.4.tgz has the latest source code along with corresponding beam files. [Less]

0
 
  0 reviews  |  0 users  |  7,698 lines of code  |  7 current contributors  |  Analyzed 4 days ago
 
 

Jubal MapReduce is an Erlang-based distributed system for running MapReduce tasks written in Python. "Who said I was wise? I'm a professional bad example. You can learn a lot by watching me. Or listening to me. Either one." - Jubal Harshaw in "Stranger in a Strange Land", by Robert Heinlein

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

Misultin (pronounced mee-sul-teen) is an Erlang library for building fast lightweight HTTP servers, which also supports websockets. Check out the Misultin Wiki to get started. You may also find misultin on github here. >-|-|-(°>

0
 
  0 reviews  |  0 users  |  7,375 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Transfer files through lots of HTTP POST. What's new0.4 Released: Directory synchronization; yaws support discarded. 0.3 Released: Working under yaws and other minor updates. Add one line to your server in yaws.conf: appmods = jiongserver 0.2 Released: uplink data are transferred in binary ... [More] form, speed doubled. If "binary" is forbidden, you can use version 0.1. WhatWhyHowtoInstallHowtoRunRoadmap [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

Formats support for erlyvideo.

0
 
  0 reviews  |  0 users  |  3,598 lines of code  |  3 current contributors  |  Analyzed almost 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.