This is part 2 of a multipart series on building services with multiple technologies and having them intercommunicate:
- Part 1 - Introduction
- Part 2 - Sharing a database!
- Part 3 - Event driven!
- Part 4 - APIs, APIs!
- Part 5 - Grand finale
Content
Using the database
The most basic of all solutions, sharing a database might be the first idea one has when trying to distribute their systems. It sure was my first idea to split up a monolithic Rails applciation in 2014.