https://github.com/romalev/reactive-voltdb-client
POC: Reactive VoltDB client written in Java.
https://github.com/romalev/reactive-voltdb-client
java reactive vertx voltdb
Last synced: 9 months ago
JSON representation
POC: Reactive VoltDB client written in Java.
- Host: GitHub
- URL: https://github.com/romalev/reactive-voltdb-client
- Owner: romalev
- License: apache-2.0
- Created: 2019-01-08T13:10:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T10:15:42.000Z (about 7 years ago)
- Last Synced: 2025-03-02T09:14:09.158Z (about 1 year ago)
- Topics: java, reactive, vertx, voltdb
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactive VoltDB client #
**Introduction**
-
This is so far an attempt to write "reactive" client in java for VoltDB.
**Motivation**
-
VoltDB is a translytical, in-memory database for modern applications requring an unprecedented combination of data scale, volume, and accuracy.
VoltDB is used today for traditional high performance applications such as capital markets data feeds, financial trade, telco record streams and sensor-based distribution systems. It's also used in emerging applications like wireless, online gaming, fraud detection, digital ad exchanges and micro transaction systems.
Things are "reactive" these days and it'd a nice addition to to have reactive client for VoltDB ecosystem.
See: https://www.voltdb.com
Updates are coming :)