I’m prototyping a large application which will eventually have multiple
open connections to MySQL and Neo4j data persist stores (aka databases).
I
would also like to maintain the existing development/test/prod switch
behavior.
How can I configure this, or where would I start to patch?
I’ve gotten further and now have the ActiveNode component from Neo4j
installed. I’m still working on getting multiple RDBMS connections
going, but I realized that what I can do is to have separate Rails
installs on distinct VMs for the portions of the code that need to use
distinct databases. I can use Ruby or C++ daemons to transfer data from
one RDBMS to another, and I can mash together UI components as needed in
the browser.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.