Merge pull request #274 from odscjames/tutorial-gender-neutral

Tutorial - gender neutral
This commit is contained in:
Romain Dorgueil
2018-07-28 11:53:03 +01:00
committed by GitHub

View File

@ -3,7 +3,7 @@ Part 4: Services
All external dependencies (like filesystems, network clients, database connections, etc.) should be provided to
transformations as a service. It allows great flexibility, including the ability to test your transformations isolated
from the external world, and being friendly to the infrastructure guys (and if you're one of them, it's also nice to
from the external world, and being friendly to the infrastructure people (and if you're one of them, it's also nice to
treat yourself well).
In the last section, we used the `fs` service to access filesystems, we'll go even further by switching our `requests`