Skip to content

aardelean/nonblocking-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non blocking microservice which selects from database and returns to a rest call

Tehnologies used: - gradle - vertx for light nonblocking underline framework - qbit for annotation like rest services and still non blocking - jooq for light sql execution - quasar for encapsulating jdbc calls resulting in fiber opens and not threads - spring for configuration and DI - capsule for building fat jar and keep vm parameters. Total size is 17MB. - mysql as database

Added cloud foundry support. Can be checked at http://ms-nonblocking.cfapps.io/api/contacts/

{ cf create-service cleardb spark mysqldb cf push cf bind-service mysqldb ms-nonblocking cf restage ms-nonblocking //important -- restart or push again doesn't fix the restage environment binding }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages