3

I've been curiously looking at VoltDB and one year ago I have even seen a gem that was providing Ruby connection to VoltDB. I have checked today again and it seems gone.

I'm planning to go through the "VoltDB University" tutorials but I would really like to know if i'm not wasting my time because it would be super hard to connect to the database if using Rails.

Does anyone have any info on this?

asked Feb 11, 2015 at 4:05

1 Answer 1

1

The gem seems to be outdated: https://rubygems.org/gems/voltrb - mentions VoltDB v1.1, last updated in 2010. Initial repository is gone, but here is a clone: https://github.com/Cowen/VoltRb

It uses JSON API, but there is a "VoltDB Client Wire Protocol" which has a specification, so you could try to implement a new client.

answered Feb 22, 2015 at 13:45
2
  • Isn't it in other words swimming against the current trying to use Rails with VoltDB? Commented Feb 25, 2015 at 1:21
  • Decision is up to you. I'm sure you're not the only one who is interested in having a Ruby client for VoltDB, and I see no reasons why it could be bad to have such a client, since there are clients for PHP and Node.js. It's just happened so there is no up-to-date Ruby client. Commented Feb 25, 2015 at 9:48

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.