Skip to content

Commit 2e1265c

Browse files
Merge pull request #62 from alza-bitz/data-engineering-clojure-support-for-popular-data-tools
Update qmd file in site dir
2 parents 8d4f9a3 + ac42fe6 commit 2e1265c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

site/data_engineering/support_for_popular_data_tools/snowflake.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ format:
2828
<script src="snowflake_files/md-default0.js" type="text/javascript"></script><script src="snowflake_files/md-default1.js" type="text/javascript"></script>
2929
In this article I look at the extent of Clojure support for some popular on-cluster data processing tools that Clojure users might need for their data engineering or data science tasks. Then for [Snowflake](https://snowflake.com) in particular **I go further and present a new Clojure API.**
3030

31-
Why is the level of Clojure support important? As an example, consider that [Scicloj](https://scicloj.org) is mostly focused on in-memory processing. As such, if you need to work with a large dataset it will be necessary to compute on-cluster and extract a smaller result before continuing your data science task locally.
31+
Why is the level of Clojure support important? As an example, consider that [Scicloj](https://scicloj.org) is mostly focused on cases where your data fits on a single machine. As such, if you need to work with a large dataset it will be necessary to compute on-cluster and extract a smaller result before continuing your data science task locally.
3232

3333
However, without sufficient Clojure support for on-cluster processing, anyone needing that facility for their data science or data engineering task would be forced to reach outside the Clojure ecosystem. That adds complexity in terms of interop, compatibility and overall stack requirements.
3434

@@ -93,10 +93,6 @@ The [README](https://github.com/alza-bitz/snowpark-clj/blob/main/README.md) prov
9393

9494
#### Feature 1. Load data from local and save to a Snowflake table
9595

96-
(require '[clojure.repl.deps :refer [add-lib]])
97-
(add-lib 'io.github.alza-bitz/snowpark-clj {:git/url "https://github.com/alza-bitz/snowpark-clj.git"
98-
:git/sha "7856d9ca2080b188f9feec115ca709d3f54877b0"})
99-
10096

10197
::: {.sourceClojure}
10298
```clojure

0 commit comments

Comments
 (0)