DEV Community

Play Button Pause Button
dev.to staff
dev.to staff

Posted on

Moving from a Java Monolith to Microservices at Squarespace

Julian Applebaum stopped by to discuss the challenges of moving Squarespace's Java monolith to a service-oriented architecture. Julian describes drawing boundaries between different layers of business logic and discovering fundamental tensions in restructuring application logic throughout the migration. Squarespace's journey to a series of RESTful API endpoints was a matter of building services and integrating them slowly as they became reliable. This move was inevitable for Squarespace's team of about 100 engineers.

Top comments (25)

Collapse
 
andy profile image
Andy Zhao (he/him)

Love the web app analogy at 4:30, about changing the wheels of a truck as it moves. Also, I've noticed I have a tendency of wanting to make a feature perfect being rolling it out. As a very junior dev, it's refreshing to hear how y'all are making the move.

Collapse
 
cdvillard profile image
Charles D. Villard

This was actually a great way to approach this sort of breakdown.

On a content development note, I think it'd be cool to throw in little callouts to define acronyms or topics that might not be known to everyone, like when Julian mentions RPC at 3:05.

Collapse
 
ben profile image
Ben Halpern

Good call!

Collapse
 
jeffochoa profile image
Jeff

Love this type of content, videos and podcasts. Especially talks from other developpers, it's amazing what you can learn from other people experiences and perspectives, like I few days ago I heard this Laravel PHP podcasts and that inspired me to start working in a new small project. Well done guys, I hope to see more of this in the next days.

Collapse
 
annarankin profile image
Anna Rankin

Great point at 6:20 - much easier to maintain velocity when you're working on smaller pieces rather than within a monolith. This is great! Splitting up the traffic between the current and new code is a smart approach.

Collapse
 
ben profile image
Ben Halpern

I liked at 3:43 when Julian talked about the step-by-step process of moving the whole thing over once the design was settled on. Very much a balancing act with a living, breathing application for sure.

Collapse
 
alexkolson profile image
Alex Olson

I'm getting the same Media error as many others:

Error loading media: File could not be played.

I'm on chrome. Looking at the error console It's trying to load what looks like the movie file and then getting a 403.

Would love to be able to watch this!

Collapse
 
vikkio88 profile image
Vincenzo

lol that sneaky github mascotte, creeping from the behind the plant pot

Collapse
 
ewantoo profile image
Ewan

Obviously got more traffic than you were expecting,

"The owner of the file has exceeded their traffic limit."

as the response to content.jwplatform.com/videos/TRw3...

The price of success! :)

Collapse
 
jvanbruegge profile image
Jan van Brügge

Payment data in MongoDB, a database which does not garantuee that your data gets actually written. Nice

Collapse
 
martyonthefly profile image
Sylvain Marty

Hi! Do you have sources about this fact ?

Collapse
 
jvanbruegge profile image
Jan van Brügge • Edited

This article sums it up pretty well. Most developers dont know that the default is insecure.
Only fsynced is the option that garatuees writes. But then MongoDB does not have performance benefits. There are other NoSQL DBs that are better and For Payment data I would always use a RDBMS.

Thread Thread
 
martyonthefly profile image
Sylvain Marty

Wow this article is very interesting ! Glad to know that now :)
Thanks a lot for your sharing

Collapse
 
oysteino profile image
Øystein Øvrebø

"The owner of the file has exceeded their traffic limit."

Collapse
 
tungnt profile image
Tom Nguyen

Thank you for the subtitles. They help non-native English speakers so much :)

Collapse
 
ben profile image
Ben Halpern

🙌

Collapse
 
maestromac profile image
Mac Siri

Very interesting stuff! 👏👏

Collapse
 
andre1810 profile image
André Hester

Good example of the Strangler Pattern

Collapse
 
miguelpinia profile image
Miguel Piña

Really cool approach about how to move from monolith to microservices. :D

Collapse
 
maitreyav profile image
Maitreya Vyas

Error: Error loading media: File could not be played.