-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
49 lines (41 loc) · 1.5 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
---
title: Elastisch, a minimalistic Clojure client for ElasticSearch | ElasticSearch Clojure client
layout: default
---
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Elastisch</h1>
<p class="lead">A minimalistic Clojure client for ElasticSearch.</p>
<p><a class='btn btn-primary btn-lg' href='/articles/getting_started.html'>Get Started! »</a></p>
<ul class="bs-masthead-links">
<li>
<a class="btn btn-large" href="/articles/guides.html">Read doc guides »</a>
</li>
<li>
<a class='btn btn-large' href=''>Join the Mailing List »</a>
</li>
<li>
<a class='btn btn-large' href='https://github.com/clojurewerkz/elastisch'>Contribute »</a>
</li>
</ul>
</div>
</main>
<div class="container">
<div class="row">
<div class="col-lg-4">
<h2>Minimalistic</h2>
<p>Elastisch follows ElasticSearch REST API and does not introduce any new abstractions or
terminology</p>
</div>
<div class="col-lg-4">
<h2>Clojuric</h2>
<p>With Elastisch, you work with Clojure data structures. Elastisch is pure Clojure. If Java interop is not your
piece of cake, you'll feel at home</p>
</div>
<div class="col-lg-4">
<h2>(Mostly) Feature Complete</h2>
<p>Elastisch is not entirely feature complete but tries to be. Minimalistic does not mean primitive: ElasticSearch has many
powerful features users should benefit from.</p>
</div>
</div>
</div>