Examples
Here we list links to notebooks and other code demonstrating the use of Intake in various scenarios. The first section is of general interest to various users, and the sections that follow tend to be more specific about particular features and workflows.
Many of the entries here include a link to Binder, which a service that lest you execute code live in a notebook environment. This is a great way to experience using Intake. It can take a while, sometimes, for Binder to come up; please have patience.
See also the examples repository, containing data-sets which can be built and installed as conda packages.
General
Basic Data scientist workflow: using Intake [Static] [Executable].
Workflow for creating catalogs: a Data Engineer’s approach to Intake [Static] [Executable]
Developer
Tutorials delving deeper into the Internals of Intake, for those who wish to contribute
How you would go about writing a new plugin [Static] [Executable]
Features
More specific examples of Intake functionality
Caching:
New-style data package creation [Static]
Using automatically cached data-files [Static] [Executable]
Earth science demonstration of cached dataset [Static] [Executable]
File-name pattern parsing:
Satellite imagery, science workflow [Static] [Executable]
How to set up pattern parsing [Static] [Executable]
Custom catalogs:
A custom intake plugin that adapts DCAT catalogs [Static] [Executable]
Data
Anaconda package data, originally announced in this blog
Planet Four Catalog, originally from https://www.planetfour.org/results
The official Intake examples
Blogs
These are Intake-related articles that may be of interest.