README.md 2.7 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/questdb/branches/master/badge.svg)](https://semaphoreci.com/appsicle/questdb)
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 10 11
__11 April 2016__ Change of licence

License changed from Apache 2.0 to AGPLv3. Please see LICENSE.txt for full details.

I feel very passionate about this project and I spend crazy amount of time to make it the best it can be. Yet I am having a day job, which is in no way helpful to my passion. AGPLv3 is a stepping stone to enable me to work on NFSdb full time and bring you guys the best database you have ever seen.

V
Vlad Ilyushchenko 已提交
12 13 14
__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 已提交
15

V
Vlad Ilyushchenko 已提交
16
__22 Jan 2015__.  3.0.0-SNAPSHOT is available for testing.
V
Vlad Ilyushchenko 已提交
17 18 19 20 21 22

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 已提交
23
__14 Oct 2014__.  [Release 2.1.0](http://github.nfsdb.org/release-notes/) - stable
V
Vlad Ilyushchenko 已提交
24

V
Vlad Ilyushchenko 已提交
25
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 已提交
26

V
Vlad Ilyushchenko 已提交
27
## Overview
V
Vlad Ilyushchenko 已提交
28

V
Vlad Ilyushchenko 已提交
29
If you are looking to find out what NFSdb project is about please visit our [front page] (http://github.nfsdb.org)
V
Vlad Ilyushchenko 已提交
30 31 32 33 34

## 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 已提交
35 36
## Examples

V
Vlad Ilyushchenko 已提交
37
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 已提交
38 39

## Releases
V
Vlad Ilyushchenko 已提交
40

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