Skip to content

Commit

Permalink
feat: add simple linking to the examples
Browse files Browse the repository at this point in the history
Signed-off-by: MBWhite <[email protected]>
  • Loading branch information
mbwhite committed Sep 9, 2024
1 parent 67f93b6 commit 7fbe42e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/docs/tutorial/examples.md
Original file line number Diff line number Diff line change
@@ -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.



0 comments on commit 7fbe42e

Please sign in to comment.