Communicating between databases Ruby on Rails -


i have 2 rails servers running. 1 dedicated towards handling login part of applicating , other 1 handling data associated rest of application. reason, login database not meant integrated main application database.

however need keep track of data associated particular user requires communication between databases.rabbitmq or zeromq might haven't quite figured out yet.

for mysql can use cas https://github.com/intinno/ruby-cas-server authenticate centralize server. might in other database well.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -