/arrow-cookbook

Repository for the Apache Arrow Cookbook initiative

Primary LanguageRApache License 2.0Apache-2.0

Apache Arrow Cookbooks

Cookbooks are a collection of recipes about common tasks that Arrow users might want to do. The cookbook is actually composed by multiple cookbooks, one for each supported platform, that contain the recipes for that specific platform.

All cookbooks are buildable to HTML and verifiable by running a set of tests that confirm that the recipes are still working as expected.

Each cookbook is implemented in platform specific toools, for this reason a Makefile is provided to abstract platform specific concerns and allow to build/test all cookbooks without any platform specific knowledge (as far as dependencies are available on the target system).

Building All Cookbooks

make all

Testing All Cookbooks

make test

Listing Available Commands

make help

Building Platform Specificic Cookbook

Refer to make help to know the command that builds or tests the cookbook for the platform you are targeting.