1

Can I use Voltdb with Ruby on Rails?

tmcallaghan
  • 1,292
  • 2
  • 10
  • 20
Pranoti
  • 11
  • 1
  • 4

1 Answers1

4

No, while VoltDB does have a Ruby Gem available http://rubyredtomatoes.com/2010/11/01/still-voltdb-and-ruby, http://rubygems.org/gems/voltrb and http://github.com/beljun/VoltRb it is not supported by Ruby on Rails.

In VoltDB your schema (tables and indexes) and access (SQL within Java Stored Procedures) must be defined in advance.

tmcallaghan
  • 1,292
  • 2
  • 10
  • 20