Skip to content

Commit

Permalink
libs page
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Nov 5, 2023
1 parent c79c7da commit 7cd6c8f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 4 additions & 1 deletion content/en/docs/resources/gen.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion content/en/docs/resources/libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [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
9 changes: 7 additions & 2 deletions content/en/docs/resources/model.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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"})]}

0 comments on commit 7cd6c8f

Please sign in to comment.