https://github.com/cinterloper/kvdn
Distributed Key-Value store with clients for python, js, java, cli and SaltStack
https://github.com/cinterloper/kvdn
distributed-database key-value vertx
Last synced: 2 months ago
JSON representation
Distributed Key-Value store with clients for python, js, java, cli and SaltStack
- Host: GitHub
- URL: https://github.com/cinterloper/kvdn
- Owner: cinterloper
- License: other
- Created: 2015-10-13T09:18:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T18:40:17.000Z (almost 7 years ago)
- Last Synced: 2026-04-04T13:34:54.063Z (3 months ago)
- Topics: distributed-database, key-value, vertx
- Language: C++
- Homepage:
- Size: 2.65 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KVDN
KVDN is an extensible distributed data framework and key-value storage protocol server.
It builds on the Vert.X SharedData interface with features such as:
- getKeys() on distribued maps
- pre and post action hooks
- utilities such as distributedWaitGroup and cluster wide exclusiveTask
You can also:
- use kvdn as a stand alone http or tcp server
- persist your data to JDBC or Cassandra
- embed kvdn in your vertx-enabled application
Some of these fetures are achived through cluster-manager specific `provider` implementations.
right now KVDN supports MapDB for local persistance, with support for Hazelcast and Apache Ignite for distributed persistance
A JDBC mapstore is included for Hazelcast, Apache Ignite users should follow the Ignite docs for Cassandra or JDBC persistance
### Drivers
KVDN has client drivers for
* Golang
* Python
- CLI
* Javascript
* (vert.x languages supporting codegen)
out of these, only the python driver and the code generated Vert.X service-proxy drivers are mature, and even they are still under development
KVDN also has a saltstack integration where it can be a `pillar` data provider
* [https://github.com/cinterloper/salt-pillar-kvdn] [PlDb]
#### Building from source
```sh
$ ./gradlew clean shadowJar publish
$ export BUILD_EXTENSIONS=true
$ ./gradlew clean shadowJar publish
```
### Docker
```sh
docker run -p6500:6500 cinterloper/kvdn
```
License
----
Apache
Powered by
----
[](http://vertx.io)