Closet
Clojure client for the Cassandra database
Install / Use
/learn @drone29a/ClosetREADME
The clojure-cassandra project is a wrapper around the existing Java Thrift client for the Cassandra database.
Usage:
(require ['cassandra :as 'cdb])
;; Create a client and grab a table (def client (cdb/make-client "host" port)) (def table (-> client :tables :SomeTable))
;; Put some data (cdb/put table "key" :family {:col-a [1 2 3 4 5 "six" 7.0]}) (cdb/put table "key" :family {:col-b "another column"})
;; Get column values (cdb/get table "key" :family [:col-a :col-b])
Related Skills
feishu-drive
346.4k|
things-mac
346.4kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
346.4kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
postkit
PostgreSQL-native identity, configuration, metering, and job queues. SQL functions that work with any language or driver
