From 7cd6c8feb6fdf2dfd9964bba2a5c49d20fe05423 Mon Sep 17 00:00:00 2001 From: daslu Date: Sun, 5 Nov 2023 22:18:57 +0200 Subject: [PATCH] libs page --- content/en/docs/resources/gen.clj | 5 ++++- content/en/docs/resources/libs.md | 5 ++++- content/en/docs/resources/model.edn | 9 +++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/content/en/docs/resources/gen.clj b/content/en/docs/resources/gen.clj index f19b4a231..337f3f7b2 100755 --- a/content/en/docs/resources/gen.clj +++ b/content/en/docs/resources/gen.clj @@ -246,7 +246,10 @@ In addition to a few of the tools mentioned above, here is a list of dedicated t (map lib-line) (str/join "\n")) - ))) + "\n## Datasets" + (->> (category-libs :datasets) + (map lib-line) + (str/join "\n"))))) (defn libs-md "Generate libs.md" diff --git a/content/en/docs/resources/libs.md b/content/en/docs/resources/libs.md index 4797d7733..44da20391 100644 --- a/content/en/docs/resources/libs.md +++ b/content/en/docs/resources/libs.md @@ -242,4 +242,7 @@ In addition to a few of the tools mentioned above, here is a list of dedicated t - [jackdaw](https://github.com/FundingCircle/jackdaw) :star: (`act`): - a wrapper for Kafka and Kafka Streams - [kafka.clj](https://github.com/dvlopt/kafka.clj) :star: (`act`): - a wrapper for Kafka and Kafka Streams - [ksml](https://github.com/cddr/ksml) :star: (`act`): - representing kafka streams topologies as data -- [rp-jackdaw-clj](https://github.com/rentpath/rp-jackdaw-clj): - various components for interacting with Kafka using Jackdaw \ No newline at end of file +- [rp-jackdaw-clj](https://github.com/rentpath/rp-jackdaw-clj): - various components for interacting with Kafka using Jackdaw + +## Datasets +- [hdfs-clj](https://github.com/zmedelis/hfds-clj) :star: (`act`): - Access to HuggingFace datasets via Clojure \ No newline at end of file diff --git a/content/en/docs/resources/model.edn b/content/en/docs/resources/model.edn index deae5fd0c..4702b8823 100644 --- a/content/en/docs/resources/model.edn +++ b/content/en/docs/resources/model.edn @@ -952,6 +952,11 @@ :star nil, :description "various components for interacting with Kafka using Jackdaw"}) - ] - } + ;; Datasets + ({:lib/name "hdfs-clj" + :lib/url "https://github.com/zmedelis/hfds-clj" + :lib/category :datasets + :tags #{:act} + :star :star + :description "Access to HuggingFace datasets via Clojure"})]}