-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
329 lines (291 loc) · 16.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
---
title: "Clojure libraries for MongoDB, RabbitMQ, validations, Neo4J, ElasticSearch, Apache Cassandra, Riak, Memcached, stream processing and more"
layout: default
---
<header class="page-head" id="overview">
<div class="container">
<img width="325" height="119" src="/assets/images/clojurewerkz_logo_big.png" style="float: right" />
<h1>ClojureWerkz</h1>
<p class="lead">
A growing collection of open source Clojure libraries.
<a href="/articles/about.html">We value</a> solid documentation, ease of use, the "batteries included" philosophy, contributor-friendly development process.</p>
</div>
</header>
<div class="container">
<p class="alert">
Brought to you by <a href="https://twitter.com/michaelklishin" class="twitter-follow-button" data-show-count="false" data-lang="en">@michaelklishin</a>,
<a href="https://twitter.com/ifesdjeen" class="twitter-follow-button" data-show-count="false" data-lang="en">@ifesdjeen</a>,
<a href="https://twitter.com/ducky427" class="twitter-follow-button" data-show-count="false" data-lang="en">@ducky427</a>, and
<a href="https://twitter.com/zackmaril" class="twitter-follow-button" data-show-count="false" data-lang="en">@zackmaril</a>.
<a href="https://twitter.com/clojurewerkz" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @ClojureWerkz</a> for updates.
<button type="button" class="close" data-dismiss="alert">×</button>
</p>
<div class="row-fluid">
<div class="span4">
<h3>Langohr <small><a href="https://clojars.org/com.novemberain/langohr">on clojars</a></small></h3>
<p>Feature rich <a href="https://github.com/michaelklishin/langohr">Clojure RabbitMQ client</a> that embraces <a href="http://bit.ly/amqp-model-explained">AMQP 0.9.1 Model</a> and RabbitMQ extensions to it.
Developed after 4+ years of experience with several other RabbitMQ clients.</p>
<p>
<a class="btn" href="http://clojurerabbitmq.info">Documentation »</a>
<a class="btn" href="https://github.com/michaelklishin/langohr">On GitHub »</a>
<a class="btn" href="https://groups.google.com/forum/#!forum/clojure-rabbitmq">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Cassaforte <small><a href="https://clojars.org/clojurewerkz/cassaforte">on clojars</a></small></h3>
<p>A minimalistic <a href="https://github.com/clojurewerkz/cassaforte">Clojure client for Apache Cassandra</a> (2.0+), build around CQL 3.</p>
<p>
<a class="btn" href="http://clojurecassandra.info">Documentation »</a>
<a class="btn" href="https://github.com/clojurewerkz/cassaforte">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-cassandra">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Elastisch <small><a href="https://clojars.org/clojurewerkz/elastisch">on clojars</a></small></h3>
<p>Minimalistic <a href="https://github.com/clojurewerkz/elastisch">Clojure client for ElasticSearch</a> that strives to be feature complete</p>
<p>
<a class="btn" href="http://clojureelasticsearch.info">Documentation »</a>
<a class="btn" href="https://github.com/clojurewerkz/elastisch">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-elasticsearch">Mailing List »</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Monger <small><a href="https://clojars.org/com.novemberain/monger">on clojars</a></small></h3>
<p>Monger is a <a href="http://clojuremongodb.info">Clojure MongoDB client</a> for a more civilized age: friendly, flexible and with batteries included</p>
<p>
<a class="btn" href="http://clojuremongodb.info">Documentation »</a>
<a class="btn" href="https://github.com/michaelklishin/monger">On GitHub »</a>
<a class="btn" href="https://groups.google.com/forum/#!forum/clojure-mongodb">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Welle <small><a href="https://clojars.org/com.novemberain/welle">on clojars</a></small></h3>
<p>An expressive <a href="http://clojureriak.info">Clojure client for Riak</a></p>
<p>
<a class="btn" href="http://clojureriak.info">Documentation »</a>
<a class="btn" href="https://github.com/michaelklishin/welle">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-riak">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Neocons <small><a href="https://clojars.org/clojurewerkz/neocons">on clojars</a></small></h3>
<p>An idiomatic <a href="https://github.com/michaelklishin/neocons">Clojure client for the Neo4J REST API</a>. Cypher queries, Heroku add-on support and more</p>
<p>
<a class="btn" href="http://clojureneo4j.info">Documentation »</a>
<a class="btn" href="https://github.com/michaelklishin/neocons">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-neo4j">Mailing List »</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Meltdown <small><a href="https://clojars.org/clojurewerkz/cassaforte">on clojars</a></small></h3>
<p>Efficient message passing library for Clojure.</p>
<p>
<a class="btn" href="https://github.com/clojurewerkz/meltdown">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-stream-processing">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Machine Head <small><a href="https://clojars.org/clojurewerkz/machine_head">on clojars</a></small></h3>
<p>Small <a href="http://clojuremqtt.info">Clojure MQTT client</a></p>
<p>
<a class="btn" href="http://clojuremqtt.info">Documentation »</a>
<a class="btn" href="https://github.com/clojurewerkz/machine_head">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-mqtt">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Validateur <small><a href="https://clojars.org/com.novemberain/validateur">on clojars</a></small></h3>
<p>Functional data <a href="https://github.com/michaelklishin/validateur">validations library for Clojure</a>. Inspired by Ruby's ActiveModel.</p>
<p>
<a class="btn" href="http://clojurevalidations.info">Documentation »</a>
<a class="btn" href="https://github.com/michaelklishin/validateur">On GitHub »</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Titanium <small><a href="https://clojars.org/clojurewerkz/titanium">on clojars</a></small></h3>
<p>Powerful <a href="http://titanium.clojurewerkz.org">Clojure graph library</a> built on top of <a href="http://thinkaurelius.github.com/titan/">Titan</a></p>
<p>
<a class="btn" href="http://titanium.clojurewerkz.org">Documentation »</a>
<a class="btn" href="https://github.com/clojurewerkz/titanium">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-titanium">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Ogre <small><a href="https://clojars.org/clojurewerkz/ogre">on clojars</a></small></h3>
<p><a href="http://ogre.clojurewerkz.org">Clojure library for querying graphs</a></p>
<p>
<a class="btn" href="http://ogre.clojurewerkz.org">Documentation »</a>
<a class="btn" href="https://github.com/clojurewerkz/ogre">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-titanium">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Archimedes <small><a href="https://clojars.org/clojurewerkz/archimedes">on clojars</a></small></h3>
<p>Clojure library for <a href="http://tinkerpop.com">Blueprints graphs</a></p>
<p>
<!-- <a class="btn" href="http://archimedes.clojurewerkz.org">Documentation »</a> -->
<a class="btn" href="https://github.com/clojurewerkz/archimedes">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-titanium">Mailing List »</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Balagan <small><a href="https://clojars.org/clojurewerkz/balanga">on clojars</a></small></h3>
<p><a href="https://github.com/clojurewerkz/balagan">Data structure manipulations</a> inspired by Enlive</p>
<p>
<a class="btn" href="https://github.com/clojurewerkz/balagan">On GitHub »</a>
</p>
</div>
<div class="span4">
<h3>Buffy <small><a href="https://clojars.org/clojurewerkz/buffy">on clojars</a></small></h3>
<p>Small library for working with <a href="https://github.com/clojurewerkz/buffy">binary data in Clojure</a>.</p>
<p>
<a class="btn" href="https://github.com/clojurewerkz/buffy">On GitHub »</a>
</p>
</div>
<div class="span4">
<h3>Quartzite <small><a href="https://clojars.org/clojurewerkz/quartzite">on clojars</a></small></h3>
<p>Powerful <a href="http://clojurequartz.info">scheduling library for Clojure</a> that uses Quartz Scheduler under the hood</p>
<p>
<a class="btn" href="http://clojurequartz.info">Documentation »</a>
<a class="btn" href="https://github.com/michaelklishin/quartzite">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-quartz">Mailing List »</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Spyglass <small><a href="https://clojars.org/clojurewerkz/spyglass">on clojars</a></small></h3>
<p>A very fast <a href="https://github.com/clojurewerkz/spyglass">Clojure Memcached client</a> built on top of <a href="http://code.google.com/p/spymemcached/">SpyMemcached</a>.</p>
<p>
<a class="btn" href="http://clojurememcached.info">Documentation »</a>
<a class="btn" href="https://github.com/clojurewerkz/spyglass">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-memcached">Mailing List »</a>
</p>
</div>
<div class="span4">
<h3>Mailer <small><a href="https://clojars.org/clojurewerkz/mailer">on clojars</a></small></h3>
<p>Mailer delivery library for Clojure inspired by ActionMailer. Uses Mustasche for templates, supports multiple delivery
mechanisms and unit testing</p>
<p><a class="btn" href="https://github.com/clojurewerkz/mailer">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Pantomime <small><a href="https://clojars.org/com.novemberain/pantomime">on clojars</a></small></h3>
<p>A tiny <a href="https://github.com/michaelklishin/pantomime">Clojure library that deals with MIME types</a> (Internet media types): sophisticated content
type detection strategies meet ease of use. Built on top of Apache Tika.</p>
<p>
<a class="btn" href="https://github.com/michaelklishin/pantomime">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-pantomime">Mailing List »</a>
</p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Route One <small><a href="https://clojars.org/clojurewerkz/route-one">on clojars</a></small></h3>
<p>URL routes generation made easy</p>
<p>
<a class="btn" href="https://github.com/clojurewerkz/route-one">On GitHub »</a>
</p>
</div>
<div class="span4">
<h3>Scrypt <small><a href="https://clojars.org/clojurewerkz/scrypt">on clojars</a></small></h3>
<p><a href="https://github.com/clojurewerkz/scrypt">scrypt library</a> for Clojure</p>
<p><a class="btn" href="https://github.com/clojurewerkz/scrypt">On GitHub »</a></p>
</div>
<div class="span4">
<h3>CHash <small><a href="https://clojars.org/clojurewerkz/chash">on clojars</a></small></h3>
<p>A <a href="https://github.com/michaelklishin/chash">consistent hashing library</a> for Clojure</p>
<p><a class="btn" href="https://github.com/michaelklishin/chash">On GitHub »</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Money <small><a href="https://clojars.org/clojurewerkz/money">on clojars</a></small></h3>
<p>Currency manipulation library for Clojure, built on top of Joda Money</p>
<p><a class="btn" href="https://github.com/clojurewerkz/money">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Serialism <small><a href="https://clojars.org/clojurewerkz/serialism">on clojars</a></small></h3>
<p>A tiny Clojure library that handles serialization of values into popular formats based on the provided content type</p>
<p><a class="btn" href="https://github.com/clojurewerkz/serialism">On GitHub »</a>
<a class="btn" href="https://groups.google.com/group/clojure-serialism">Mailing List »</a></p>
</div>
<div class="span4">
<h3>Support <small><a href="https://clojars.org/clojurewerkz/support">on clojars</a></small></h3>
<p>Support library for other ClojureWerkz projects</p>
<p><a class="btn" href="https://github.com/clojurewerkz/support">On GitHub »</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h3>VClock <small><a href="https://clojars.org/clojurewerkz/vclock">on clojars</a></small></h3>
<p><a href="https://clojars.org/clojurewerkz/vclock">Vector clocks implementation in Clojure</a>, ported from <a href="https://github.com/basho/riak_core">Riak Core</a></p>
<p><a class="btn" href="https://github.com/michaelklishin/vclock">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Propertied <small><a href="https://clojars.org/clojurewerkz/vclock">on clojars</a></small></h3>
<p>Tiny Clojure library for working with property files (`java.util.Properties`)</p>
<p><a class="btn" href="https://github.com/michaelklishin/propertied">On GitHub »</a></p>
</div>
<div class="span4">
<h3>EEP <small><a href="https://clojars.org/clojurewerkz/eep">on clojars</a></small></h3>
<p><a href="https://github.com/clojurewerkz/eep">Clojure library for event (stream) processing</p>
<p>
<a class="btn" href="https://github.com/clojurewerkz/eep">On GitHub »</a>
<a class="btn" href="https://groups.google.com/forum/#!forum/clojure-stream-processing">Mailing List »</a>
</p>
</div>
</div>
<div style="margin-top: 48px; margin-bottom: 16px;">
<h2>Friends of ClojureWerkz</h2>
<p>Projects below are not by us but they share our vision and are high quality so we are happy to recommend them</p>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Carmine <small><a href="https://clojars.org/com.taoensso/carmine">on clojars</a></small></h3>
<p>A great <a href="https://github.com/ptaoussanis/carmine">Clojure client for Redis</a></p>
<p><a class="btn" href="https://github.com/ptaoussanis/carmine">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Tower <small><a href="https://clojars.org/com.taoensso/tower">on clojars</a></small></h3>
<p><a href="https://github.com/ptaoussanis/tower">An internationalization (i18n) library for Clojure</a>, inspired by the i18n Ruby gem</p>
<p><a class="btn" href="https://github.com/ptaoussanis/tower">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Timbre <small><a href="https://clojars.org/com.taoensso/timbre">on clojars</a></small></h3>
<p>Timbre is a <a href="https://github.com/ptaoussanis/timbre">pure Clojure logging library</a>: no XML or property files</p>
<p><a class="btn" href="https://github.com/ptaoussanis/timbre">On GitHub »</a></p>
</div>
</div>
<div style="margin-top: 48px; margin-bottom: 16px;">
<h2>Deprecated Projects</h2>
<p>Projects below are failed experiments or not actively being used and worked on.</p>
</div>
<div class="row-fluid">
<div class="span4">
<h3>Romulan</h3>
<p>LMAX Disruptor in Clojure embrace</p>
<p><a class="btn" href="https://github.com/clojurewerkz/romulan">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Crawlista <small><a href="https://clojars.org/clojurewerkz/crawlista">on clojars</a></small></h3>
<p>Support Clojure library for applications that crawl the Web</p>
<p><a class="btn" href="https://github.com/michaelklishin/crawlista">On GitHub »</a></p>
</div>
<div class="span4">
<h3>Urly <small><a href="https://clojars.org/clojurewerkz/urly">on clojars</a></small></h3>
<p>A Clojure library that parses and unifies URIs, URLs and relative values that real world HTML anchors may contain</p>
<p><a class="btn" href="https://github.com/michaelklishin/urly">On GitHub »</a></p>
</div>
</div>
</div>
<script type="text/javascript">
$(".alert").alert();
</script>