diff --git a/site/spark-connect/index.html b/site/spark-connect/index.html index 3f5551795f..a76ad4913b 100644 --- a/site/spark-connect/index.html +++ b/site/spark-connect/index.html @@ -250,6 +250,7 @@

Benefits of Spark Connect

  • Spark Connect Rust
  • Spark Connect Swift
  • Spark Connect .NET (third-party project)
  • +
  • Spark Connect Typescript (third-party project)
  • For example, the Apache Spark Connect Client for Golang, spark-connect-go, implements the Spark Connect protocol and does not rely on Java. You can use this Spark Connect Client to develop Spark applications with Go without installing Java or Spark.

    diff --git a/site/third-party-projects.html b/site/third-party-projects.html index 6c6e41cbab..0fc47825c0 100644 --- a/site/third-party-projects.html +++ b/site/third-party-projects.html @@ -263,6 +263,13 @@

    Kotlin

  • Kotlin for Apache Spark
  • + +

    Typescript

    + + +

    Adding new projects

    To add a project, open a pull request against the spark-website repository. Add an entry to this markdown file, then run jekyll build to generate the HTML too. Include both in your pull request. See the README in this repo for more information.