[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ axdb2 Public

High performance distributed key-value database

Notifications You must be signed in to change notification settings

fanx-dev/axdb2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

axdb2

High performance key-value database

  • Distributed: Raft consensus protocol
  • Storage Engine: LSM-Tree / B+Tree
  • Asynchronous IO: async/await based

usage

start new instance:

fan axdb2_cluster testData/db/ http://localhost:8080

put data:

curl -v 'localhost:8080/execute?cmd=key_0%3Aval_0&sync=false'

get data:

curl -v 'localhost:8081/find?key=key_0'

add replicas:

curl -v 'localhost:8080/execute?cmd=http%3A%2F%2Flocalhost%3A8081&type=1'

About

High performance distributed key-value database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages