README.md 2.3 KB
Newer Older
V
Vlad Ilyushchenko 已提交
1
[![Codacy Badge](https://api.codacy.com/project/badge/grade/83c6250bd9fc45a98c12c191af710754)](https://www.codacy.com/app/bluestreak/nfsdb)
V
Vlad Ilyushchenko 已提交
2
[![Build Status](https://semaphoreci.com/api/v1/appsicle/nfsdb/branches/master/badge.svg)](https://semaphoreci.com/appsicle/nfsdb)
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
## News
V
Vlad Ilyushchenko 已提交
6 7 8
__9 June 2015__   Release roadmap

I realise that it has been a while since last release, but I would like to reassure the reader that this project is very much alive. The [roadmap for next](roadmap.md) release is quite large but we are chipping away from this list quite steadily. So stay with us!
V
Vlad Ilyushchenko 已提交
9

V
Vlad Ilyushchenko 已提交
10
__22 Jan 2015__.  3.0.0-SNAPSHOT is available for testing.
V
Vlad Ilyushchenko 已提交
11 12 13 14 15 16

There is a number of exciting features planned for 3.0 release. Although main focus is on super-fast, functional query language and data accessibility, we have some interesting features ready to go:

- generic data access; for on-the-fly data definition and non-ORM data access
- write cluster and automatic failover for data producers

V
Vlad Ilyushchenko 已提交
17
__14 Oct 2014__.  [Release 2.1.0](http://github.nfsdb.org/release-notes/) - stable
V
Vlad Ilyushchenko 已提交
18

V
Vlad Ilyushchenko 已提交
19
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 已提交
20

V
Vlad Ilyushchenko 已提交
21
## Overview
V
Vlad Ilyushchenko 已提交
22

V
Vlad Ilyushchenko 已提交
23
If you are looking to find out what NFSdb project is about please visit our [front page] (http://github.nfsdb.org)
V
Vlad Ilyushchenko 已提交
24 25 26 27 28

## 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 已提交
29 30
## Examples

V
Vlad Ilyushchenko 已提交
31
If you prefer to learn by example, 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.
V
Vlad Ilyushchenko 已提交
32 33

## Releases
V
Vlad Ilyushchenko 已提交
34

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