Skip to content

highly available distributed key value store (cache) using akka, with simple cli client

Notifications You must be signed in to change notification settings

blabadi/akka-cluster-keystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

mvn install

running as jar:

backend:

1- start seed node (port 2551) java -jar .\target\akka-keystore-1.0-SNAPSHOT-allinone.jar

2- start a new node to join the cluster port=0 (random port will be assigned or specify yours) java "-Dakka.remote.netty.tcp.port=<port>" -jar .\target\akka-keystore-1.0-SNAPSHOT-allinone.jar

cli client:

  • run CLIApp.java

Notes:

todo:

  • maven multi module
  • cluster client
  • test key value store get/set

https://doc.akka.io/docs/akka/2.5/distributed-data.html

About

highly available distributed key value store (cache) using akka, with simple cli client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published