All Projects → sebastianharko → akka-cluster-minimal

sebastianharko / akka-cluster-minimal

Licence: other
Akka Cluster - absolute minimal

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to akka-cluster-minimal

Cookim
Distributed web chat application base websocket built on akka.
Stars: ✭ 198 (+1137.5%)
Mutual labels:  akka, cluster
akka-cluster-on-kubernetes
Sample project for deploying Akka Cluster to Kubernetes. Presented at Scala Up North on July 21, 2017.
Stars: ✭ 35 (+118.75%)
Mutual labels:  akka, akka-cluster
simplexspatial
The Reactive Geospatial Server
Stars: ✭ 17 (+6.25%)
Mutual labels:  akka, akka-cluster
Akkadotnet Code Samples
Akka.NET professional reference code samples
Stars: ✭ 451 (+2718.75%)
Mutual labels:  akka, cluster
akka-cookbook
提供清晰、实用的Akka应用指导
Stars: ✭ 30 (+87.5%)
Mutual labels:  akka, akka-cluster
Justindb
⚛️ JustinDB is a highly available globally distributed key-value data store.
Stars: ✭ 147 (+818.75%)
Mutual labels:  akka, cluster
endless
Scala library to describe sharded and event sourced entities using tagless-final algebras
Stars: ✭ 70 (+337.5%)
Mutual labels:  akka, akka-cluster
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+793.75%)
Mutual labels:  minimal, minimalist
components
Example Components (Built with Tonic)
Stars: ✭ 62 (+287.5%)
Mutual labels:  minimal, minimalist
Minimal-Blog
Tailwind CSS Starter Template - Minimal Blog
Stars: ✭ 100 (+525%)
Mutual labels:  minimal, minimalist
mmqtt
An Open-Source, Distributed MQTT Broker for IoT.
Stars: ✭ 58 (+262.5%)
Mutual labels:  akka, cluster
hyper-rose-pine-next
Hyper Theme - which supports your System Preferences
Stars: ✭ 28 (+75%)
Mutual labels:  minimal, minimalist
Akka.net
Port of Akka actors for .NET
Stars: ✭ 4,024 (+25050%)
Mutual labels:  akka, cluster
Lighthouse
Lighthouse - a simple service discovery platform for Akka.Cluster (Akka.NET)
Stars: ✭ 164 (+925%)
Mutual labels:  akka, cluster
Webpack Nano
A teensy, squeaky 🐤 clean Webpack CLI
Stars: ✭ 199 (+1143.75%)
Mutual labels:  minimal, minimalist
akka-cluster-sample
A sample Akka Cluster application that uses ZooKeeper for service discovery
Stars: ✭ 13 (-18.75%)
Mutual labels:  akka, akka-cluster
Dropin Minimal Css
Drop-in switcher for previewing minimal CSS frameworks
Stars: ✭ 1,061 (+6531.25%)
Mutual labels:  minimal, minimalist
Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (+768.75%)
Mutual labels:  minimal, minimalist
Boston-Icons
Boston is an exclusive icon theme inspired by functionalist design and a touch of early computer icons. The project is focused on elemental properties, basic shapes, a reduced color palette and visual hierarchy.
Stars: ✭ 106 (+562.5%)
Mutual labels:  minimal, minimalist
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (+625%)
Mutual labels:  minimal, minimalist

akka-cluster-minimal

Akka Cluster ... pretty minimal setup ...

Run seed node:

sbt run # default management.port = 19999

Run second node:

sbt -Dclustering.port=2553 -Dmanagement.port=20000 run

Run third node:

sbt -Dclustering.port=2554 -Dmanagement.port=20001 run

And so on

Access Akka Management Cluster HTTP via curl

$ curl -XGET http://127.0.0.1:19999/cluster/members | python -mjson.tool
$ curl -XGET http://127.0.0.1:20000/cluster/members | python -mjson.tool
$ curl -XGET http://127.0.0.1:20001/cluster/members | python -mjson.tool
etc
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].