blob: eb988412a0cf2341ce126844bac064b9fed910a7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Apache Arrow Cookbook</title>
<style>
body {
color: rgb(51, 51, 51);
font-family: sans-serif;
line-height: 1.65;
padding: 25px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
a {
color: rgb(0, 91, 129);
}
#logo {
width: 50%;
margin-left: auto;
margin-right: auto;
}
#logo > img {
width: 100%;
}
</style>
</head>
<body>
<div id="logo"><img src="arrow.png"/></div>
<h1>Apache Arrow Cookbook</h1>
<p>The cookbook is a collection of Apache Arrow recipes for
the languages and platforms supported by Arrow.<br/>
Most recipes will be common to all platforms,
but some are specific to the language and environment in use.
</p>
<ul>
<li><a href="cpp/index.html">C++ Cookbook</a></li>
<li><a href="java/index.html">Java Cookbook</a></li>
<li><a href="py/index.html">Python Cookbook</a></li>
<li><a href="r/index.html">R Cookbook</a></li>
<li><a href="https://github.com/apache/arrow-rs/tree/master/arrow/examples">Rust Examples</a></li>
</ul>
<p>If you are looking for the Apache Arrow Documentation itself
or the API reference, those are available at
<a href="https://arrow.apache.org/docs/">https://arrow.apache.org/docs/</a>
</p>
</body>
</html>