From 7fbe42e72675114b14827cf380c20516d7f0ff3d Mon Sep 17 00:00:00 2001 From: MBWhite Date: Mon, 9 Sep 2024 15:55:18 +0100 Subject: [PATCH] feat: add simple linking to the examples Signed-off-by: MBWhite --- site/docs/tutorial/examples.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 site/docs/tutorial/examples.md diff --git a/site/docs/tutorial/examples.md b/site/docs/tutorial/examples.md new file mode 100644 index 000000000..98c64d35f --- /dev/null +++ b/site/docs/tutorial/examples.md @@ -0,0 +1,12 @@ +# Code samples and examples + +It's very useful to have examples of how APIs are used; both to get information on teh best practicses for using APIs and ideas of how they can be used. + +Each language binding is intended to contain examples that are relavent to that language. Hoped that this list will grow over time, new submissions always welcome. + +## Java + +- [Substrait-Spark](https://github.com/substrait-io/substrait-java/tree/main/examples/substrait-spark) this demonstrates how Substrait plans can be created and consumed within Apache Spark. The examples run within a simple Spark cluster of a couple of docker containers. + + +