-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
63 lines (59 loc) · 2.05 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 modern Clojure client for Apache Cassandra
layout: default
---
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Cassaforte</h1>
<p>A modern Clojure client for Apache Cassandra 2.0+.</p>
<p class="lead">
<a class='btn btn-primary btn-large' href='/articles/getting_started.html'>Get Started! »</a>
</p>
<ul class="bs-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: 3.0.x</a>
</li>
</ul>
</div>
</main>
<div class="container">
<div class="row">
<div class="col-lg-4">
<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="col-lg-4">
<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="col-lg-4">
<h2>Batteries Included</h2>
<p>Additional bells and whistles to make your life easier, within reason.</p>
</div>
</div>
<div class='row'>
<div class='col-lg-4'>
<h2>Cassandra 2.0+</h2>
<p>Support for features like lists, sets, maps, composite keys, indexing, and range queries.</p>
</div>
<div class='col-lg-4'>
<h2>CQL 3.1</h2>
<p>Party like it's 3.1: awesome CQL features, waiting for you to use them.</p>
</div>
<div class='col-lg-4'>
<h2>Intuitive</h2>
<p>API is as close as possible to the actual DB operations. No abstractions uncalled for.</p>
</div>
</div>
</div>