Skip to content

Commit ac42fe6

Browse files
committed
Update qmd file in site dir
1 parent 11a8484 commit ac42fe6

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
@@ -29,7 +29,7 @@ format:
2929
<script src="snowflake_files/md-default0.js" type="text/javascript"></script><script src="snowflake_files/md-default1.js" type="text/javascript"></script>
3030
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.**
3131

32-
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.
32+
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.
3333

3434
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.
3535

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

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

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

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

0 commit comments

Comments
 (0)