Skip to content

frees-io/freestyle-rpc-seed.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

Freestyle-rpc-seed

This is a giter8 template that includes a couple of microservices:

  • The RPC server that exposes a very simple service PeopleService[F] whose protocol has been expressed in Avro Schema Definition, and a very basic interpreter PeopleServiceHandler.

  • The RPC client that consumes the mentioned service.

Usage

  1. Create a new project:
sbt new frees-io/freestyle-rpc-seed.g8

or

g8 frees-io/freestyle-rpc-seed.g8

if you have the g8 plugin installed.

  1. Fill the required information (you can see an example below):
...

name [Project Name]: my-new-rpc-microservice
projectDescription [Project Description]: A new RPC microservice with Freestyle-RPC
project [project-name]: my-new-rpc-microservice
package [org.mycompany]: org.mycompany
freestyleRPC [0.14.0]: 0.14.0

...

Template applied in ./my-new-rpc-microservice

About

This is a giter8 template that includes an example RPC server and client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published