diff --git a/content/en/docs/resources/gen.clj b/content/en/docs/resources/gen.clj index f19b4a23..337f3f7b 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 4797d773..44da2039 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 deae5fd0..4702b882 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"})]}