1

I have some very small apps on a VPS running ruby on rails and a co-worker also have some of his own apps running on laravel at another VPS. So far we dont needed to share any data among the apps, but we are currently developing something that would have some overlaping database tables like a Users table. How would you make that integration? Create a mysql database for all apps to connect? Is there someway to "replicate" Userupdates on a database to another one?

asked Jan 30, 2015 at 21:39

1 Answer 1

1

I would suggest creating web service to store such users. It's easier to maintain and test with such soulution. You don't want to coordinate development of every tool each time you need to update DB schema, do you?

answered Nov 6, 2015 at 11:12

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.