Try Redis and HBase 
  URL 
Make it a jar and run it on your Mac. 
 Create a jar with Ecripse.
Right-click on the project name-> Export-> Java-> JAR file "Next"-> Select export destination-> Done-> OK
Open a terminal and start redis. 
 redis-server
Navigate to the exported folder and run the jar. 
 java -jar RedisTest.jar
Move! !! !!
sudo apt -y install redis-server
Start Redis and perform an interactive test. 
 redis-cli 
 127.0.0.1:6379> ping 
 PONG
Place the jar created by Ecripse in any folder. 
 java -jar RedisTest.jar
Move! !! !!
If you feel like it, I would like to try redundancy. If you feel like it, but ...
Recommended Posts