Chapter 9. More Data Crunching
Up until this point, all F# data transformation patterns covered were dealing with in-memory collections. That is, important data crunching use cases, such as querying data, already persisted within the enterprise, and ingesting data from outside of the enterprise have not been considered yet.
This chapter covers these data transformation scenarios and related coding patterns:
- Querying the external data. I'll begin with querying the data using F# query expressions. We are going to see how the same transformation patterns we distilled in Chapter 8, Data Crunching - Data Transformation Patterns, in relation to core library function members are fully applicable to querying the external data presented in a data base or ...
Get F# 4.0 Design Patterns now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.