Skip to content

idurgakalyan/introduction-to-akkahttp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for Introduction to Akka HTTP.

Build

sbt clean package

Akka Http with Spark

Load a file

curl -X POST -H "Content-Type: application/json" -d '{ "path":"/Users/shashank/Personal/meetup/spark-meetup/Akka http/introduction-to-akkahttp/src/main/resources/sales.csv" }' "http://localhost:8080/load"

View data

curl -X GET "http://localhost:8080/view/664893820153605"

About

Code for meetup Building scalable REST service using Akka HTTP - https://www.meetup.com/Bangalore-Apache-Spark-Meetup/events/234495420/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%