Hacker News new | ask | show | jobs
by mfjordvald 3915 days ago
I always saw the point of micro services as not having to figure out the scaling part yet.

If you focus on grouping by purpose rather than what resource they might use then you can keep them on small instances until you better understand what kind of resource they require.

Once you learn their usage pattern you can adapt more quickly (if scale is needed at all) and not have to first split up the code.