Skip to content

Commit

Permalink
feat: add simple linking to the examples (#702)
Browse files Browse the repository at this point in the history
Simple description of the examples and a link to the new one added in
the substrait-java repo; this will need to wait until after that is
merged to ensure no broken links.,

---------

Signed-off-by: MBWhite <[email protected]>
Co-authored-by: Bruno Volpato <[email protected]>
  • Loading branch information
mbwhite and bvolpato authored Dec 11, 2024
1 parent bd4b431 commit 4c00b1c
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 the best practices for using APIs and ideas of how they can be used.

Each language binding is intended to contain examples that are relevant to that language. New contributions are 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, composed by a couple of Docker containers.



0 comments on commit 4c00b1c

Please sign in to comment.