Skip to content

Commit 546fee9

Browse files
committed
Update point about focus of Scicloj
1 parent c2f3d62 commit 546fee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_engineering/support_for_popular_data_tools/snowflake.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
;; 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.**
1414

15-
;; 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.
15+
;; 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.
1616

1717
;; 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.
1818

0 commit comments

Comments
 (0)