9
Database Access
In Chapter 6, Working with Data, we looked at working with data that is stored in disk files: we looked at plain text files and also datasets taking the form of R data files, CSV, HDF5, and so on.
In this chapter, we will consider data stored in databases but will exclude the “big data” data repositories as networking and remote working are the subjects of the next chapter.
There are several databases of various hues, and as it will not be possible to deal with all that Julia currently embraces, we will pick one specific example for each category as they arise.
Specifically, we will look at the following topics:
- Relational databases and SQL queries
- NoSQL databases
- The REpresentational State Transfer (REST) API
- The Queryverse ...
Get Mastering Julia - Second Edition 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.