Skip to content

A simple project showing how ODATA 4.0 services can be developed using akka-http and Apache Olingo

Notifications You must be signed in to change notification settings

sbcd90/akka-http-olingo-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-http-olingo-extension

  • A simple project showing how ODATA 4.0 services can be developed using akka-http and Apache Olingo.

  • akka-http is a lite framework for developing REST applications in Scala. Apache Olingo is a framework which allows implementing Rest services with OData 4.0.

  • The example directory contains the sample Olingo project.

  • The class OdataAkkaHttpHandlerImpl is extended to integrate Apache Olingo and akka-http. The best of both frameworks can be used now.

compatibility

compatible with olingo >= 4.0.0

testing

  • start the application with sbt:run

  • open http://localhost:8080. The odata service page opens up.

  • open http://localhost:8080/$metadata. The metadata page shows up.

  • open http://localhost:8080/Dummies. The entity with dummy data shows up.

About

A simple project showing how ODATA 4.0 services can be developed using akka-http and Apache Olingo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages