README.md 1.7 KB
Newer Older
V
Vlad Ilyushchenko 已提交
1 2
[![Build Status](https://secure.travis-ci.org/NFSdb/nfsdb.png?branch=master)](http://travis-ci.org/NFSdb/nfsdb)
[![Dependency Status](https://www.versioneye.com/user/projects/5439d968b2a9c527fe00027c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5439d968b2a9c527fe00027c)
V
Vlad Ilyushchenko 已提交
3
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/NFSdb/nfsdb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
V
Vlad Ilyushchenko 已提交
4

V
Vlad Ilyushchenko 已提交
5 6
## News

V
Vlad Ilyushchenko 已提交
7 8
14 Oct 2014. [Release 2.1.0](http://github.nfsdb.org/release-notes/) is out.

V
Vlad Ilyushchenko 已提交
9
This is security-centric release aimed at having replication meet security standards. Features supported in this release are: SSL, Certificate auth (Mutual-auth), Shared Key Auth, Kerberso Auth, Kerberos SSO Auth (Windows only) and client auto-reconnect.
V
Vlad Ilyushchenko 已提交
10

V
Vlad Ilyushchenko 已提交
11 12


V
Vlad Ilyushchenko 已提交
13 14

## Overview
V
Vlad Ilyushchenko 已提交
15

V
Vlad Ilyushchenko 已提交
16
If you are looking to find out what NFSdb project is please visit out [front page] (http://github.nfsdb.org)
V
Vlad Ilyushchenko 已提交
17 18 19 20 21

## Documentation

We are actively maintaining Wiki pages. Whether you are looking for [quick-start guide](https://github.com/NFSdb/nfsdb/wiki/Getting-started) or details on particular feartures, we should have that covered on our [wiki](https://github.com/NFSdb/nfsdb/wiki). For anything that is missing, please raise an [issue](https://github.com/NFSdb/nfsdb/issues) or submit a pull request.

V
Vlad Ilyushchenko 已提交
22 23 24 25 26
## Examples

If you prefer to learn by example (like I do, men do not read manuals!), we have a [broad collection of examples](https://github.com/NFSdb/nfsdb/tree/master/nfsdb-examples/src/main/java/org/nfsdb/examples) going in our repo, make sure you check them out.

## Releases
V
Vlad Ilyushchenko 已提交
27

V
Vlad Ilyushchenko 已提交
28
All release are in Maven Central. We have [Maven page](http://github.nfsdb.org/maven/) for quick-start.