forked from clojurewerkz/cassaforte.docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (59 loc) · 2.09 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
---
title: Cassaforte, a young idiomatic Clojure client for Apache Cassandra
layout: default
---
<div class="jumbotron masthead">
<div class="container">
<h1>Cassaforte</h1>
<p>A young Clojure client for Apache Cassandra 1.2+.</p>
<p>
<a class='btn btn-primary btn-large' href='/articles/getting_started.html'>Get Started! »</a>
</p>
<ul class="masthead-links">
<li>
<a href="/articles/guides.html">Read doc guides »</a>
</li>
<li>
<a href='https://groups.google.com/forum/?fromgroups#!forum/clojure-cassandra'>Join the mailing list »</a>
</li>
<li>
<a href='https://github.com/clojurewerkz/cassaforte'>Contribute »</a>
</li>
<li>
<a href='https://clojars.org/clojurewerkz/cassaforte'>Current Version: 1.0.0</a>
</li>
</ul>
</div>
</div>
<div class='container'>
<div class="marketing">
<div class="row-fluid">
<div class="span4">
<h2>Feature complete</h2>
<p>Connect to Cassandra cluster, manipulate wide rows via thrift interface, use latest CQL features via new shiny native CQL client interface.</p>
</div>
<div class="span4">
<h2>Battle-tested</h2>
<p>Built out of necessity to have a complete, stable, easy-to-use and understand client, that doesn't hide internals and allows to operate in high and low-level abstractions.</p>
</div>
<div class="span4">
<h2>Batteries Included</h2>
<p>Additional bells and whistles to make your life easier, within reason.</p>
</div>
</div>
<div class='row-fluid'>
<div class='span4'>
<h2>Cassandra 1.2+</h2>
<p>Support for features like lists, sets, maps, composite keys, indexing, and range queries.</p>
</div>
<div class='span4'>
<h2>CQL 3</h2>
<p>Party like it's 3.0: awesome CQL features, waiting for you to use them.</p>
</div>
<div class='span4'>
<h2>Intuitive</h2>
<p>API is as close as possible to the actual DB operations. No abstractions uncalled for.</p>
</div>
</div>
</div>
</div>