An open API service indexing awesome lists of open source software.

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.

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 :)