Slide 17
Slide 17 text
Act as “Data Access Layer”
Not only an API, we need a Data Access Layer for our platform. A bridge between database(s) and applications (internal, external — backend or
front-end). We were looking for a way to stop devs from connecting to db directly but simply ask the data access layer for the data they need.
Make the underlying databases invisible to the apps.