Skip to content

an application which uses cowboy as http server and riak as database to transfer data

License

Notifications You must be signed in to change notification settings

limitless083/cowboy-riak-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cowboy-riak-app

An application which uses cowboy as http server and riak as database to transfer data.It is just a sample.

run application

  1. change dir to transfer, run the command

    rebar3 auto

  2. start transfer application

    application:ensure_all_started(transfer).

upload data

curl -i -X PUT --data-binary @obj_1.txt http://localhost:8080/api/obj/1

download data

curl -X GET http://localhost:8080/api/obj/1 > 1.obj

About

an application which uses cowboy as http server and riak as database to transfer data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages