All Projects → jvz → Lagom Example

jvz / Lagom Example

Licence: apache-2.0
Example usage of the Lagom Framework for writing Java-based microservices

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lagom Example

Flower
反应式微服务框架Flower
Stars: ✭ 432 (+2060%)
Mutual labels:  microservice, reactive-programming, akka
Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (+0%)
Mutual labels:  reactive, akka, reactive-programming
Vueflux
♻️ Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux
Stars: ✭ 315 (+1475%)
Mutual labels:  reactive, reactive-programming
Reactive Practice At Taobao
♨️ Reactive @ 淘宝 | Reactive实践、推动、落地的记录与大会分享 | Flow Arch(流式架构)/Reactive Programming(RP/反应式编程)
Stars: ✭ 314 (+1470%)
Mutual labels:  reactive, reactive-programming
Akka Grpc
Akka gRPC
Stars: ✭ 361 (+1705%)
Mutual labels:  reactive, akka
Aecor
Pure functional event sourcing runtime
Stars: ✭ 299 (+1395%)
Mutual labels:  reactive, akka
Entwine
Testing tools and utilities for Apple's Combine framework.
Stars: ✭ 306 (+1430%)
Mutual labels:  reactive, reactive-programming
Rxjava2 Jdbc
RxJava2 integration with JDBC including Non-blocking Connection Pools
Stars: ✭ 360 (+1700%)
Mutual labels:  reactive, reactive-programming
scala-web-development
Scala Web 开发 - 使用 Akka
Stars: ✭ 42 (+110%)
Mutual labels:  reactive, akka
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+2390%)
Mutual labels:  reactive, reactive-programming
Reactivemanifesto
The Reactive Manifesto
Stars: ✭ 542 (+2610%)
Mutual labels:  reactive, reactive-programming
Toy Rx
A tiny implementation of RxJS that actually works, for learning
Stars: ✭ 290 (+1350%)
Mutual labels:  reactive, reactive-programming
Boilerplay
Using the latest technology in the Scala ecosystem, Boilerplay is a reactive web application built on Play Framework, ScalaJS, Silhouette, Sangria/GraphQL, and PostgreSQL. It provides a good starting point for whatever you want to build.
Stars: ✭ 279 (+1295%)
Mutual labels:  akka, play-framework
Awesome Rxjs
A collection of awesome RxJS resources
Stars: ✭ 314 (+1470%)
Mutual labels:  reactive, reactive-programming
Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (+1285%)
Mutual labels:  reactive, reactive-programming
Core
Most.js core event stream
Stars: ✭ 342 (+1610%)
Mutual labels:  reactive, reactive-programming
Cloudstate
Distributed State Management for Serverless
Stars: ✭ 709 (+3445%)
Mutual labels:  reactive, akka
RxJava-Codelab
Codelab project for demonstration of RxJava features
Stars: ✭ 44 (+120%)
Mutual labels:  reactive, reactive-programming
demo-vertx-kotlin-rxjava2-kubernetes
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes
Stars: ✭ 23 (+15%)
Mutual labels:  reactive, microservice
Akka.net
Port of Akka actors for .NET
Stars: ✭ 4,024 (+20020%)
Mutual labels:  reactive, akka

Build Status

This repository contains the source code for an example blog microservice using the Lagom framework. Also included are code examples from the sample project generated by the Lagom Maven archetype.

Look inside blog-api for the microservice API, and blog-impl contains the implementation code.

This repository is explained in my blog post about Lagom.

To run, execute:

mvn lagom:runAll

The REST APIs from all microservices are aggregated onto port 9000. Port 8000 contains the service locator REST API from Lagom.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].