Skip to content

Commit

Permalink
Contribute Clojure client to community OSS connector list (#493)
Browse files Browse the repository at this point in the history
* Contribute Clojure client to community OSS connector list

Signed-off-by: Luke Neilson <[email protected]>

* Updated Clojure OSS connector Supported Features listing

Signed-off-by: Luke Neilson <[email protected]>

---------

Signed-off-by: Luke Neilson <[email protected]>
  • Loading branch information
lukeneil authored Jun 6, 2024
1 parent ab9cd1b commit c51fc14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ val df = spark.readStream.format("deltaSharing")

# The Community
<div align="center">
<img src="https://user-images.githubusercontent.com/87341375/212409874-a4ef350f-3b32-4031-b2cd-8c4e47cc42e2.jpeg" alt="Delta Sharing OSS Connectors" width="400" />
<img src="./images/the-community.png" alt="Delta Sharing OSS Connectors" width="400" />
</div>
<table>
<tr>
Expand All @@ -257,6 +257,16 @@ val df = spark.readStream.format("deltaSharing")
<td>QueryTableVersion<br>QueryTableMetadata<br>QueryTableLatestSnapshot</td>
</tr>
<tr>
<td>Clojure</td>
<td>

[amperity/delta-sharing-client-clj](https://github.com/amperity/delta-sharing-client-clj)
</td>
<td>Released</td>
<td>QueryTableVersion<br>QueryTableMetadata<br>QueryTableLatestSnapshot<br>QueryTableChanges(CDF)<br>Time Travel Queries<br>Query Changes between Versions<br>Delta Format Queries<br>Limit and Predicate Pushdown</td>
</tr>
<tr>
<tr>
<td>Node.js</td>
<td>

Expand Down
Binary file added images/the-community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c51fc14

Please sign in to comment.