You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/11/07 14:11:50 UTC

[spark-website] branch asf-site updated: Add geni to third party projects

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 804383c  Add geni to third party projects
804383c is described below

commit 804383c1b3beff208f3ae8386b0908136acae192
Author: anthony-khong <an...@gmail.com>
AuthorDate: Sat Nov 7 08:11:37 2020 -0600

    Add geni to third party projects
    
    I've tested it with `jekyll build` and `jekyll serve`. It works as expected.
    
    Author: anthony-khong <an...@gmail.com>
    
    Closes #296 from anthony-khong/add-geni-to-third-party-projects.
---
 site/third-party-projects.html | 1 +
 third-party-projects.md        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/site/third-party-projects.html b/site/third-party-projects.html
index 068f70e..ceea89a 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -284,6 +284,7 @@ transforming, and analyzing genomic data using Apache Spark</li>
 
 <ul>
   <li><a href="https://github.com/TheClimateCorporation/clj-spark">clj-spark</a></li>
+  <li><a href="https://github.com/zero-one-group/geni">Geni</a> - A Clojure dataframe library that runs on Apache Spark with a focus on optimizing the REPL experience.</li>
 </ul>
 
 <h3>Groovy</h3>
diff --git a/third-party-projects.md b/third-party-projects.md
index 8f29bbb..cf39b26 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -82,6 +82,7 @@ transforming, and analyzing genomic data using Apache Spark
 <h3>Clojure</h3>
 
 - <a href="https://github.com/TheClimateCorporation/clj-spark">clj-spark</a>
+- <a href="https://github.com/zero-one-group/geni">Geni</a> - A Clojure dataframe library that runs on Apache Spark with a focus on optimizing the REPL experience.
 
 <h3>Groovy</h3>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org