Skip to content

evansaboo/content_handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content_handler

Build tool:

Rebar3

HTTP Server:

Cowboy

External library:

Jsone

Run:

Build and start application:

rebar3 shell

Process payment (API calls):

curl -i "http://localhost:8080/consumer?&sender_id=1"

Send data:

cd src/misc
curl -v -F inputfile=@testdata http://localhost:8080/sender

TODO:

  • Add comments
  • Implement error handling
  • Implement Units tests
  • Implement cuncurrency for faster db calls

Future Implementations:

  • NoSQL integration with Riak, MongoDB or CouchDB
  • API security
  • Process pool for faster API handling
  • Dockerize the aplication to be deployed in Google Cloud Platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages